Skip to content

Commit

Permalink
Adding support for PHP 8.0 and DomPdf 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rarog committed Oct 25, 2022
1 parent 8592a32 commit 03c182c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"laminas"
],
"require" : {
"php" : "^7.1",
"dompdf/dompdf" : "^1.0",
"laminas/laminas-servicemanager" : "^3.0",
"php" : "^8.0",
"dompdf/dompdf" : "^2.0",
"laminas/laminas-servicemanager" : "^3.6",
"laminas/laminas-modulemanager" : "^2.10"
},
"require-dev" : {
"phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer" : "^3.0",
"phpunit/phpunit" : "^9.0",
"squizlabs/php_codesniffer" : "^3.6",
"php-coveralls/php-coveralls" : "^2.0"
},
"autoload" : {
Expand Down

0 comments on commit 03c182c

Please sign in to comment.