From b9d6eaae261463c1b9e9e1cd33db23119c2fd308 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 4 Feb 2022 17:04:05 +0000 Subject: [PATCH 1/2] Bump dependencies for Laravel 9 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 7cdea93..49c64d7 100644 --- a/composer.json +++ b/composer.json @@ -9,17 +9,17 @@ } ], "require": { - "illuminate/routing": "^8.0", - "illuminate/support": "^8.0", + "illuminate/routing": "^9.0", + "illuminate/support": "^9.0", "jenssegers/model": "^1.4" }, "require-dev": { "orchestra/testbench-browser-kit": "^6.0", "orchestra/testbench-dusk": "^6.0", - "orchestra/testbench": "^6.0", - "phpmd/phpmd": "^2.7", - "phpunit/phpunit": "^9.3", - "php-coveralls/php-coveralls" : "^2.2" + "orchestra/testbench": "^7.0", + "phpmd/phpmd": "^2.11", + "phpunit/phpunit": "^9.5.10", + "php-coveralls/php-coveralls": "^2.2" }, "autoload": { "psr-4": { From 5bc5c284ace3debbedc29c04c153bda969f1826f Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Wed, 9 Feb 2022 06:56:19 -0700 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49c64d7..42b9b51 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "orchestra/testbench-dusk": "^6.0", "orchestra/testbench": "^7.0", "phpmd/phpmd": "^2.11", - "phpunit/phpunit": "^9.5.10", + "phpunit/phpunit": "^9.5", "php-coveralls/php-coveralls": "^2.2" }, "autoload": {