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 f2ae8d4 commit e1106caCopy full SHA for e1106ca
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.0
5
- 7.1
6
- 7.2
7
- 7.3
composer.json
@@ -3,9 +3,10 @@
"description": "Shell completion for Symfony Console based scripts",
"license": "MIT",
"require": {
+ "php": "^7.0",
+ "ext-simplexml": "*",
8
"symfony/console": "^2.5|^3|^4|^5",
- "symfony/process": "^2.5|^3|^4|^5",
- "ext-simplexml": "*"
9
+ "symfony/process": "^2.5|^3|^4|^5"
10
},
11
"require-dev": {
12
"symfony/console": "2.8.*"
0 commit comments