Skip to content

Commit

Permalink
first package testing for laravel 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
salimzy committed Dec 13, 2023
1 parent 03fef96 commit ce1ad3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 7.2
- 7.3
- 7.4
- 8.2
- 8.

jobs:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.2",
"illuminate/support": "^7.0|^8.0",
"php": "^7.2|^8.0",
"illuminate/support": "^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0",
"ext-json": "*"
},
Expand Down

0 comments on commit ce1ad3b

Please sign in to comment.