aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-06-17 22:03:29 +0200
committerThomas Citharel <tcit@tcit.fr>2016-06-23 09:15:50 +0200
commit11493858a74af2f9b3f9e1fbbddbfffba5813813 (patch)
treeecc8a6beb3b476fd8bfe2090020e6c40c3decb76 /composer.json
parent3247b907768b520299bc4adae0adcc599d0b66d8 (diff)
downloadwallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.tar.gz
wallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.tar.zst
wallabag-11493858a74af2f9b3f9e1fbbddbfffba5813813.zip
Use friendsofphp instead of fabpot
The fabpot's one is now depreacted
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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": [