Skip to content

Commit

Permalink
For compatibility with PHP 7.4, tweak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-bee committed Jan 15, 2025
1 parent 8e0a0b6 commit c72b705
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
"require": {
"php": "7.4.* | 8.0.*",
"dompdf/dompdf": "^3.0",
"illuminate/support": "^9|^10|^11"
"illuminate/support": "^8|^9|^10|^11"
},
"require-dev": {
"orchestra/testbench": "^7|^8|^9",
"squizlabs/php_codesniffer": "^3.5",
"phpro/grumphp": "^2.5",
"larastan/larastan": "^2.7.0"
"orchestra/testbench": "^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^3.5"

},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c72b705

Please sign in to comment.