51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"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/propel1" : "1.6.*",
|
|
"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/yaml" : "2.2.*",
|
|
"symfony-cmf/routing": "1.0.0",
|
|
|
|
"symfony/form": "2.2.*",
|
|
"symfony/validator": "2.2.*",
|
|
"symfony/security": "2.2.*",
|
|
"symfony/templating": "2.2.*",
|
|
|
|
"smarty/smarty": "v3.1.13"
|
|
},
|
|
"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"
|
|
}
|
|
}
|