From a3245dd379e89e80953e85d21d048a474412bbaf Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 3 Feb 2022 18:00:19 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 9249c973..22e59d60 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,14 @@ "require": { "php": ">=7.2.0", "ext-json": "*", - "fzaninotto/faker": "^1.8", - "illuminate/console": "^5.7|^6.0|^7.0|^8.0", - "illuminate/routing": "^5.7|^6.0|^7.0|^8.0", - "illuminate/support": "^5.7|^6.0|^7.0|^8.0", - "league/flysystem": "^1.0", + "fzaninotto/faker": "^1.8|^1.5", + "illuminate/console": "^5.7|^6.0|^7.0|^8.0|^9.0", + "illuminate/routing": "^5.7|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0", + "league/flysystem": "^1.0|^3.0", "mpociot/documentarian": "^0.4.0", "mpociot/reflection-docblock": "^1.0.1", - "nunomaduro/collision": "^3.0|^4.0|^5.0", + "nunomaduro/collision": "^3.0|^4.0|^5.0|^6.0", "ramsey/uuid": "^3.8|^4.0", "symfony/var-exporter": "^4.0|^5.0" }, @@ -32,9 +32,9 @@ "dms/phpunit-arraysubset-asserts": "^0.1.0", "laravel/lumen-framework": "^5.7|^6.0|^7.0|^8.0", "league/fractal": "^0.19.0", - "orchestra/testbench": "^3.7|^4.0|^5.0", - "phpstan/phpstan": "^0.11.15", - "phpunit/phpunit": "^8.0" + "orchestra/testbench": "^3.7|^4.0|^5.0|^7.0", + "phpstan/phpstan": "^0.11.15|^1.4", + "phpunit/phpunit": "^8.0|^9.5.10" }, "suggest": { "league/fractal": "Required for transformers support"