From d7ed4eef1cc8bbcf83f0edc40020091b9bcfcf24 Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 3 Jun 2026 14:55:00 -0500 Subject: [PATCH 1/3] Add Laravel 13 support --- .github/workflows/php.yml | 5 +++++ composer.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b59fb3f..30441af 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -46,6 +46,11 @@ jobs: php: '8.0' - laravel: 12.* php: '8.1' + include: + - laravel: 13.* + php: '8.3' + - laravel: 13.* + php: '8.4' name: PHP ${{ matrix.php }} on Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 3faf452..a5efc1f 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "require": { "php": "^7.2.5 || ^8.0", "guzzlehttp/guzzle": "^6.2 || ^7.0", - "illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0" + "illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { "mockery/mockery": "^1.3", "phpunit/phpunit": "^9.0 || ^10.5 || ^11.5.3", - "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "autoload": { "psr-4": { From a29717566cd87dfd68618f40999f0bb796aee597 Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 3 Jun 2026 15:00:52 -0500 Subject: [PATCH 2/3] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fd40a3..b5c460a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This package makes it easy to send webhooks using the Laravel notification syste | Laravel version | PHP version | Package version | |------------------------------------------------------------------------|--------------------|-----------------| +| ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0 | ^13.0 | ^7.2.5 | ^8.0 | ^2.8 | | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^7.2.5 | ^8.0 | ^2.4 | | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^7.2.5 | ^8.0 | ^2.3 | | ^6.0 | ^7.0 | ^8.0 | ^7.2.5 | ^8.0 | ^2.2 | From 63848264beef3ed55957f824df9da13fdc2a0191 Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 3 Jun 2026 15:46:16 -0500 Subject: [PATCH 3/3] Update PHPUnit configuration --- phpunit.xml.dist | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9124e69..e66b7e0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,9 +1,6 @@ - + - - src/ - @@ -18,4 +15,9 @@ + + + src/ + +