summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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"
+ }
+ }
+}