Skip to content

Commit fb2c7d3

Browse files
committed
Update for Laravel 9
1 parent 10f6fb3 commit fb2c7d3

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
laravel: [ 8.*, 9.*, 10.* ]
16+
laravel: [ 9.*, 10.* ]
1717
php: [ 8.1, 8.2 ]
1818
include:
19-
- laravel: 8.*
20-
php: 8.1
21-
testbench: 7.*
2219
- laravel: 9.*
2320
testbench: 7.*
2421
- laravel: 10.*
2522
testbench: 8.*
26-
exclude:
27-
- laravel: 8.*
28-
- php: ^8.2
2923

3024
name: P${{ matrix.php }} - L${{ matrix.laravel }}
3125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Of course, Receiver can receive webhooks from any source using [custom providers
4343
Requires:
4444

4545
- PHP ^8.1
46-
- Laravel 8+
46+
- Laravel 9+
4747

4848
```shell
4949
composer require hotmeteor/receiver

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"php": "^8.1",
23-
"illuminate/support": "^8.0|^9.0|^10.0",
23+
"illuminate/support": "^9.0|^10.0",
2424
"stripe/stripe-php": "^9.2"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)