Skip to content

Commit 191e7fe

Browse files
authored
Allow Laravel 10
1 parent 38efe3a commit 191e7fe

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
@@ -14,11 +14,11 @@
1414
"prefer-stable": true,
1515
"require": {
1616
"php": ">=7.3",
17-
"illuminate/auth": "^7.28 || ^8.0 || ^9.0",
18-
"illuminate/contracts": "7.28 || ^8.0 || ^9.0"
17+
"illuminate/auth": ">=7.28",
18+
"illuminate/contracts": ">=7.28"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^9.3",
21+
"phpunit/phpunit": ">=9.3",
2222
"phpstan/phpstan": "^1.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)