Skip to content

Commit 92f144f

Browse files
authored
Merge pull request #50 from asantibanez/laravel-11-compatibility
Added support for Laravel 11
2 parents d2376c1 + 1293a86 commit 92f144f

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^7.4|^8.0",
20-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2121
"javoscript/laravel-macroable-models": "^1.0"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)