Skip to content

Commit c0b96f3

Browse files
authored
Support Laravel 11.x and future (#16)
1 parent 068edb4 commit c0b96f3

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
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=8.0",
22-
"illuminate/support": "^5.4||^6.0||^7.0||^8.0||^9.0||^10.0",
22+
"illuminate/support": ">=5.4",
2323
"bjeavons/zxcvbn-php": "^0.3||^1.2||^1.3"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)