Skip to content

Commit

Permalink
Prepare for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ro committed Apr 22, 2024
1 parent 72ea42f commit 34b4574
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@
"php": "^8.2",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/contracts": "^10.0|^11.0",
"romanzipp/laravel-seo": "^2.5"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down Expand Up @@ -67,4 +61,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 34b4574

Please sign in to comment.