Skip to content

Commit f7a85fe

Browse files
committed
move php-cs-fixer in suggest section
1 parent 4edd284 commit f7a85fe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ php:
1111
- nightly
1212

1313
#before_install:
14-
#- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.5" ]]; then composer require --dev --no-update phpunit/phpunit ~4; fi
1514

1615
install:
1716
- composer install --no-interaction --no-suggest

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
"psr/log": "^1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
30-
"friendsofphp/php-cs-fixer": "^2.15"
29+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0"
30+
},
31+
"suggest": {
32+
"friendsofphp/php-cs-fixer": "to use php-cs"
3133
},
3234
"autoload": {
3335
"psr-4": {

0 commit comments

Comments
 (0)