# By Manuel Raynaud (19) and others # Via Manuel Raynaud (5) and others * 'master' of https://github.com/thelia/thelia: (37 commits) add PropelDataCollector to debugbar, still missing some informations remove unused class integrate debugbar module remove htmlpurifier modify insert.sql including debugBar module add new event and new tag Started category modification Factorized modal dialogs javascript Factorized creation and confirmation modal dialogs create controller adding delivery module in session create Delivery loop Working : Continuing categories administration... Working : create base loop for delivery and payment entities remove htmlpurifier dependency country id can be an argument for calculate method Working : Working : fix typo ... Conflicts: composer.lock core/lib/Thelia/Controller/Admin/CategoryController.php templates/admin/default/assets/less/thelia/variables.less
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",
|
|
"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",
|
|
"maximebf/debugbar": "1.*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|