Skip to content

Commit 31e8f56

Browse files
authored
Merge pull request #197 from Setasign/development
Development
2 parents a7b6f99 + 6de8ee5 commit 31e8f56

File tree

4 files changed

+138
-142
lines changed

4 files changed

+138
-142
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-20.04
3232
strategy:
3333
matrix:
34-
php: ['7.4', '8.0', '8.1', '8.2']
34+
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use FPDI with FPDF include following in your composer.json file:
2727
{
2828
"require": {
2929
"setasign/fpdf": "1.8.*",
30-
"setasign/fpdi": "^2.0"
30+
"setasign/fpdi": "^2.5"
3131
}
3232
}
3333
```
@@ -37,8 +37,8 @@ If you want to use TCPDF, you have to update your composer.json to:
3737
```json
3838
{
3939
"require": {
40-
"tecnickcom/tcpdf": "6.3.*",
41-
"setasign/fpdi": "^2.0"
40+
"tecnickcom/tcpdf": "6.6.*",
41+
"setasign/fpdi": "^2.5"
4242
}
4343
}
4444
```
@@ -48,7 +48,7 @@ If you want to use tFPDF, you have to update your composer.json to:
4848
```json
4949
{
5050
"require": {
51-
"setasign/tfpdf": "1.31.*",
51+
"setasign/tfpdf": "1.33.*",
5252
"setasign/fpdi": "^2.3"
5353
}
5454
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "~5.7",
41-
"setasign/fpdf": "~1.8",
41+
"setasign/fpdf": "~1.8.6",
4242
"tecnickcom/tcpdf": "~6.2",
43-
"setasign/tfpdf": "~1.31",
43+
"setasign/tfpdf": "~1.33",
4444
"squizlabs/php_codesniffer": "^3.5"
4545
},
4646
"autoload-dev": {

0 commit comments

Comments
 (0)