Skip to content

Commit 10c9ef3

Browse files
iqbalatmamuhajirinlpu
authored andcommitted
update dependency to support laravel 11
1 parent 7176e76 commit 10c9ef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "dentro/laravel-patcher",
33
"description": "Laravel patch scripts.",
44
"require": {
5-
"illuminate/support": "^9.0|^10.0",
6-
"illuminate/log": "^9.0|^10.0",
7-
"illuminate/database": "^9.0|^10.0",
8-
"illuminate/console": "^9.0|^10.0"
5+
"illuminate/support": "^9.0|^10.0|^11.0",
6+
"illuminate/log": "^9.0|^10.0|^11.0",
7+
"illuminate/database": "^9.0|^10.0|^11.0",
8+
"illuminate/console": "^9.0|^10.0|^11.0"
99
},
1010
"require-dev": {
1111
"roave/security-advisories": "dev-latest",

0 commit comments

Comments
 (0)