Skip to content

Commit

Permalink
Merge pull request #1045 from liip/php-cs-fixer
Browse files Browse the repository at this point in the history
[Deps] Revert removal of php-cs-fixer development dependency
  • Loading branch information
robfrawley committed Jan 31, 2018
2 parents c676dee + ffcf618 commit 63e3fad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,9 @@ matrix:
- SYMFONY_VERSION=dev-master
- STABILITY=dev
- php: nightly
env:
- SYMFONY_VERSION=4.0.*
- COMPOSER_FLAGS="--ignore-platform-reqs"
allow_failures:
- env:
- ENABLE_CODE_COVERAGE="true"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -36,6 +36,7 @@
"doctrine/cache": "^1.1",
"doctrine/orm": "^2.3",
"enqueue/enqueue-bundle": "^0.7|^0.8",
"friendsofphp/php-cs-fixer": "^2.10",
"league/flysystem": "^1.0",
"psr/log": "^1.0",
"symfony/browser-kit": "^3.0|^4.0",
Expand Down

0 comments on commit 63e3fad

Please sign in to comment.