Skip to content

Commit b35f205

Browse files
authored
Update composer.json
1 parent e4d773c commit b35f205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=7.2",
20-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
21-
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0"
20+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/filesystem": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2222
},
2323
"autoload": {
2424
"psr-4": {
@@ -34,4 +34,4 @@
3434
},
3535
"minimum-stability": "dev",
3636
"prefer-stable": true
37-
}
37+
}

0 commit comments

Comments
 (0)