Skip to content

Commit f616a9c

Browse files
committed
Bump
1 parent cd5a393 commit f616a9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Of course, Receiver can receive webhooks from any source using [custom providers
4242

4343
Requires:
4444

45-
- PHP ^8.0
46-
- Laravel 8+
45+
- PHP ^8.1
46+
- Laravel 9+
4747

4848
```shell
4949
composer require hotmeteor/receiver

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
},
2121
"require": {
2222
"php": "^8.1",
23-
"illuminate/support": "^9.0|^10.0",
24-
"stripe/stripe-php": "^9.2"
23+
"illuminate/support": "^9.0|^10.0"
2524
},
2625
"require-dev": {
2726
"nunomaduro/collision": "^6.0|^7.0",
2827
"orchestra/testbench": "^7.0|^8.0",
29-
"phpunit/phpunit": "^9.5.8|^10.0"
28+
"phpunit/phpunit": "^9.5.8|^10.0",
29+
"stripe/stripe-php": "^9.2"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)