Initial commit
This commit is contained in:
79
core/composer.json
Normal file
79
core/composer.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"name": "thelia/core",
|
||||
"description": "Core of Thelia ecommerce CMS.",
|
||||
"license": "LGPL-3.0+",
|
||||
"homepage": "http://thelia.net/",
|
||||
"support": {
|
||||
"forum": "http://thelia.net/forum",
|
||||
"wiki": "http://doc.thelia.net"
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6|^7.0",
|
||||
"ircmaxell/password-compat": "1.0.*",
|
||||
"psr/log": "1.0",
|
||||
"symfony/config": "2.8.*",
|
||||
"symfony/console": "2.8.*",
|
||||
"symfony/dependency-injection": "2.8.*",
|
||||
"symfony/event-dispatcher": "2.8.*",
|
||||
"symfony/http-kernel": "2.8.*",
|
||||
"symfony/routing": "2.8.*",
|
||||
"symfony/filesystem": "2.8.*",
|
||||
"symfony/yaml": "2.8.*",
|
||||
"symfony/translation": "2.8.*",
|
||||
"symfony-cmf/routing": "1.3.*",
|
||||
"symfony/validator": "2.8.*",
|
||||
"symfony/options-resolver": "2.8.*",
|
||||
"symfony/security": "2.8.*",
|
||||
"symfony/expression-language": "2.8.*",
|
||||
"symfony/process": "2.8.*",
|
||||
"symfony/dom-crawler": "2.8.*",
|
||||
"symfony/property-access": "2.8.*",
|
||||
"symfony/serializer": "2.8.*",
|
||||
"symfony/finder": "2.8.*",
|
||||
"symfony/browser-kit": "2.8.*",
|
||||
"symfony/http-foundation": "2.8.*",
|
||||
"symfony/form": "2.8.*",
|
||||
"symfony/class-loader": "2.8.*",
|
||||
"symfony/dotenv": "^3.4|^4.0",
|
||||
"stack/builder": "1.0.*",
|
||||
"thelia/currency-converter": "~1.0",
|
||||
"doctrine/cache": "1.5.*",
|
||||
"kriswallsmith/assetic": "1.3.*",
|
||||
"ptachoire/cssembed": "1.0.*",
|
||||
"simplepie/simplepie": "1.3.*",
|
||||
"imagine/imagine": "0.7.1",
|
||||
"swiftmailer/swiftmailer": "5.4.*",
|
||||
"oyejorge/less.php": "1.7.*",
|
||||
"michelf/php-markdown": "1.6.*",
|
||||
"smarty/smarty": "3.1.33",
|
||||
"thelia/propel": "dev-thelia-2.4",
|
||||
"commerceguys/addressing": "0.8.*",
|
||||
"symfony/cache": "^3.4|^4.0",
|
||||
"symfony/polyfill-php56": "^1.0",
|
||||
"symfony/polyfill-php70": "^1.0",
|
||||
"symfony/polyfill-php71": "^1.0",
|
||||
"symfony/polyfill-php72": "^1.0",
|
||||
"spipu/html2pdf": "^5.0",
|
||||
"symfony/polyfill-php73": "^1.0",
|
||||
"symfony/lock": "^3.4|^4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fzaninotto/faker": "1.5.*",
|
||||
"thelia/hooktest-module": "~1.1",
|
||||
"thelia/hooktest-template": "~1.1",
|
||||
"phpunit/phpunit": "^5.0",
|
||||
"symfony/var-dumper": "^2.0|^3.0|^4.0"
|
||||
},
|
||||
"bin": [
|
||||
"Thelia"
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Thelia\\": "lib/Thelia/"
|
||||
},
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user