mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 09:54: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",
|
"name": "archtechx/laravel-pages",
|
||||||
"description": "Easily add routes to your Laravel app by creating Markdown or Blade files.",
|
"description": "Easily add routes to your Laravel app by creating Markdown or Blade files.",
|
||||||
"keywords": ["laravel"],
|
"keywords": [
|
||||||
|
"laravel"
|
||||||
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
@ -22,16 +24,16 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"illuminate/support": "^10.0|^11.0",
|
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||||
"archtechx/laravel-seo": "^0.10",
|
"archtechx/laravel-seo": "^0.10",
|
||||||
"ryangjchandler/orbit": "^1.3",
|
"ryangjchandler/orbit": "^1.3",
|
||||||
"illuminate/routing": "^10.0|^11.0",
|
"illuminate/routing": "^10.0|^11.0|^12.0",
|
||||||
"illuminate/database": "^10.0|^11.0"
|
"illuminate/database": "^10.0|^11.0|^12.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0",
|
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||||
"pestphp/pest": "^2.0",
|
"pestphp/pest": "^2.0|^3.7",
|
||||||
"pestphp/pest-plugin-laravel": "^2.0"
|
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"laravel": {
|
"laravel": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue