From 1298659114d533fd48241aaed28ae6a05c804364 Mon Sep 17 00:00:00 2001 From: Charaf Rezrazi Date: Thu, 17 Mar 2022 08:49:40 +0100 Subject: [PATCH 1/2] added support for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4ae9ea7..b544f83 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "php": "^7.3 || ^8.0", "doctrine/dbal": "^2.0|^3.0", "fakerphp/faker": "^1.13", - "illuminate/console": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0" + "illuminate/console": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0" }, "require-dev": { "orchestra/testbench": "^6.12", From 3b42f68b9406ae19e75a54b8b814c9c7eb9f8983 Mon Sep 17 00:00:00 2001 From: Charaf Rezrazi Date: Thu, 17 Mar 2022 08:54:27 +0100 Subject: [PATCH 2/2] Bump testbench and phpunit versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b544f83..3083101 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "illuminate/support": "^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^6.12", - "phpunit/phpunit": "^8.0", + "orchestra/testbench": "^6.12|^7.1", + "phpunit/phpunit": "^8.0|^9.5", "spatie/phpunit-snapshot-assertions": "^4.2" }, "autoload": {