Created
September 19, 2017 08:54
-
-
Save adsc-cloudtec/91918a16b894032fb1c2b2cbed4ed172 to your computer and use it in GitHub Desktop.
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": "sulu/sulu-standard", | |
"license": "MIT", | |
"type": "project", | |
"description": "The sulu content management framework", | |
"autoload": { | |
"psr-0": { | |
"": "src/" | |
}, | |
"classmap": [ | |
"app/AbstractKernel.php", | |
"app/WebsiteKernel.php", | |
"app/WebsiteCache.php", | |
"app/AdminKernel.php" | |
] | |
}, | |
"require": { | |
"php": "^5.5.9 || ~7.0", | |
"symfony/symfony": "^3.3", | |
"symfony/monolog-bundle": "^2.8.7 || ^3.0", | |
"symfony/polyfill-apcu": "~1.0", | |
"sensio/distribution-bundle": "~5.0", | |
"incenteev/composer-parameter-handler": "~2.0", | |
"sulu/sulu": "~1.6.0", | |
"dantleech/phpcr-migrations-bundle": "~1.0", | |
"sulu/theme-bundle": "~1.3.1", | |
"twig/extensions": "~1.0", | |
"symfony/assetic-bundle": "~2.8 || ~3.0", | |
"doctrine/doctrine-fixtures-bundle": "~2.3", | |
"zendframework/zend-stdlib": "~2.3", | |
"zendframework/zendsearch": "@dev", | |
"massive/build-bundle": "0.3.*", | |
"jackalope/jackalope-doctrine-dbal": "^1.2.5", | |
"jackalope/jackalope-jackrabbit": "^1.2.0", | |
"doctrine/doctrine-cache-bundle": "~1.0", | |
"oro/doctrine-extensions": "^1.0", | |
"twig/twig": "^1.11", | |
"leafo/scssphp": "^0.6.6" | |
}, | |
"require-dev": { | |
"sensio/generator-bundle": "~2.8 || ~3.0", | |
"symfony/phpunit-bridge": "~2.8 || ~3.0", | |
"phpcr/phpcr-shell": "~1.0", | |
"behat/behat": "~3.2", | |
"behat/mink-extension": "~2.2", | |
"behat/mink-selenium2-driver": "~1.3", | |
"behat/symfony2-extension": "~2.1" | |
}, | |
"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", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget", | |
"Sulu\\Bundle\\TranslateBundle\\Composer\\TranslateScriptHandler::installTranslations", | |
"Sulu\\Bundle\\MediaBundle\\Composer\\MediaScriptHandler::initBundle", | |
"Massive\\Bundle\\SearchBundle\\Composer\\SearchScriptHandler::initBundle" | |
], | |
"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", | |
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget", | |
"Sulu\\Bundle\\TranslateBundle\\Composer\\TranslateScriptHandler::installTranslations", | |
"Sulu\\Bundle\\MediaBundle\\Composer\\MediaScriptHandler::initBundle", | |
"Massive\\Bundle\\SearchBundle\\Composer\\SearchScriptHandler::initBundle" | |
], | |
"post-create-project-cmd": [ | |
"Sulu\\Bundle\\CoreBundle\\Composer\\ScriptHandler::removeComposerLockFromGitIgnore" | |
] | |
}, | |
"config": { | |
"bin-dir": "bin" | |
}, | |
"extra": { | |
"symfony-app-dir": "app", | |
"symfony-web-dir": "web", | |
"symfony-assets-install": "relative", | |
"incenteev-parameters": [ | |
{"file": "app/config/parameters.yml"}, | |
{"file": "app/config/phpcr.yml"} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment