added new dependency to composer.lock

This commit is contained in:
Julien Chanseaume
2014-05-03 11:38:30 +02:00
parent 751fcdeb59
commit bd6045f024
2 changed files with 101 additions and 31 deletions

View File

@@ -1,42 +1,36 @@
{
"name" : "thelia/thelia",
"description" : "Thelia is an ecommerce CMS.",
"license" : "LGPL-3.0+",
"homepage" : "http://thelia.net/",
"support" : {
"forum" : "http://thelia.net/forum",
"wiki" : "http://doc.thelia.net"
"name": "thelia/thelia",
"description": "Thelia is an ecommerce CMS.",
"license": "LGPL-3.0+",
"homepage": "http://thelia.net/",
"support": {
"forum": "http://thelia.net/forum",
"wiki": "http://doc.thelia.net"
},
"require":{
"require": {
"php": ">=5.4",
"ircmaxell/password-compat": "1.0.*",
"propel/propel": "dev-master",
"psr/log" : "1.0",
"psr/log": "1.0",
"symfony/class-loader": "2.2.*",
"symfony/config" : "2.2.*",
"symfony/console" : "2.2.*",
"symfony/dependency-injection" : "2.2.*",
"symfony/event-dispatcher" : "2.2.*",
"symfony/http-kernel" : "2.2.*",
"symfony/routing" : "2.2.*",
"symfony/filesystem" : "2.2.*",
"symfony/yaml" : "2.2.*",
"symfony/translation" : "2.2.*",
"symfony/config": "2.2.*",
"symfony/console": "2.2.*",
"symfony/dependency-injection": "2.2.*",
"symfony/event-dispatcher": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/filesystem": "2.2.*",
"symfony/yaml": "2.2.*",
"symfony/translation": "2.2.*",
"symfony-cmf/routing": "1.0.0",
"symfony/form": "2.2.*",
"symfony/validator": "2.3.*",
"smarty/smarty": "v3.1.14",
"kriswallsmith/assetic": "1.2.*@dev",
"leafo/lessphp": "0.4.*",
"ptachoire/cssembed": "1.0.*",
"doctrine/cache": "v1.3.0",
"simplepie/simplepie": "dev-master",
"imagine/imagine": "0.*",
"symfony/icu": "1.0",
"swiftmailer/swiftmailer": "5.0.*",
@@ -44,20 +38,20 @@
"ensepar/html2pdf": "1.0.1",
"symfony/finder": "~2.2"
},
"require-dev" : {
"require-dev": {
"phpunit/phpunit": "3.7.*",
"fzaninotto/faker": "dev-master",
"maximebf/debugbar": "dev-master"
},
"minimum-stability": "stable",
"config" : {
"vendor-dir" : "core/vendor",
"bin-dir" : "bin"
"config": {
"vendor-dir": "core/vendor",
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"": "local/modules/",
"Thelia" : "core/lib/"
"Thelia": "core/lib/"
}
},
"extra": {
@@ -81,7 +75,9 @@
"reference": "tags/Smarty_3_1_14/distribution/"
},
"autoload": {
"classmap": ["libs/"]
"classmap": [
"libs/"
]
}
}
}