mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
92 lines
3.9 KiB
JSON
92 lines
3.9 KiB
JSON
{
|
|
"name": "sylius/sylius",
|
|
"type": "project",
|
|
"description": "Modern ecommerce for Symfony2",
|
|
"license": "MIT",
|
|
"homepage": "http://sylius.org",
|
|
"authors": [
|
|
{
|
|
"name": "Paweł Jędrzejewski",
|
|
"homepage": "http://pjedrzejewski.com"
|
|
},
|
|
{
|
|
"name": "Sylius project",
|
|
"homepage": "http://sylius.org"
|
|
},
|
|
{
|
|
"name": "Community contributions",
|
|
"homepage": "http://github.com/Sylius/Sylius/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
|
|
"doctrine/doctrine-bundle": "1.2.*@dev",
|
|
"doctrine/orm": "~2.3",
|
|
"friendsofsymfony/rest-bundle": "~1.0",
|
|
"friendsofsymfony/user-bundle": "2.0.*@dev",
|
|
"hwi/oauth-bundle": "0.3.*",
|
|
"incenteev/composer-parameter-handler": "~2.0",
|
|
"jms/serializer-bundle": "0.12.*",
|
|
"jms/translation-bundle": "1.1.*",
|
|
"knplabs/knp-menu": "2.0.*@dev",
|
|
"knplabs/knp-menu-bundle": "2.0.*@dev",
|
|
"knplabs/knp-gaufrette-bundle": "*@dev",
|
|
"knplabs/knp-snappy-bundle": "*@dev",
|
|
"liip/doctrine-cache-bundle": "*",
|
|
"liip/imagine-bundle": "~0.9",
|
|
"mathiasverraes/money": "*@dev",
|
|
"sensio/distribution-bundle": "2.3.*",
|
|
"stof/doctrine-extensions-bundle": "1.1.*",
|
|
"symfony/assetic-bundle": "2.3.*",
|
|
"symfony/intl": "~2.3",
|
|
"symfony/monolog-bundle": "2.3.*",
|
|
"symfony/swiftmailer-bundle": "2.3.*",
|
|
"symfony/symfony": "~2.3",
|
|
"twig/extensions": "1.0.*",
|
|
"white-october/pagerfanta-bundle": "1.0.*@dev",
|
|
"payum/payum": "0.7.*",
|
|
"payum/payum-bundle": "~0.7.1",
|
|
"symfony-cmf/block-bundle": "*@dev"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "2.4.*@stable",
|
|
"behat/symfony2-extension": "*",
|
|
"behat/mink-extension": "*",
|
|
"behat/mink-browserkit-driver": "*",
|
|
"behat/mink-goutte-driver": "*",
|
|
"behat/mink-selenium2-driver": "*",
|
|
"doctrine/doctrine-fixtures-bundle": "2.2.*",
|
|
"fzaninotto/faker": "1.2.*",
|
|
"phpspec/phpspec": "2.0.*@dev"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
],
|
|
"post-update-cmd": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Sylius\\": "src/" }
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-web-dir": "web",
|
|
"incenteev-parameters": {
|
|
"file": "app/config/parameters.yml"
|
|
}
|
|
}
|
|
}
|