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 a12f964 commit 95a6629Copy full SHA for 95a6629
.travis.yml
@@ -1,9 +1,7 @@
1
dist: trusty
2
language: php
3
php:
4
- - '5.6'
5
- - '7.0'
6
- - hhvm
+ - '7.2'
7
8
before_install:
9
- travis_retry composer self-update
composer.json
@@ -11,12 +11,12 @@
11
}
12
],
13
"require": {
14
- "php": ">5.6",
15
- "symfony/console": "^3.0"
+ "php": ">7.1",
+ "symfony/console": "^4.0"
16
},
17
"require-dev": {
18
"phpunit/phpunit": "^5.3",
19
- "fabpot/php-cs-fixer": "^1.11"
+ "fabpot/php-cs-fixer": "^2.16"
20
21
"autoload": {
22
"psr-4": {
0 commit comments