Skip to content

Commit b425ac5

Browse files
authored
Merge pull request asantibanez#18 from lukasleitsch/laravel-9
Allow laravel 9
2 parents b955076 + 74dd9a9 commit b425ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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|^7.3|^7.4|^8.0",
20-
"illuminate/support": "^7.0|^8.0"
20+
"illuminate/support": "^7.0|^8.0|^9.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^5.0|^6.0",

0 commit comments

Comments
 (0)