From c8acfcae914cd7f389510a329d4f8d8a3130ce29 Mon Sep 17 00:00:00 2001 From: Adam Campbell Date: Tue, 19 Mar 2024 09:48:53 -0500 Subject: [PATCH 1/3] Update --- composer.json | 12 ++++++------ phpunit.xml.dist | 28 ++++++++++++---------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 25bf1a7..aa1c4c0 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ "source": "https://github.com/hotmeteor/receiver" }, "require": { - "php": "^8.1", - "illuminate/support": "^9.0|^10.0" + "php": "^8.2", + "illuminate/support": "^10.0|^11.0" }, "require-dev": { - "nunomaduro/collision": "^6.0|^7.0", - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5.8|^10.0", - "stripe/stripe-php": "^9.2" + "nunomaduro/collision": "^7.0|^8.0", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^10.0|^11.0", + "stripe/stripe-php": "^13.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b640754..aed8b5e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,17 +1,13 @@ - - - - src - - - - - tests - - - \ No newline at end of file + + + + tests + + + + + src + + + From 6898b036d9757e60c2b60f80a4c86776dbbebbbe Mon Sep 17 00:00:00 2001 From: Adam Campbell Date: Tue, 19 Mar 2024 09:50:09 -0500 Subject: [PATCH 2/3] Update php.yml --- .github/workflows/php.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8e103ad..4eb9db0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -13,13 +13,13 @@ jobs: strategy: fail-fast: true matrix: - laravel: [ 9.*, 10.* ] - php: [ 8.1, 8.2 ] + laravel: [ 10.*, 11.* ] + php: [ 8.1, 8.2, 8.3 ] include: - - laravel: 9.* - testbench: 6.* - laravel: 10.* testbench: 8.* + - laravel: 11.* + testbench: 9.* name: P${{ matrix.php }} - L${{ matrix.laravel }} From 44e25d91d37a79804aa77e4bb7eec7618a657cbd Mon Sep 17 00:00:00 2001 From: Adam Campbell Date: Tue, 19 Mar 2024 09:50:48 -0500 Subject: [PATCH 3/3] Update php.yml --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4eb9db0..20a6570 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -14,7 +14,7 @@ jobs: fail-fast: true matrix: laravel: [ 10.*, 11.* ] - php: [ 8.1, 8.2, 8.3 ] + php: [ 8.2, 8.3 ] include: - laravel: 10.* testbench: 8.*