Skip to content

Commit f215b28

Browse files
Update composer.json
Support for laravel 11
1 parent b15d473 commit f215b28

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
@@ -18,7 +18,7 @@
1818
],
1919
"minimum-stability": "stable",
2020
"require": {
21-
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10",
21+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10|^11",
2222
"webpatser/laravel-uuid": "^3.0|^4.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)