aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-21 12:47:57 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-21 12:47:57 +0100
commit439b36323e37f669b056cc5228c44bb91196256c (patch)
treeecd84477adf3e12819b26aff2a6d2e644e45ea72 /composer.json
parentbd46de6b25f982e1a0d3f975971fe8014db13833 (diff)
parent4083887afe4dd3f568b2dfea3392506b554c79b8 (diff)
downloadwallabag-439b36323e37f669b056cc5228c44bb91196256c.tar.gz
wallabag-439b36323e37f669b056cc5228c44bb91196256c.tar.zst
wallabag-439b36323e37f669b056cc5228c44bb91196256c.zip
Merge pull request #1774 from wallabag/v2-key-translation
Switch to keys in translated files
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a1a7ebb4..1abf6f20 100644
--- a/composer.json
+++ b/composer.json
@@ -86,7 +86,8 @@
86 "doctrine/doctrine-fixtures-bundle": "~2.2", 86 "doctrine/doctrine-fixtures-bundle": "~2.2",
87 "sensio/generator-bundle": "^3.0", 87 "sensio/generator-bundle": "^3.0",
88 "phpunit/phpunit": "~4.4", 88 "phpunit/phpunit": "~4.4",
89 "symfony/phpunit-bridge": "^2.7" 89 "symfony/phpunit-bridge": "^2.7",
90 "fabpot/php-cs-fixer": "~1.9"
90 }, 91 },
91 "scripts": { 92 "scripts": {
92 "build-parameters": [ 93 "build-parameters": [