Skip to content

Commit 1ff9c25

Browse files
authored
Merge pull request #8 from JeroenVanOort/laravel-11
Added support for Laravel 11
2 parents c99ae74 + dc5ca6e commit 1ff9c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.0",
14-
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
14+
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1515
},
1616
"require-dev": {
1717
"phpspec/phpspec": "^3.4"

0 commit comments

Comments
 (0)