From 44af8b4f0d49d988acf69ad6f45b1a76035a5ddc Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 14:44:30 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f3c1e34..84a79eb 100644 --- a/composer.json +++ b/composer.json @@ -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" },