Skip to content

Commit d67f286

Browse files
authored
Merge pull request #18 from LTKort/patch-1
Add support for Laravel 9
2 parents 164dfce + 0ca73c8 commit d67f286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.2|^8.0",
20-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0"
20+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0"
2121
},
2222
"autoload": {
2323
"files": [

0 commit comments

Comments
 (0)