Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hotmeteor committed Mar 1, 2023
1 parent cd5a393 commit f616a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Of course, Receiver can receive webhooks from any source using [custom providers

Requires:

- PHP ^8.0
- Laravel 8+
- PHP ^8.1
- Laravel 9+

```shell
composer require hotmeteor/receiver
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"stripe/stripe-php": "^9.2"
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5.8|^10.0"
"phpunit/phpunit": "^9.5.8|^10.0",
"stripe/stripe-php": "^9.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f616a9c

Please sign in to comment.