Skip to content

Commit 1626418

Browse files
committed
Updated dependencies for symfony 4
1 parent 5a0bfad commit 1626418

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ matrix:
1212
- php: 5.6
1313
env: |
1414
SYMFONY_VERSION=2.8.*
15+
- php: 7.1
16+
env: |
17+
SYMFONY_VERSION=^4.0-beta
1518
1619
before_install:
1720
- sh -c 'if [ "${SYMFONY_VERSION}" != "" ]; then composer require --no-update symfony/symfony=${SYMFONY_VERSION}; fi;';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~5.7",
31-
"friendsofphp/php-cs-fixer": "1.11.*",
31+
"friendsofphp/php-cs-fixer": "^2.0",
3232
"satooshi/php-coveralls": "^1.0"
3333
},
3434
"suggest": {

0 commit comments

Comments
 (0)