123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- {
- "name": "root/stats",
- "license": "proprietary",
- "type": "project",
- "autoload": {
- "psr-4": {
- "": "src/"
- },
- "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"
- ]
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseAdmin.git",
- "options": {
- "local_pk": "./keys/bitbucket.id_rsa"
- }
- },
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/Webservice.git",
- "options": {
- "local_pk": "./keys/bitbucket.id_rsa"
- }
- },
- {
- "type": "vcs",
- "url": "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/BaseOAuthClientBundle.git",
- "options": {
- "local_pk": "./keys/bitbucket.id_rsa"
- }
- }
- ],
- "require": {
- "php": ">=5.5.9",
- "doctrine/doctrine-bundle": "^1.6",
- "doctrine/doctrine-cache-bundle": "^1.2",
- "doctrine/orm": "^2.5",
- "incenteev/composer-parameter-handler": "^2.0",
- "sensio/distribution-bundle": "^5.0",
- "sensio/framework-extra-bundle": "^3.0.2",
- "symfony/monolog-bundle": "^3.0.2",
- "symfony/polyfill-apcu": "^1.0",
- "symfony/swiftmailer-bundle": "^2.3.10",
- "symfony/symfony": "3.2.*",
- "twig/twig": "^1.0||^2.0",
- "sonata-project/admin-bundle": "^3.12",
- "sonata-project/doctrine-orm-admin-bundle": "^3.1",
- "jms/serializer-bundle": "^1.1",
- "phpunit/phpunit": "5.5.*",
- "stof/doctrine-extensions-bundle": "^1.2",
- "voryx/restgeneratorbundle": "dev-master",
- "php-amqplib/rabbitmq-bundle": "^1.12",
- "ik/base-admin-bundle": "dev-master",
- "ik/oauthclient-bundle": "dev-master",
- "ik/webservice-bundle": "dev-master"
- },
- "require-dev": {
- "sensio/generator-bundle": "^3.0",
- "symfony/phpunit-bridge": "^3.0"
- },
- "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"
- ],
- "chmod-dir-cache-sessions-logs":"chmod 777 -R var/cache var/logs var/sessions",
- "post-install-cmd": [
- "@symfony-scripts",
- "@chmod-dir-cache-sessions-logs"
- ],
- "post-update-cmd": [
- "@symfony-scripts",
- "@chmod-dir-cache-sessions-logs"
- ]
- },
- "config": {
- "sort-packages": true
- },
- "extra": {
- "symfony-app-dir": "app",
- "symfony-bin-dir": "bin",
- "symfony-var-dir": "var",
- "symfony-web-dir": "web",
- "symfony-tests-dir": "tests",
- "symfony-assets-install": "relative",
- "incenteev-parameters": [
- {
- "file": "app/config/parameters.yml"
- },
- {
- "file": "app/config/bundles/ik/webservice-bundle/parameters.yml"
- },
- {
- "file": "app/config/bundles/hwi/oauth-bundle/parameters.yml"
- }
- ],
- "branch-alias": null
- }
- }
|