diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/composer.json b/composer.json index cce26702..b9591aa3 100644 --- a/composer.json +++ b/composer.json | |||
@@ -30,26 +30,27 @@ | |||
30 | "require": { | 30 | "require": { |
31 | "php": ">=5.5.0", | 31 | "php": ">=5.5.0", |
32 | "symfony/symfony": "~2.8", | 32 | "symfony/symfony": "~2.8", |
33 | "doctrine/orm": "~2.3", | 33 | "doctrine/orm": "^2.5", |
34 | "doctrine/doctrine-bundle": "~1.5", | 34 | "doctrine/doctrine-bundle": "^1.6", |
35 | "doctrine/doctrine-cache-bundle": "^1.2", | ||
35 | "twig/extensions": "~1.0", | 36 | "twig/extensions": "~1.0", |
36 | "symfony/assetic-bundle": "~2.3", | 37 | "symfony/assetic-bundle": "~2.3", |
37 | "symfony/swiftmailer-bundle": "~2.3", | 38 | "symfony/swiftmailer-bundle": "^2.3", |
38 | "symfony/monolog-bundle": "~2.4", | 39 | "symfony/monolog-bundle": "^2.8", |
39 | "sensio/distribution-bundle": "~3.0.12", | 40 | "sensio/distribution-bundle": "^5.0", |
40 | "sensio/framework-extra-bundle": "~3.0", | 41 | "sensio/framework-extra-bundle": "^3.0.2", |
41 | "incenteev/composer-parameter-handler": "~2.0", | 42 | "incenteev/composer-parameter-handler": "^2.0", |
42 | "nelmio/cors-bundle": "~1.4.0", | 43 | "nelmio/cors-bundle": "~1.4.0", |
43 | "friendsofsymfony/rest-bundle": "~1.4", | 44 | "friendsofsymfony/rest-bundle": "~1.4", |
44 | "jms/serializer-bundle": "~0.13", | 45 | "jms/serializer-bundle": "~1.0", |
45 | "nelmio/api-doc-bundle": "~2.7", | 46 | "nelmio/api-doc-bundle": "~2.7", |
46 | "ezyang/htmlpurifier": "~4.6", | 47 | "ezyang/htmlpurifier": "~4.6", |
47 | "mgargano/simplehtmldom": "~1.5", | 48 | "mgargano/simplehtmldom": "~1.5", |
48 | "tecnickcom/tcpdf": "~6.2", | 49 | "tecnickcom/tcpdf": "~6.2", |
49 | "simplepie/simplepie": "~1.3.1", | 50 | "simplepie/simplepie": "~1.3.1", |
50 | "willdurand/hateoas-bundle": "~0.5.0", | 51 | "willdurand/hateoas-bundle": "~1.0", |
51 | "htmlawed/htmlawed": "~1.1.19", | 52 | "htmlawed/htmlawed": "~1.1.19", |
52 | "liip/theme-bundle": "~1.1.3", | 53 | "liip/theme-bundle": "~1.1", |
53 | "pagerfanta/pagerfanta": "~1.0.3", | 54 | "pagerfanta/pagerfanta": "~1.0.3", |
54 | "lexik/form-filter-bundle": "~4.0", | 55 | "lexik/form-filter-bundle": "~4.0", |
55 | "j0k3r/graby": "~1.0", | 56 | "j0k3r/graby": "~1.0", |
@@ -64,8 +65,8 @@ | |||
64 | "doctrine/doctrine-migrations-bundle": "^1.0" | 65 | "doctrine/doctrine-migrations-bundle": "^1.0" |
65 | }, | 66 | }, |
66 | "require-dev": { | 67 | "require-dev": { |
67 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 68 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
68 | "sensio/generator-bundle": "~2.5", | 69 | "sensio/generator-bundle": "~3.0", |
69 | "phpunit/phpunit": "~4.4", | 70 | "phpunit/phpunit": "~4.4", |
70 | "symfony/phpunit-bridge": "~2.7" | 71 | "symfony/phpunit-bridge": "~2.7" |
71 | }, | 72 | }, |
@@ -78,7 +79,8 @@ | |||
78 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 79 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
79 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 80 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
80 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 82 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
83 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | ||
82 | ], | 84 | ], |
83 | "post-install-cmd": [ | 85 | "post-install-cmd": [ |
84 | "@post-cmd" | 86 | "@post-cmd" |
@@ -102,7 +104,8 @@ | |||
102 | } | 104 | } |
103 | }, | 105 | }, |
104 | "autoload": { | 106 | "autoload": { |
105 | "psr-0": { "": "src/" } | 107 | "psr-0": { "": "src/" }, |
108 | "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] | ||
106 | }, | 109 | }, |
107 | "config": { | 110 | "config": { |
108 | "bin-dir": "bin" | 111 | "bin-dir": "bin" |