Skip to content

Commit d9b9050

Browse files
authored
Merge pull request #50 from michaeldyrynda/chore/laravel-9
Add support for Laravel 9
2 parents 65fd3a7 + 5356e3e commit d9b9050

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
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "~5.0|~6.0|~7.0|~8.0"
18+
"illuminate/support": "~5.0|~6.0|~7.0|~8.0|^9.0"
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "~2.0",

0 commit comments

Comments
 (0)