Skip to content

Commit d0176c0

Browse files
authored
fix: lara 10
1 parent 47f5028 commit d0176c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
],
1616
"require": {
1717
"php": ">=7.4",
18-
"illuminate/support": "^6.0|^7.0|^8.0",
18+
"illuminate/support": ">=6.0",
1919
"kamermans/guzzle-oauth2-subscriber": "^1.0",
2020
"spatie/laravel-package-tools": "^1.4.3",
2121
"myclabs/php-enum": "^1.8.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^4.0|^5.0|^6.0",
25-
"phpunit/phpunit": "^8.4|^9.0",
24+
"orchestra/testbench": ">=4.0",
25+
"phpunit/phpunit": "^8.4|^9.0|^10.0",
2626
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)