From c0eb4696fd836e56b9c5be66b6915f459941013c Mon Sep 17 00:00:00 2001 From: James Russo Date: Sat, 16 Sep 2023 14:32:46 -0400 Subject: [PATCH 1/5] deps: update php and laravel requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d151f0e..bcb69a5 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ } ], "require": { - "php": "^7.2|^7.3|^7.4|^8.0", + "php": "^7.2|^7.3|^7.4|^8.0|^8.1", "ext-json": "*", - "laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0", + "laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", "hemp/presenter": "^2.0" }, "require-dev": { From eae7e58cd4100a6670e9b7100fcd8fc1cf11e80d Mon Sep 17 00:00:00 2001 From: James Russo Date: Sun, 17 Sep 2023 09:15:21 -0400 Subject: [PATCH 2/5] deps: orchestra/testbench update version dependency --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bcb69a5..7f04a4b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "umbrellio/code-style-php": "^1.0", - "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0", + "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0|^7.0|^8.0", "symplify/easy-coding-standard": "^9.3.15", "php-coveralls/php-coveralls": "^2.1" }, From ae6947121a469c9a77cbf7d19f836cdb553ef5a9 Mon Sep 17 00:00:00 2001 From: James Russo Date: Sun, 17 Sep 2023 09:15:50 -0400 Subject: [PATCH 3/5] fix: upgrade the phpunit.xml.dist file format --- phpunit.xml.dist | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 795a08d..2d1d870 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,21 +1,14 @@ - - - - ./src - - - - - ./tests - - + + + + + ./tests + + + + + ./src + + From af510f7b21403c36beb59e826b5d8fc334ccc067 Mon Sep 17 00:00:00 2001 From: James Russo Date: Sun, 17 Sep 2023 09:20:54 -0400 Subject: [PATCH 4/5] ci: use 8.1 as option for php --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee5414..89f7a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' runs-on: '${{ matrix.operating_system }}' name: 'Test / PHP ${{ matrix.php_versions }}' needs: From 8a8f5e5e346ed9eb1df06c189770f9442446b772 Mon Sep 17 00:00:00 2001 From: James Russo Date: Sun, 17 Sep 2023 09:23:30 -0400 Subject: [PATCH 5/5] fix: upgrade the phpunit.github.xml config --- phpunit.github.xml | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/phpunit.github.xml b/phpunit.github.xml index 50b4ab4..5ae8091 100644 --- a/phpunit.github.xml +++ b/phpunit.github.xml @@ -1,19 +1,14 @@ - - - - ./tests - - - - - ./src - - + + + + + ./tests + + + + + ./src + +