diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml
index 8e103ad..20a6570 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.2, 8.3 ]
include:
- - laravel: 9.*
- testbench: 6.*
- laravel: 10.*
testbench: 8.*
+ - laravel: 11.*
+ testbench: 9.*
name: P${{ matrix.php }} - L${{ matrix.laravel }}
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
+
+
+
+