mirror of
https://github.com/code-rhapsodie/websummercamp2017.git
synced 2026-03-23 21:52:08 +01:00
106 lines
3.9 KiB
JSON
106 lines
3.9 KiB
JSON
{
|
|
"name": "ezsystems/ezplatform",
|
|
"description": "eZ Platform distribution",
|
|
"homepage": "https://github.com/ezsystems/ezplatform",
|
|
"license": "GPL-2.0",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "eZ dev-team & eZ Community",
|
|
"homepage": "https://github.com/ezsystems/ezplatform/contributors"
|
|
}
|
|
],
|
|
"replace": {
|
|
"ezsystems/ezpublish-community": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "AppBundle\\": "src/AppBundle" },
|
|
"classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Tests\\": "tests/" },
|
|
"files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
|
|
},
|
|
"require": {
|
|
"php": "~5.6|~7.0",
|
|
"symfony/symfony": "~3.3",
|
|
"twig/extensions": "~1.4",
|
|
"symfony/assetic-bundle": "~2.8",
|
|
"symfony/swiftmailer-bundle": "~2.5",
|
|
"symfony/monolog-bundle": "~2.12|~3.0",
|
|
"sensio/distribution-bundle": "^5.0.19",
|
|
"sensio/generator-bundle": "^3.0",
|
|
"incenteev/composer-parameter-handler": "~2.1",
|
|
"tedivm/stash-bundle": "~0.6",
|
|
"ezsystems/ezpublish-kernel": "^6.10",
|
|
"ezsystems/repository-forms": "^1.7",
|
|
"ezsystems/ezplatform-solr-search-engine": "^1.3",
|
|
"ezsystems/platform-ui-bundle": "^1.9",
|
|
"ezsystems/ez-support-tools": "~0.1.0",
|
|
"ezsystems/ezplatform-http-cache": "^0.1",
|
|
"ezplatform-i18n/ezplatform-i18n-ach_ug": "^1.1",
|
|
"ezsystems/ezplatform-multi-file-upload": "^0.1.0",
|
|
"ezsystems/ezplatform-design-engine": "^1.0",
|
|
"egulias/listeners-debug-command-bundle": "~1.9",
|
|
"white-october/pagerfanta-bundle": "^1.0",
|
|
"hautelook/templated-uri-bundle": "~1.0 | ~2.0",
|
|
"doctrine/doctrine-bundle": "~1.5",
|
|
"sensio/framework-extra-bundle": "^3.0.2",
|
|
"ezsystems/content-on-the-fly-prototype": "~0.1.7",
|
|
"willdurand/js-translation-bundle": "^2.6.4",
|
|
"lolautruche/ez-core-extra-bundle": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"ezsystems/ezplatform-i18n": "^1.0",
|
|
"behat/behat": "~3.2",
|
|
"behat/symfony2-extension": "~2.0",
|
|
"behat/mink-extension": "~2.0",
|
|
"behat/mink-goutte-driver": "~1.0",
|
|
"behat/mink-selenium2-driver": "~1.0",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"ezsystems/behatbundle": "^6.3"
|
|
},
|
|
"suggest": {
|
|
"ezsystems/legacy-bridge": "Provides the full legacy backoffice and legacy features"
|
|
},
|
|
"scripts": {
|
|
"build": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::dumpAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
],
|
|
"post-install-cmd": [
|
|
"@build"
|
|
],
|
|
"post-update-cmd": [
|
|
"@build"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::installWelcomeText"
|
|
]
|
|
},
|
|
"config": {
|
|
"process-timeout": 3000,
|
|
"bin-dir": "bin"
|
|
},
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-bin-dir": "bin",
|
|
"symfony-var-dir": "var",
|
|
"symfony-web-dir": "web",
|
|
"symfony-tests-dir": "tests",
|
|
"___symfony-assets-install": "One of 'symlink', 'relative' (symlinks) or 'hard'",
|
|
"symfony-assets-install": "relative",
|
|
"incenteev-parameters": {
|
|
"keep-outdated": true,
|
|
"file": "app/config/parameters.yml"
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "1.10.x-dev"
|
|
}
|
|
}
|
|
}
|