Skip to content

Commit

Permalink
Merge pull request #197 from Setasign/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
JanSlabon authored Dec 8, 2023
2 parents a7b6f99 + 6de8ee5 commit 31e8f56
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use FPDI with FPDF include following in your composer.json file:
{
"require": {
"setasign/fpdf": "1.8.*",
"setasign/fpdi": "^2.0"
"setasign/fpdi": "^2.5"
}
}
```
Expand All @@ -37,8 +37,8 @@ If you want to use TCPDF, you have to update your composer.json to:
```json
{
"require": {
"tecnickcom/tcpdf": "6.3.*",
"setasign/fpdi": "^2.0"
"tecnickcom/tcpdf": "6.6.*",
"setasign/fpdi": "^2.5"
}
}
```
Expand All @@ -48,7 +48,7 @@ If you want to use tFPDF, you have to update your composer.json to:
```json
{
"require": {
"setasign/tfpdf": "1.31.*",
"setasign/tfpdf": "1.33.*",
"setasign/fpdi": "^2.3"
}
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"setasign/fpdf": "~1.8",
"setasign/fpdf": "~1.8.6",
"tecnickcom/tcpdf": "~6.2",
"setasign/tfpdf": "~1.31",
"setasign/tfpdf": "~1.33",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload-dev": {
Expand Down
Loading

0 comments on commit 31e8f56

Please sign in to comment.