We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edd284 commit f7a85feCopy full SHA for f7a85fe
.travis.yml
@@ -11,7 +11,6 @@ php:
11
- nightly
12
13
#before_install:
14
-#- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.5" ]]; then composer require --dev --no-update phpunit/phpunit ~4; fi
15
16
install:
17
- composer install --no-interaction --no-suggest
composer.json
@@ -26,8 +26,10 @@
26
"psr/log": "^1.0"
27
},
28
"require-dev": {
29
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
30
- "friendsofphp/php-cs-fixer": "^2.15"
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0"
+ },
31
+ "suggest": {
32
+ "friendsofphp/php-cs-fixer": "to use php-cs"
33
34
"autoload": {
35
"psr-4": {
0 commit comments