add missing symfony/polyfill-php55 dependency

The `json_last_error_msg()` function used in the `JsonResponse` class
requires PHP 5.5.
This commit is contained in:
Christian Flothmann 2015-12-28 15:56:15 +01:00
parent b1a7949b36
commit 3cc4e4d0d4

View File

@ -17,7 +17,8 @@
],
"require": {
"php": ">=5.3.9",
"symfony/polyfill-php54": "~1.0"
"symfony/polyfill-php54": "~1.0",
"symfony/polyfill-php55": "~1.0"
},
"require-dev": {
"symfony/expression-language": "~2.4|~3.0.0"