Skip to content

Commit 5e26052

Browse files
committed
Update composer.json
1 parent 4f6503c commit 5e26052

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"source": "https://github.com/laravel-ready/ultimate-support"
2020
},
2121
"require": {
22-
"php": "^8.0.2",
23-
"illuminate/support": "^9.0"
22+
"php": "^8.1 || ^8.0",
23+
"illuminate/support": "^10.0 || ^9.0"
2424
},
2525
"require-dev": {
26-
"mockery/mockery": "^1.4",
27-
"orchestra/testbench": "^7.0.0",
28-
"phpunit/phpunit": "^9.5"
26+
"mockery/mockery": "^1.5 || ^1.4",
27+
"orchestra/testbench": "^7.5 || ^7.0.0",
28+
"phpunit/phpunit": "^10.0 || ^9.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)