Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
PHP 8.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Nov 30, 2020
1 parent d0b19b3 commit 8224a73
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 @@ -2,6 +2,7 @@ language: php

php:
- '7.4'
- '8.0'

before_script:
- travis_retry composer update
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 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"symfony/process": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"guzzlehttp/guzzle": "^6.5",
Expand Down

0 comments on commit 8224a73

Please sign in to comment.