Skip to content

Commit

Permalink
Merge pull request #14 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Add support for php8
  • Loading branch information
mpociot committed Jun 17, 2022
2 parents 52da87b + df6fc86 commit 5f1339b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"intervention/image": "^2.4"
Expand Down

0 comments on commit 5f1339b

Please sign in to comment.