Commit | Line | Data |
---|---|---|
929ca066 BA |
1 | { |
2 | "name": "symfony/framework-standard-edition", | |
3 | "license": "MIT", | |
4 | "type": "project", | |
5 | "description": "The \"Symfony Standard Edition\" distribution", | |
6 | "autoload": { | |
7 | "psr-0": { "": "src/" } | |
8 | }, | |
9 | "require": { | |
10 | "php": ">=5.3.3", | |
11 | "symfony/symfony": "~2.4", | |
12 | "doctrine/orm": "~2.2,>=2.2.3", | |
13 | "doctrine/doctrine-bundle": "~1.2", | |
14 | "twig/extensions": "~1.0", | |
15 | "symfony/assetic-bundle": "~2.3", | |
16 | "symfony/swiftmailer-bundle": "~2.3", | |
17 | "symfony/monolog-bundle": "~2.4", | |
18 | "sensio/distribution-bundle": "~2.3", | |
19 | "sensio/framework-extra-bundle": "~3.0", | |
20 | "sensio/generator-bundle": "~2.3", | |
21 | "incenteev/composer-parameter-handler": "~2.0", | |
22 | "friendsofsymfony/user-bundle": "~2.0@dev" | |
23 | }, | |
24 | "scripts": { | |
25 | "post-install-cmd": [ | |
26 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |
27 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
28 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
29 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
30 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | |
31 | ], | |
32 | "post-update-cmd": [ | |
33 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | |
34 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | |
35 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | |
36 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | |
37 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | |
38 | ] | |
39 | }, | |
40 | "config": { | |
41 | "bin-dir": "bin" | |
42 | }, | |
43 | "extra": { | |
44 | "symfony-app-dir": "app", | |
45 | "symfony-web-dir": "web", | |
46 | "incenteev-parameters": { | |
47 | "file": "app/config/parameters.yml" | |
48 | }, | |
49 | "branch-alias": { | |
50 | "dev-master": "2.4-dev" | |
51 | } | |
52 | } | |
53 | } |