Skip to content

Commit 92d04e7

Browse files
committed
Update composer.json
1 parent dc6147f commit 92d04e7

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
@@ -20,13 +20,13 @@
2020
"source": "https://github.com/laravel-ready/readable-numbers"
2121
},
2222
"require": {
23-
"php": "^8.0.2",
24-
"illuminate/support": "^9.0"
23+
"php": "^8.1 || ^8.0",
24+
"illuminate/support": "^10.0 || ^9.0"
2525
},
2626
"require-dev": {
27-
"mockery/mockery": "^1.4",
28-
"orchestra/testbench": "^7.0.0",
29-
"phpunit/phpunit": "^9.5"
27+
"mockery/mockery": "^1.5 || ^1.4",
28+
"orchestra/testbench": "^7.5 || ^7.0.0",
29+
"phpunit/phpunit": "^10.0 || ^9.5"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)