Skip to content

Commit

Permalink
Testing PHP 8 compatibility on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Scheffler committed Nov 18, 2020
1 parent a42a166 commit 224f8fb
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 @@ -3,6 +3,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8'

install:
- composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"type": "library",
"require": {
"php": ">=7.2",
"php": ">=7.2|^8.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/container": "^1.0"
Expand Down

0 comments on commit 224f8fb

Please sign in to comment.