Skip to content

Commit

Permalink
add php constraint (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes authored Jan 5, 2023
1 parent 4de5f87 commit 6b2d74b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
}
],
"require": {
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0"
"php": "^8.0",
"illuminate/support": "^9.0"
},
"require-dev": {
"orchestra/testbench": "^3.5|^3.6",
"phpunit/phpunit": "^7.0|^8.0|^9.5",
"squizlabs/php_codesniffer": "^2.3|^3.6"
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6b2d74b

Please sign in to comment.