Skip to content

Commit

Permalink
Merge pull request #14 from marcroberts/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel 9.x
  • Loading branch information
schulzefelix authored Feb 3, 2022
2 parents a817409 + 9d743ef commit 72c1c3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.3|^8.0",
"google/cloud-bigquery": "^1.0.0",
"illuminate/support": "^8.0",
"illuminate/support": "^8.0|^9.0",
"symfony/cache": "^4.3|^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 72c1c3f

Please sign in to comment.