This commit is contained in:
Nicolas Lœuillet 2013-08-04 18:03:30 +02:00
parent 15771f4452
commit 07b9821e24
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{ {
"require": { "require": {
"twig/twig": "1.*", "twig/twig": "1.*",
"twig/extensions": "1.0.*@dev", "twig/extensions": "1.0.*",
"umpirsky/twig-gettext-extractor": "1.1.*" "umpirsky/twig-gettext-extractor": "1.1.*"
} }
} }

20
composer.lock generated
View File

@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "066f08ff5ab7c2002a035470246da4ef", "hash": "1c8badb14d91f4f3ef1cfae23252a2c4",
"packages": [ "packages": [
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -580,20 +580,20 @@
}, },
{ {
"name": "twig/extensions", "name": "twig/extensions",
"version": "dev-master", "version": "v1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fabpot/Twig-extensions.git", "url": "https://github.com/fabpot/Twig-extensions.git",
"reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2" "reference": "v1.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/v1.0.0",
"reference": "f5b0c84f3699e494c84ee627d7d583e115d2c4a2", "reference": "v1.0.0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"twig/twig": "~1.0" "twig/twig": "1.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -623,7 +623,7 @@
"i18n", "i18n",
"text" "text"
], ],
"time": "2013-07-02 11:21:55" "time": "2013-02-28 14:21:30"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
@ -732,9 +732,9 @@
], ],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [
"twig/extensions": 20
}, ],
"platform": [ "platform": [
], ],