We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0bfad commit 1626418Copy full SHA for 1626418
2 files changed
.travis.yml
@@ -12,6 +12,9 @@ matrix:
12
- php: 5.6
13
env: |
14
SYMFONY_VERSION=2.8.*
15
+ - php: 7.1
16
+ env: |
17
+ SYMFONY_VERSION=^4.0-beta
18
19
before_install:
20
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';
composer.json
@@ -28,7 +28,7 @@
28
},
29
"require-dev": {
30
"phpunit/phpunit": "~5.7",
31
- "friendsofphp/php-cs-fixer": "1.11.*",
+ "friendsofphp/php-cs-fixer": "^2.0",
32
"satooshi/php-coveralls": "^1.0"
33
34
"suggest": {
0 commit comments