Skip to content

Commit

Permalink
Set minimum version supported to V7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Jun 24, 2020
1 parent f2ae8d4 commit e1106ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"description": "Shell completion for Symfony Console based scripts",
"license": "MIT",
"require": {
"php": "^7.0",
"ext-simplexml": "*",
"symfony/console": "^2.5|^3|^4|^5",
"symfony/process": "^2.5|^3|^4|^5",
"ext-simplexml": "*"
"symfony/process": "^2.5|^3|^4|^5"
},
"require-dev": {
"symfony/console": "2.8.*"
Expand Down

0 comments on commit e1106ca

Please sign in to comment.