Skip to content

Commit e1106ca

Browse files
committed
Set minimum version supported to V7.0
1 parent f2ae8d4 commit e1106ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 7.1
56
- 7.2
67
- 7.3

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"description": "Shell completion for Symfony Console based scripts",
44
"license": "MIT",
55
"require": {
6+
"php": "^7.0",
7+
"ext-simplexml": "*",
68
"symfony/console": "^2.5|^3|^4|^5",
7-
"symfony/process": "^2.5|^3|^4|^5",
8-
"ext-simplexml": "*"
9+
"symfony/process": "^2.5|^3|^4|^5"
910
},
1011
"require-dev": {
1112
"symfony/console": "2.8.*"

0 commit comments

Comments
 (0)