Skip to content

Commit

Permalink
Add Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Jun 26, 2024
1 parent 0623095 commit a4e3eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
"php": "^7.3|^7.4|^8.0|^8.1|^8.2|^8.3",
"illuminate/support": "~8.0|~9.0|~10.0",
"intervention/image": "^2.7",
"doctrine/dbal": "^3.1|^3.5",
Expand All @@ -31,7 +31,7 @@
"require-dev": {
"phpunit/phpcov": ">=6.0",
"phpunit/phpunit": ">=8.0",
"laravel/framework": "~8.0|~9.0|~10.0",
"laravel/framework": "~8.0|~9.0|~10.0|~11.0",
"orchestra/testbench": ">=6.0",
"laravel/browser-kit-testing": ">=6.1.0",
"orchestra/testbench-browser-kit": ">=4.0"
Expand Down

0 comments on commit a4e3eef

Please sign in to comment.