{ "name": "skobkin/copypaste", "license": "MIT", "type": "project", "description": "Online code sharing app", "autoload": { "psr-4": { "": "src/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "minimum-stability": "stable", "require": { "php": ">=5.5.9", "symfony/symfony": "^3.4", "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.4", "symfony/monolog-bundle": "^3.1", "sensio/distribution-bundle": "^5.0", "sensio/framework-extra-bundle": "^3.0.2", "incenteev/composer-parameter-handler": "^2.0", "doctrine/doctrine-fixtures-bundle": "^2.2", "theodordiaconu/geshi": "dev-master", "theodordiaconu/geshi-bundle" : "dev-master", "doctrine/doctrine-migrations-bundle": "^2.0", "doctrine/annotations": "^1.3" }, "scripts": { "symfony-scripts": [ "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" ], "post-install-cmd": [ "@symfony-scripts" ], "post-update-cmd": [ "@symfony-scripts" ] }, "config": { "bin-dir": "bin", "sort-packages": true }, "extra": { "symfony-app-dir": "app", "symfony-web-dir": "web", "symfony-assets-install": "relative", "incenteev-parameters": { "file": "app/config/parameters.yml" }, "branch-alias": { "dev-master": "3.1-dev" } } }