diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-06-17 22:03:29 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 09:15:50 +0200 |
commit | 11493858a74af2f9b3f9e1fbbddbfffba5813813 (patch) | |
tree | ecc8a6beb3b476fd8bfe2090020e6c40c3decb76 | |
parent | 3247b907768b520299bc4adae0adcc599d0b66d8 (diff) | |
download | wallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.tar.gz wallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.tar.zst wallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.zip |
Use friendsofphp instead of fabpot
The fabpot's one is now depreacted
-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": [ |