Skip to content

Commit d41a7f1

Browse files
committed
Add support for Laravel 9
1 parent f35d94a commit d41a7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
24+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
2525
"mockery/mockery": "^1.3.3",
2626
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
2727
},
@@ -52,4 +52,4 @@
5252
},
5353
"minimum-stability": "stable",
5454
"prefer-stable": true
55-
}
55+
}

0 commit comments

Comments
 (0)