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 c3a8c71 commit 29e99ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
}
],
"require": {
"php": "^8.1",
"php": "7.4.*",
"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 29e99ba

Please sign in to comment.