Skip to content

Commit

Permalink
add php-cs-fixer back in
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 30, 2018
1 parent 2f04681 commit f59f073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ matrix:
- php: 7.2
env: SYMFONY_VERSION=dev-master
- php: nightly
env: SYMFONY_VERSION=4.0.*
env: SYMFONY_VERSION=4.0.* COMPOSER_FLAGS="--ignore-platform-reqs"
allow_failures:
- env: SYMFONY_VERSION=dev-master
- php: nightly
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",
"satooshi/php-coveralls": "^1.0",
Expand Down

0 comments on commit f59f073

Please sign in to comment.