Skip to content

Commit f5eb746

Browse files
committed
7.2 is EOL; PHP 8 is out
1 parent 452cdd3 commit f5eb746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ dist: trusty
22
language: php
33

44
php:
5-
- 7.2
65
- 7.3
76
- 7.4
7+
- 8.0
88

99
# This triggers builds to run on the new TravisCI infrastructure.
1010
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "~7.0",
25+
"php": ">=7.3",
2626
"guzzlehttp/guzzle": "^6.3||^7.0",
2727
"sabre/cache": "^1.0",
2828
"ext-json": "*"

0 commit comments

Comments
 (0)