summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-23 06:43:25 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-23 06:43:25 +0200
commit9671a15e0f067281b9db6808985eea6f8f425023 (patch)
tree962a51313c73b7aae996b8eb2824bae8c4760ceb /composer.json
parent23bfea7688f26b4b49ff5c95aecc14d560d4e847 (diff)
php-twig-extensions: 1.4.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..a59ff78
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,32 @@
+{
+ "name": "twig/extensions",
+ "description": "Common additional features for Twig that do not directly belong in core",
+ "keywords": ["i18n","text"],
+ "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Fabien Potencier",
+ "email": "fabien@symfony.com"
+ }
+ ],
+ "require": {
+ "twig/twig": "~1.20|~2.0"
+ },
+ "require-dev": {
+ "symfony/translation": "~2.3"
+ },
+ "suggest": {
+ "symfony/translation": "Allow the time_diff output to be translated"
+ },
+ "autoload": {
+ "psr-0": { "Twig_Extensions_": "lib/" }
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.4-dev"
+ }
+ }
+}