From 2ed26bee1939d0bc016e573f65f1895a3baa2f73 Mon Sep 17 00:00:00 2001 From: "J. Fulbright" Date: Fri, 24 Jun 2022 08:54:38 -0500 Subject: [PATCH] v9.. laravel 9 update --- composer.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index a34568d..a5e72de 100755 --- a/composer.json +++ b/composer.json @@ -12,17 +12,17 @@ } ], "require": { - "php": ">=7.3.0", - "illuminate/support": "^8.0", - "illuminate/container": "^8.0", - "illuminate/database": "^8.0", - "illuminate/events": "^8.0" - }, - "require-dev": { + "php": "^7.2.5|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/container": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0", + "illuminate/events": "^7.0|^8.0|^9.0" + }, + "require-dev": { "phpunit/phpunit": "^8.4|^9.0", - "orchestra/testbench": "^5.0", + "orchestra/testbench": "^5.0|^6.0|^7.0", "codacy/coverage": "dev-master" - }, + }, "autoload": { "psr-4": { "Askedio\\SoftCascade\\": "src/" @@ -30,7 +30,7 @@ }, "autoload-dev": { "psr-4": { - "Askedio\\Tests\\" : "tests" + "Askedio\\Tests\\": "tests" } }, "extra": { @@ -40,4 +40,4 @@ ] } } -} +} \ No newline at end of file