Skip to content

Commit 107b15c

Browse files
authored
Merge pull request #3 from cgauge/upgrade
Allow Laravel 9
2 parents 61727c2 + 3c3144a commit 107b15c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@
1010
"email": "deleugyn@gmail.com"
1111
}
1212
],
13+
"minimum-stability": "dev",
14+
"prefer-stable": true,
1315
"require": {
1416
"php": ">=7.3",
1517
"ext-json": "*",
16-
"illuminate/contracts": "^7.1 || ^8.0",
18+
"illuminate/contracts": "^7.1 || ^8.0 || ^9.0",
1719
"aws/aws-sdk-php": "^3.158"
1820
},
1921
"require-dev": {
20-
"illuminate/config": "~7.1 || ^8.0",
21-
"illuminate/container": "~7.1 || ^8.0",
22+
"illuminate/config": "~7.1 || ^8.0 || ^9.0",
23+
"illuminate/container": "~7.1 || ^8.0 || ^9.0",
2224
"phpunit/phpunit": "^9.0",
23-
"phpstan/phpstan": "^0.12.4"
25+
"phpstan/phpstan": "^1.0"
2426
},
2527
"autoload": {
2628
"psr-4": {

0 commit comments

Comments
 (0)