Skip to content
forked from psliwa/PHPPdf

Commit

Permalink
Merge pull request #11 from jobcloud/feat/PRO-1403/resolve-dependency…
Browse files Browse the repository at this point in the history
…-hell

feat(PRO-1403): resolve dependency hell
  • Loading branch information
stevan-tosic authored Dec 19, 2024
2 parents 4f6017d + dae0550 commit 5d2d8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xmlreader": "*",
"jobcloud/zendpdf": "^2.0.3"
"jobcloud/zendpdf": "^3.0.0"
},
"require-dev": {
"imagine/imagine": ">=0.2.0,<0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-alpine3.19
FROM php:8.3-alpine3.20

ARG USER_ID

Expand Down

0 comments on commit 5d2d8ac

Please sign in to comment.