Skip to content

Commit

Permalink
issue/console: Upgrade to console ^4.0
Browse files Browse the repository at this point in the history
- Now min version is php 7.2
  • Loading branch information
cambell-prince committed May 24, 2020
1 parent a12f964 commit 95a6629
Show file tree
Hide file tree
Showing 3 changed files with 1,339 additions and 262 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
dist: trusty
language: php
php:
- '5.6'
- '7.0'
- hhvm
- '7.2'

before_install:
- travis_retry composer self-update
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": ">5.6",
"symfony/console": "^3.0"
"php": ">7.1",
"symfony/console": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3",
"fabpot/php-cs-fixer": "^1.11"
"fabpot/php-cs-fixer": "^2.16"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 95a6629

Please sign in to comment.