diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 70f5fc99..1548d6ec 100644 --- a/composer.json +++ b/composer.json | |||
@@ -58,7 +58,7 @@ | |||
58 | "jms/serializer-bundle": "~1.1", | 58 | "jms/serializer-bundle": "~1.1", |
59 | "nelmio/api-doc-bundle": "~2.7", | 59 | "nelmio/api-doc-bundle": "~2.7", |
60 | "mgargano/simplehtmldom": "~1.5", | 60 | "mgargano/simplehtmldom": "~1.5", |
61 | "tecnickcom/tcpdf": "~6.2", | 61 | "tecnickcom/tc-lib-pdf": "dev-master", |
62 | "simplepie/simplepie": "~1.3.1", | 62 | "simplepie/simplepie": "~1.3.1", |
63 | "willdurand/hateoas-bundle": "~1.0", | 63 | "willdurand/hateoas-bundle": "~1.0", |
64 | "htmlawed/htmlawed": "~1.1.19", | 64 | "htmlawed/htmlawed": "~1.1.19", |
@@ -77,12 +77,13 @@ | |||
77 | "paragonie/random_compat": "~1.0", | 77 | "paragonie/random_compat": "~1.0", |
78 | "craue/config-bundle": "~1.4", | 78 | "craue/config-bundle": "~1.4", |
79 | "mnapoli/piwik-twig-extension": "^1.0", | 79 | "mnapoli/piwik-twig-extension": "^1.0", |
80 | "lexik/maintenance-bundle": "~2.1", | ||
81 | "ocramius/proxy-manager": "1.*", | 80 | "ocramius/proxy-manager": "1.*", |
82 | "white-october/pagerfanta-bundle": "^1.0", | 81 | "white-october/pagerfanta-bundle": "^1.0", |
83 | "php-amqplib/rabbitmq-bundle": "^1.8", | 82 | "php-amqplib/rabbitmq-bundle": "^1.8", |
84 | "predis/predis": "^1.0", | 83 | "predis/predis": "^1.0", |
85 | "javibravo/simpleue": "^1.0" | 84 | "javibravo/simpleue": "^1.0", |
85 | "symfony/dom-crawler": "^3.1", | ||
86 | "friendsofsymfony/jsrouting-bundle": "^1.6" | ||
86 | }, | 87 | }, |
87 | "require-dev": { | 88 | "require-dev": { |
88 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 89 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
@@ -98,6 +99,7 @@ | |||
98 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 99 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
102 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 103 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
102 | ], | 104 | ], |
103 | "post-install-cmd": [ | 105 | "post-install-cmd": [ |
@@ -113,6 +115,7 @@ | |||
113 | "symfony-var-dir": "var", | 115 | "symfony-var-dir": "var", |
114 | "symfony-web-dir": "web", | 116 | "symfony-web-dir": "web", |
115 | "symfony-tests-dir": "tests", | 117 | "symfony-tests-dir": "tests", |
118 | "symfony-assets-install": "symlink", | ||
116 | "incenteev-parameters": { | 119 | "incenteev-parameters": { |
117 | "file": "app/config/parameters.yml" | 120 | "file": "app/config/parameters.yml" |
118 | } | 121 | } |