From 1b439d5eac8fa0ed1f8e68ed468d366c8045b4c9 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 11:09:13 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 4c45e6b..077a9af 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,14 @@ "email": "tylercd100@gmail.com" }, { - "name": "Scott Robinson", - "email": "scott@dor.ky", - "homepage": "http://dor.ky" + "name": "Scott Robinson", + "email": "scott@dor.ky", + "homepage": "http://dor.ky" } ], - "autoload":{ - "psr-4":{ - "LVR\\Phone\\":"src/" + "autoload": { + "psr-4": { + "LVR\\Phone\\": "src/" } }, "autoload-dev": { @@ -32,14 +32,13 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "php": "^7.0|^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.3|^9.0", - "orchestra/testbench": "^3.5|^5.0|^7.0" + "phpunit/phpunit": "^6.3|^9.0|^10.5", + "orchestra/testbench": "^3.5|^5.0|^7.0|^9.0" }, - "suggest": { - } + "suggest": [] }