Skip to content

Commit

Permalink
7.2 is EOL; PHP 8 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Dec 2, 2020
1 parent 452cdd3 commit f5eb746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dist: trusty
language: php

php:
- 7.2
- 7.3
- 7.4
- 8.0

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "~7.0",
"php": ">=7.3",
"guzzlehttp/guzzle": "^6.3||^7.0",
"sabre/cache": "^1.0",
"ext-json": "*"
Expand Down

0 comments on commit f5eb746

Please sign in to comment.