Skip to content

Commit 127688e

Browse files
Merge pull request #29 from TheDragonCode/2.x
Added Laravel 11 support
2 parents 1335d29 + 2011a8a commit 127688e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@
3838
"require": {
3939
"php": "^7.3 || ^8.0",
4040
"ext-dom": "*",
41-
"illuminate/support": ">=6.0 <11.0",
42-
"illuminate/validation": ">=6.0 <11.0",
43-
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
41+
"illuminate/support": ">=6.0 <12.0",
42+
"illuminate/validation": ">=6.0 <12.0",
43+
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
4444
},
4545
"require-dev": {
46-
"phpunit/phpunit": "^9.6",
47-
"symfony/var-dumper": "^5.0 || ^6.0"
46+
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
4847
},
4948
"minimum-stability": "stable",
5049
"prefer-stable": true,

0 commit comments

Comments
 (0)