Skip to content

Commit 381af4f

Browse files
author
Andrey Helldar
committed
Update composer.json
1 parent bc611ef commit 381af4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": "^7.2 || ^8.0",
14-
"illuminate/support": "^9.19",
15-
"illuminate/translation": "^9.19"
14+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
15+
"illuminate/translation": "^6.0 || ^7.0 || ^8.0 || ^9.0"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "^7.5",
18+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
1919
"phpunit/phpunit": "^9.5"
2020
},
2121
"minimum-stability": "stable",

0 commit comments

Comments
 (0)