{
    "name": "symfony/framework-standard-edition",
    "license": "MIT",
    "type": "project",
    "description": "The \"Symfony Standard Edition\" distribution",
    "autoload": {
        "psr-4": { "": "src/" },
        "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
    },
    "require": {
        "php": "~7.2",
        "symfony/symfony": "2.8.*",
        "doctrine/orm": "~2.2,>=2.2.3,<2.5",
        "doctrine/dbal": "<2.5",
        "doctrine/doctrine-bundle": "~1.2",
        "twig/extensions": "~1.0",

        "symfony/assetic-bundle": "~2.3",
        "symfony/swiftmailer-bundle": "~2.3",
        "symfony/monolog-bundle": "~3.3",
        "symfony/debug": "^2.8",


        "sensio/distribution-bundle": "~4.0",
        "sensio/framework-extra-bundle": "~3.0",
        "incenteev/composer-parameter-handler": "~2.0",


        "friendsofsymfony/user-bundle": "~2.0.0",
        "braincrafted/bootstrap-bundle": "~2.2",
        "knplabs/knp-menu-bundle": "^2.0",
        "knplabs/knp-snappy-bundle": "~1.4",

        "egeloen/google-map-bundle": "~2.2",
        "knplabs/knp-paginator-bundle": "~2.4",
        "twbs/bootstrap-sass": "3.3.*",
        "jquery/jquery":  "^1.10",
        "hpatoio/deploy-bundle": "~1.5",
        "excelwebzone/recaptcha-bundle": "~1.5",
        "craue/formflow-bundle":"~3.0",
        "craue/config-bundle": "~1.4",
        "sonata-project/intl-bundle": "^2.5",
        "moment/moment": "~2.22",
        "marmelab/ng-admin-generator-bundle": "0.2.*",
        
        "sonata-project/classification-bundle": "^3.1",
        "sonata-project/admin-bundle":  "^3.9",
        "sonata-project/doctrine-orm-admin-bundle":  "^3.1",
        "sonata-project/media-bundle":  "^3.3",
        "paragonie/random_compat": "1.2.*",
        "liip/imagine-bundle": "^1.5",
        "beberlei/doctrineextensions": "^1.0",
        "knplabs/knp-markdown-bundle": "^1.5",
        "sonata-project/formatter-bundle": "^3.2",
        "friendsofsymfony/rest-bundle": "^1.8",
        "doctrine/doctrine-migrations-bundle": "^1.3",
        "friendsofsymfony/jsrouting-bundle": "^2.2",
        "nelmio/api-doc-bundle": "^2.13",
        "raindrop/sonata-theme-bundle": "dev-sonata-3.x",
        "leblanc-simon/eu-cookie-law-bundle": "^0.9.2",
        "stof/doctrine-extensions-bundle": "^1.3",
        "friendsofsymfony/ckeditor-bundle": "^1.1",
        "pkpass/pkpass": "^1.2",
        "welp/ical-bundle": "^1.0",
        "willdurand/geocoder-bundle": "^4.2",
        "stephanecollot/datetimepicker-bundle": "dev-master"


    },
    "require-dev": {
        "sensio/generator-bundle": "~2.3",
        "jupeter/doctrine-dump-fixtures-bundle": "dev-master"
    },
    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "jquery/jquery",
                "version": "1.10.2",
                "dist": {
                    "url": "http://code.jquery.com/jquery-1.10.2.js",
                    "type": "file"
                }
            }
        }
    ],
    "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"
        ],
        "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"
        ]
    },
    "config": {
        "bin-dir": "bin",
        "secure-http": false,
        "platform": {
            "php": "7.2"
        }

    },
    "extra": {
        "symfony-app-dir": "app",
        "symfony-web-dir": "web",
        "symfony-assets-install": "relative",
        "incenteev-parameters": {
            "file": "app/config/parameters.yml"
        },
        "branch-alias": {
            "dev-master": "2.6-dev"
        }
    }
}
