# By Manuel Raynaud (18) and others # Via franck (9) and others * 'master' of https://github.com/thelia/thelia: (39 commits) Working : Working : Working : Working : Fixed minor visual glitches Working : Resize countries flag + Add bootstrap-switch fix test suite clear asset cache in cache:cler command Added a 'development mode' to assetic smarty plugin rewriting router use good Request object Added Tools\URL test case, and a test case superclass for initializing Tools\URL remove unused UrlWritin controller create router for rewriting matching customer substitutions fix typo in front id Working : For attributes on labels Working : For attributes on labels add label_attr attribute to form smarty plugin start refactorin rewriting routing ... Conflicts: core/lib/Thelia/Config/Resources/routing/front.xml templates/admin/default/assets/less/thelia/bootstrap-editable.less templates/admin/default/categories.html
63 lines
1.8 KiB
JSON
Executable File
63 lines
1.8 KiB
JSON
Executable File
{
|
|
"name" : "thelia/thelia",
|
|
"description" : "Thelia is an ecommerce CMS.",
|
|
"license" : "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": "dev-master",
|
|
"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.3.*",
|
|
|
|
"smarty/smarty": "v3.1.14",
|
|
"kriswallsmith/assetic": "1.2.*@dev",
|
|
"leafo/lessphp": "0.3.*@dev",
|
|
"ptachoire/cssembed": "dev-master",
|
|
|
|
"simplepie/simplepie": "dev-master",
|
|
|
|
"imagine/imagine": "dev-master",
|
|
"symfony/serializer": "dev-master",
|
|
"symfony/icu": "1.0"
|
|
},
|
|
"require-dev" : {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"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"
|
|
}
|
|
}
|