diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-20 09:35:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-20 09:35:55 +0200 |
commit | 247cf4897a380d678336b85d8120ffac4cfaff16 (patch) | |
tree | 9c3030ded1f186dffe26131c4275a235ce267aae /composer.json | |
parent | 3c552f0d0467f641ceb3490b347747d031ac7397 (diff) | |
parent | d71b600599367cf217bd40fb121965a1b51b625e (diff) | |
download | wallabag-247cf4897a380d678336b85d8120ffac4cfaff16.tar.gz wallabag-247cf4897a380d678336b85d8120ffac4cfaff16.tar.zst wallabag-247cf4897a380d678336b85d8120ffac4cfaff16.zip |
Merge pull request #2155 from wallabag/php-cs-fixer
Use friendsofphp instead of fabpot
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a430c59e..c4edd3c2 100644 --- a/composer.json +++ b/composer.json | |||
@@ -88,7 +88,7 @@ | |||
88 | "sensio/generator-bundle": "^3.0", | 88 | "sensio/generator-bundle": "^3.0", |
89 | "phpunit/phpunit": "~4.4", | 89 | "phpunit/phpunit": "~4.4", |
90 | "symfony/phpunit-bridge": "^2.7", | 90 | "symfony/phpunit-bridge": "^2.7", |
91 | "fabpot/php-cs-fixer": "~1.9" | 91 | "friendsofphp/php-cs-fixer": "~1.9" |
92 | }, | 92 | }, |
93 | "scripts": { | 93 | "scripts": { |
94 | "post-cmd": [ | 94 | "post-cmd": [ |