Files
sterivein/composer.json
2013-02-18 21:40:59 +01:00

45 lines
1.2 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"
},
"repositories" : [
{
"type" : "vcs",
"url" : "https://github.com/thelia/Tpex"
}
],
"require":{
"php": ">=5.4.0",
"ircmaxell/password-compat": "dev-master",
"propel/propel1" : "1.6.*",
"psr/log" : "dev-master",
"symfony/class-loader": "2.1.*",
"symfony/config" : "2.1.*",
"symfony/console" : "2.1.*",
"symfony/dependency-injection" : "2.1.*",
"symfony/event-dispatcher" : "2.1.*",
"symfony/http-kernel" : "2.1.*",
"symfony/routing" : "2.1.*",
"Thelia/Tpex" : "dev-master"
},
"minimum-stability": "stable",
"config" : {
"vendor-dir" : "core/vendor",
"bin-dir" : "bin"
},
"autoload": {
"psr-0": {
"": "local/plugins/",
"Thelia" : "core/lib/"
}
},
"scripts" : {
"post-update-cmd": "composer dump-autoload -o",
"post-install-cmd": "composer dump-autoload -o"
}
}