Skip to content

Commit

Permalink
Adding compatibility with dompdf 3.0
Browse files Browse the repository at this point in the history
I didn't test this. But https://github.com/dompdf/dompdf/releases/tag/v3.0.0 looks like there were no breaking changes.
  • Loading branch information
ThomasLandauer authored May 20, 2024
1 parent 8cbaf91 commit 6db2708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"require": {
"php": "^8.1",
"dompdf/dompdf": "^1.0.0 || ^2.0.0",
"dompdf/dompdf": "^1.0.0 || ^2.0.0 || ^3.0.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0",
Expand Down

0 comments on commit 6db2708

Please sign in to comment.