Skip to content

Commit

Permalink
Merge pull request #63 from rvdbogerd/rvdbogerd/php8-upgrade
Browse files Browse the repository at this point in the history
[WIP] Enable php 8 in composer deps & travis matrix
  • Loading branch information
goetas authored Dec 11, 2022
2 parents 3079bef + 218f8f6 commit 5011a45
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 @@ -11,6 +11,8 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0
- 8.1

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",

"psr/http-message": "^1.0",
"psr/http-factory": "^1.0",
Expand Down

0 comments on commit 5011a45

Please sign in to comment.