From 93bb350cb502682d5402e472c994c0f28085d54d Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 5 Feb 2022 15:37:02 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 7933272..acaad5c 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ { "name": "Tyler Arbon", "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": { @@ -32,12 +32,12 @@ }, "minimum-stability": "stable", "require": { - "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0" + "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.0|^9.0", - "orchestra/testbench": "^3.5|^4.0|^5.0" + "orchestra/testbench": "^3.5|^4.0|^5.0|^7.0" }, - "suggest": {} + "suggest": [] }