1
0
Fork 0
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:
Shift 2025-02-16 20:49:55 +00:00
parent a30a6a84c8
commit 8a55ca2642
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C

View file

@ -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": {