Skip to content

Commit

Permalink
update composer php and dependency constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Tonko Mulder <[email protected]>
  • Loading branch information
Tonko Mulder committed Mar 20, 2023
1 parent 8561dcc commit 2f9e43a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.4|^8.0|^8.1",
"illuminate/http": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0"
"php": "^7.4|^8.0|^8.1|^8.2",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 2f9e43a

Please sign in to comment.