From 64052b8d987a77fd7491dd2906971841ec7dc29c Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 5 Feb 2022 15:35:43 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 0846f6b..a8e3e66 100644 --- a/composer.json +++ b/composer.json @@ -33,14 +33,13 @@ "role": "Developer" } ], - "require": { - }, + "require": [], "require-dev": { - "phpunit/phpunit": "~5.3", + "phpunit/phpunit": "^9.5.10", "scrutinizer/ocular": "^1.1", - "guzzlehttp/guzzle": "^6.2", - "squizlabs/php_codesniffer": "^2.3", - "vlucas/phpdotenv": "^2.2" + "guzzlehttp/guzzle": "^7.2", + "squizlabs/php_codesniffer": "^3.6", + "vlucas/phpdotenv": "^5.4" }, "autoload": { "psr-4": {