Skip to content

Commit acea80e

Browse files
authored
Merge pull request #448 from datlechin/laravel-11
Add support Laravel 11 & 12
2 parents 636d69c + 42cf251 commit acea80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
},
4747
"require": {
4848
"php": ">=7.0",
49-
"illuminate/container": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0",
49+
"illuminate/container": "~5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.00|^12.00",
5050
"mnapoli/silly": "~1.1",
51-
"symfony/process": "~2.7|~3.0|~4.0|~5.0|^6.0",
51+
"symfony/process": "~2.7|~3.0|~4.0|~5.0|^6.0|^7.0",
5252
"nategood/httpful": "~1.0",
5353
"tightenco/collect": "~5.3|^6.0|^7.0|^8.0|^9.0",
5454
"ext-posix": "*",

0 commit comments

Comments
 (0)