mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
Bump dependencies for Laravel 12
This commit is contained in:
parent
a30a6a84c8
commit
8a55ca2642
1 changed files with 9 additions and 7 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,16 +24,16 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"archtechx/laravel-seo": "^0.10",
|
||||
"ryangjchandler/orbit": "^1.3",
|
||||
"illuminate/routing": "^10.0|^11.0",
|
||||
"illuminate/database": "^10.0|^11.0"
|
||||
"illuminate/routing": "^10.0|^11.0|^12.0",
|
||||
"illuminate/database": "^10.0|^11.0|^12.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^8.0|^9.0",
|
||||
"pestphp/pest": "^2.0",
|
||||
"pestphp/pest-plugin-laravel": "^2.0"
|
||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||
"pestphp/pest": "^2.0|^3.7",
|
||||
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue