mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Bump dependencies for Laravel 11
This commit is contained in:
parent
8fa1a148dd
commit
44af8b4f0d
1 changed files with 7 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"name": "archtechx/laravel-pages",
|
||||
"description": "Easily add routes to your Laravel app by creating Markdown or Blade files.",
|
||||
"keywords": ["laravel"],
|
||||
"keywords": [
|
||||
"laravel"
|
||||
],
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
|
|
@ -22,14 +24,14 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"illuminate/support": "^9.0|^10.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0",
|
||||
"archtechx/laravel-seo": "^0.6",
|
||||
"ryangjchandler/orbit": "*",
|
||||
"illuminate/routing": "^9.0|^10.0",
|
||||
"illuminate/database": "^9.0|^10.0"
|
||||
"illuminate/routing": "^9.0|^10.0|^11.0",
|
||||
"illuminate/database": "^9.0|^10.0|^11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7.0|^8.0",
|
||||
"orchestra/testbench": "^7.0|^8.0|^9.0",
|
||||
"pestphp/pest": "^1.2|^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^1.0|^2.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue