Skip to content

Commit

Permalink
Merge pull request #21 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
percymamedy authored Jul 11, 2024
2 parents 2013de7 + f577a32 commit 1dfc31f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "percymamedy/laravel-dev-booter",
"description": "Boost your Laravel app by registering Prod services only on Prod.",
"keywords": ["php", "Laravel", "dev-tools"],
"keywords": [
"php",
"Laravel",
"dev-tools"
],
"license": "MIT",
"authors": [
{
Expand All @@ -11,10 +15,10 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/support": "^10.20.0"
"illuminate/support": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.9.0",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand Down

0 comments on commit 1dfc31f

Please sign in to comment.