Skip to content

Commit

Permalink
Added Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 12, 2024
1 parent 1335d29 commit 2011a8a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@
"require": {
"php": "^7.3 || ^8.0",
"ext-dom": "*",
"illuminate/support": ">=6.0 <11.0",
"illuminate/validation": ">=6.0 <11.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
"illuminate/support": ">=6.0 <12.0",
"illuminate/validation": ">=6.0 <12.0",
"symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"symfony/var-dumper": "^5.0 || ^6.0"
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 2011a8a

Please sign in to comment.