composer.json 3.65 KB
{
    "name": "symfony/framework-standard-edition",
    "description": "The \"Symfony Standard Edition\" distribution",
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "jquery/jquery",
                "version": "1.10.2",
                "dist": {
                    "url": "http://code.jquery.com/jquery-1.10.2.js",
                    "type": "file"
                }
            }
        },
        {

            "type": "vcs",
            "url": "https://github.com/lightbase/cocar.git"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "symfony/symfony": "~2.5",
	"symfony/icu": "1.1.*",
        "jquery/jquery": "1.10.*",
        "doctrine/orm": "~2.4",
        "doctrine/doctrine-bundle": "1.2.*",
        "twig/extensions": "~1.1",
        "symfony/assetic-bundle": "~2.3",
        "symfony/swiftmailer-bundle": "~2.3",
        "symfony/monolog-bundle": "~2.6",
        "sensio/distribution-bundle": "~2.3",
        "sensio/framework-extra-bundle": "~2.3",
        "sensio/generator-bundle": "~2.4",
        "incenteev/composer-parameter-handler": "~2.0",
        "symfony/finder": "~2.3",
        "jms/security-extra-bundle": "~1.5",
        "jms/di-extra-bundle": "1.4.*",
        "kriswallsmith/assetic": "v1.1.1",
        "braincrafted/bootstrap-bundle": "~2.0",
        "leafo/lessphp": "0.4.0",
        "knplabs/knp-paginator-bundle": "dev-master",
        "doctrine/data-fixtures": "dev-master",
        "doctrine/doctrine-fixtures-bundle": "dev-master",
        "ijanki/ftp-bundle": "*",
        "jms/translation-bundle": "1.1.*@dev",
	    "helios-ag/fm-elfinder-bundle": "~2.5",
        "helios-ag/fm-elfinder-php-connector": "~2.0",
        "knplabs/knp-menu": "~2.0",
        "knplabs/knp-menu-bundle": "~2.0",
        "jpgraph/jpgraph": "dev-master",
        "symfony/class-loader": "~2.3",
        "friendsofsymfony/rest-bundle": "dev-master",
        "jms/serializer": "0.14.*@dev",
        "jms/serializer-bundle": "0.13.*@dev",
        "lightbase/cocar": "dev-master",
        "ddeboer/data-import": "0.15.*@dev",
        "ddeboer/data-import-bundle": "dev-master",
        "twbs/bootstrap": "3.0.*",
        "doctrine/migrations": "dev-master",
        "doctrine/doctrine-migrations-bundle": "dev-master",
        "liip/functional-test-bundle": "~1.0"
    },
    "scripts": {
        "post-install-cmd": [
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
            "Braincrafted\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::install"
        ],
        "post-update-cmd": [
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
            "Braincrafted\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::install"
        ]
    },
    "extra": {
        "symfony-app-dir": "app",
        "symfony-web-dir": "web",
        "symfony-assets-install": "symlink",
        "incenteev-parameters": {
            "file": "app/config/parameters.yml"
        },
        "branch-alias": {
            "dev-master": "2.3-dev"
        }
    }
}