1
0
Fork 0
mirror of https://github.com/archtechx/laravel-pages.git synced 2025-12-12 18:04:02 +00:00

Bump dependencies for Laravel 11

This commit is contained in:
Shift 2024-03-02 14:44:30 +00:00
parent 8fa1a148dd
commit 44af8b4f0d
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,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"
},