From 8f669a7373c661735c1f2b9fdbf5667bb04eebb9 Mon Sep 17 00:00:00 2001 From: Peter Kennedy Date: Thu, 29 Sep 2022 10:03:38 +0200 Subject: [PATCH 1/3] start --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6c6cadd..c3bc1a9 100755 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": ">=7.2", - "illuminate/cache": "^6.0 || ^7.0 || ^8.0", - "illuminate/database": "^6.0 || ^7.0 || ^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0" + "illuminate/cache": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { "orchestra/testbench": "~6.0", From 11b40bf98eacf44f1232ce786df0bb5017894c7f Mon Sep 17 00:00:00 2001 From: Peter Kennedy Date: Thu, 29 Sep 2022 14:39:24 +0200 Subject: [PATCH 2/3] dependencies : update dependencies for laravel 9 - php 8 --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3bc1a9..dc7c67f 100755 --- a/composer.json +++ b/composer.json @@ -17,6 +17,8 @@ }, "require-dev": { "orchestra/testbench": "~6.0", + "orchestra/database": "~6.0", + "laravel/legacy-factories": "~1.0", "phpunit/phpunit": "~9.3" }, "autoload": { @@ -30,4 +32,4 @@ } }, "minimum-stability": "dev" -} +} \ No newline at end of file From a396ccbdc6b110f357b4f41917e0b62a6acff1c5 Mon Sep 17 00:00:00 2001 From: Peter Kennedy Date: Thu, 29 Sep 2022 15:17:42 +0200 Subject: [PATCH 3/3] testing : Migrated XML configuration --- phpunit.xml | 52 ++++++++++++++++++++----------------------------- phpunit.xml.bak | 32 ++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 31 deletions(-) create mode 100644 phpunit.xml.bak diff --git a/phpunit.xml b/phpunit.xml index d525043..5c45043 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,32 +1,22 @@ - - - - ./tests/ - - - - - ./src - - - - - - - - - - - \ No newline at end of file + + + + ./src + + + + + + + + ./tests/ + + + + + + + + + diff --git a/phpunit.xml.bak b/phpunit.xml.bak new file mode 100644 index 0000000..d525043 --- /dev/null +++ b/phpunit.xml.bak @@ -0,0 +1,32 @@ + + + + + ./tests/ + + + + + ./src + + + + + + + + + + + \ No newline at end of file