We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a334a commit ea08efbCopy full SHA for ea08efb
2 files changed
.travis.yml
@@ -5,11 +5,12 @@ dist: trusty
5
sudo: false
6
7
php:
8
+ - 7.0
9
- 7.1
10
11
matrix:
12
include:
- - php: 7.1
13
+ - php: 7.0
14
env:
15
- BUILD_PHAR=true
16
@@ -26,4 +27,4 @@ deploy:
26
27
skip_cleanup: true
28
on:
29
tags: true
- php: '7.1'
30
+ php: '7.0'
composer.json
@@ -36,7 +36,7 @@
36
},
37
38
"require": {
39
- "php": "^7.1",
+ "php": "^7.0",
40
"symfony/console": "@stable",
41
"symfony/yaml": "@stable",
42
"twig/twig": "@stable",
0 commit comments