From 39d327499d9a6e9401e5819afcda9717326988ed Mon Sep 17 00:00:00 2001 From: galang-vehikl Date: Thu, 3 Aug 2023 12:24:32 -0400 Subject: [PATCH] upgrade to support laravel 9 --- composer.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 444555b..e4971f5 100644 --- a/composer.json +++ b/composer.json @@ -16,14 +16,13 @@ } ], "require": { - "php": "^7.2|^8.0|^8.1", - "laravel/framework": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0", + "php": "^7.2|^8.0", + "laravel/framework": "~5.8.0|^6.0|^7.0|^8.28|^9.0", "spatie/url": "^1.0|^2.0" }, "require-dev": { - "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0", - "phpunit/phpunit": "^8.0|^9.0|^9.3", - "pestphp/pest": "^1.22" + "orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0", + "phpunit/phpunit": "^8.5.22|^9.0|^9.3" }, "autoload": { "psr-4": { @@ -39,10 +38,7 @@ "test": "vendor/bin/phpunit" }, "config": { - "sort-packages": true, - "allow-plugins": { - "pestphp/pest-plugin": true - } + "sort-packages": true }, "extra": { "laravel": { @@ -53,4 +49,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file