Skip to content

Commit 38efe3a

Browse files
authored
Merge pull request #9 from cgauge/upgrade
Allow Laravel 9
2 parents 3194cd2 + 81699da commit 38efe3a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
"email": "deleugyn@gmail.com"
1111
}
1212
],
13+
"minimum-stability": "dev",
14+
"prefer-stable": true,
1315
"require": {
1416
"php": ">=7.3",
15-
"illuminate/auth": "^7.28 || ^8.0",
16-
"illuminate/contracts": "^7.28 || ^8.0"
17+
"illuminate/auth": "^7.28 || ^8.0 || ^9.0",
18+
"illuminate/contracts": "7.28 || ^8.0 || ^9.0"
1719
},
1820
"require-dev": {
1921
"phpunit/phpunit": "^9.3",
20-
"phpstan/phpstan": "^0.12.42"
22+
"phpstan/phpstan": "^1.0"
2123
},
2224
"autoload": {
2325
"psr-4": {

0 commit comments

Comments
 (0)