Skip to content

Commit 852c8f1

Browse files
Update composer.json
Composer update to be compatible with Laravel 9
1 parent 0681da5 commit 852c8f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"ci-test": "vendor/bin/phpunit --coverage-clover coverage.xml"
2121
},
2222
"require": {
23-
"php": "^7.3|^8.0",
24-
"illuminate/support": "^6.0|^7.0|^8.0",
25-
"illuminate/container": "^6.0|^7.0|^8.0",
26-
"illuminate/database": "^6.0|^7.0|^8.0",
27-
"illuminate/hashing": "^6.0|^7.0|^8.0",
23+
"php": "^7.3|^8.0|^8.1",
24+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
27+
"illuminate/hashing": "^6.0|^7.0|^8.0|^9.0",
2828
"aws/aws-sdk-php": "^3.0"
2929
},
3030
"require-dev": {
31-
"illuminate/auth": "^6.0|^7.0|^8.0",
31+
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0",
3232
"symfony/var-dumper": "^5.0",
3333
"vlucas/phpdotenv": "^4.1",
3434
"mockery/mockery": "^1.3",

0 commit comments

Comments
 (0)