Created
November 30, 2017 13:02
-
-
Save mere-teresa/d7501b43f0de258926e3d9e2a17ffb4b to your computer and use it in GitHub Desktop.
shaim 2017-11-30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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-0": { "": "src/" } | |
}, | |
"require": { | |
"php": "~5.6|~7.0", | |
"symfony/symfony": "~2.8", | |
"twig/extensions": "~1.4", | |
"symfony/assetic-bundle": "~2.8", | |
"symfony/swiftmailer-bundle": "~2.5", | |
"symfony/monolog-bundle": "~2.12|~3.0", | |
"sensio/distribution-bundle": "^3.0.36|^4.0.6|^5.0", | |
"sensio/generator-bundle": "^2.3|^3.0", | |
"incenteev/composer-parameter-handler": "~2.1", | |
"tedivm/stash-bundle": "~0.6", | |
"ezsystems/ezpublish-kernel": "^6.9", | |
"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", | |
"ezsystems/content-on-the-fly-prototype": "~0.1.7", | |
"willdurand/js-translation-bundle": "^2.6.4" | |
}, | |
"require-dev": { | |
"ezsystems/ezplatform-i18n": "^1.0@dev", | |
"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-web-dir": "web", | |
"___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.12.x-dev" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment