Skip to content

Commit

Permalink
Merge pull request #2 from JituSSingh/laravel-10-support
Browse files Browse the repository at this point in the history
fix: Laravel 10.x / 11.x support
  • Loading branch information
phpsa authored Feb 7, 2024
2 parents d994dcc + 52ae010 commit 2a26500
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ notifications:
on_failure: always

php:
- 7.0
- 7.1
- 7.2
- 8.0
- 8.1
- 8.2

env:
- LARAVEL_VERSION=5.5.*
- LARAVEL_VERSION=10.0.*

before_install:
- travis_retry composer self-update --stable -n
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.5|^9.0",
"php": "^8.1",
"illuminate/support": "^9.0|^10.0|^11.0",
"spatie/laravel-webhook-server": "^3.1"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^9.3.0"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2a26500

Please sign in to comment.