Skip to content

Commit 16192c9

Browse files
committed
Added Laravel 9 support
1 parent 6b8a553 commit 16192c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.1.3",
7-
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0",
8-
"illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0",
9-
"illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0",
10-
"illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0"
7+
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
8+
"illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
9+
"illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
10+
"illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "~7.0",

0 commit comments

Comments
 (0)