Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Mar 14, 2023
1 parent 4f6503c commit 5e26052
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 @@ -19,13 +19,13 @@
"source": "https://github.com/laravel-ready/ultimate-support"
},
"require": {
"php": "^8.0.2",
"illuminate/support": "^9.0"
"php": "^8.1 || ^8.0",
"illuminate/support": "^10.0 || ^9.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0.0",
"phpunit/phpunit": "^9.5"
"mockery/mockery": "^1.5 || ^1.4",
"orchestra/testbench": "^7.5 || ^7.0.0",
"phpunit/phpunit": "^10.0 || ^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e26052

Please sign in to comment.