We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452cdd3 commit f5eb746Copy full SHA for f5eb746
.travis.yml
@@ -2,9 +2,9 @@ dist: trusty
2
language: php
3
4
php:
5
- - 7.2
6
- 7.3
7
- 7.4
+ - 8.0
8
9
# This triggers builds to run on the new TravisCI infrastructure.
10
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
composer.json
@@ -22,7 +22,7 @@
22
}
23
],
24
"require": {
25
- "php": "~7.0",
+ "php": ">=7.3",
26
"guzzlehttp/guzzle": "^6.3||^7.0",
27
"sabre/cache": "^1.0",
28
"ext-json": "*"
0 commit comments