Conflicts: core/lib/Thelia/Admin/Controller/BaseAdminController.php core/lib/Thelia/Config/Resources/config.xml core/lib/Thelia/Core/Template/Element/BaseLoop.php core/lib/Thelia/Core/Template/Loop/Category.php core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php core/lib/Thelia/Model/Admin.php core/lib/Thelia/Model/Customer.php
57 lines
1.6 KiB
JSON
Executable File
57 lines
1.6 KiB
JSON
Executable File
{
|
|
"description" : "Thelia is an ecommerce CMS.",
|
|
"licence" : "GPL-3.0+",
|
|
"homepage" : "http://thelia.net",
|
|
"support" : {
|
|
"forum" : "http://thelia.net/forum",
|
|
"wiki" : "http://thelia.net/wiki"
|
|
},
|
|
"require":{
|
|
"php": ">=5.4",
|
|
"ezyang/htmlpurifier": "dev-master",
|
|
"ircmaxell/password-compat": "dev-master",
|
|
"propel/propel": "2.0.0-alpha1",
|
|
"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-cmf/routing": "1.0.0",
|
|
|
|
"symfony/form": "2.2.*",
|
|
"symfony/validator": "2.2.*",
|
|
|
|
"smarty/smarty": "v3.1.13",
|
|
"kriswallsmith/assetic": "1.2.*@dev",
|
|
"leafo/lessphp": "0.3.*@dev",
|
|
"ptachoire/cssembed": "dev-master",
|
|
|
|
"simplepie/simplepie": "dev-master"
|
|
},
|
|
"require-dev" : {
|
|
"fzaninotto/faker": "dev-master"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"config" : {
|
|
"vendor-dir" : "core/vendor",
|
|
"bin-dir" : "bin"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "local/modules/",
|
|
"Thelia" : "core/lib/"
|
|
}
|
|
},
|
|
"scripts" : {
|
|
"post-update-cmd": "composer dump-autoload -o",
|
|
"post-install-cmd": "composer dump-autoload -o"
|
|
}
|
|
}
|