Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cc4e4d

Browse files
committed
add missing symfony/polyfill-php55 dependency
The `json_last_error_msg()` function used in the `JsonResponse` class requires PHP 5.5.
1 parent b1a7949 commit 3cc4e4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/HttpFoundation/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/polyfill-php54": "~1.0"
20+
"symfony/polyfill-php54": "~1.0",
21+
"symfony/polyfill-php55": "~1.0"
2122
},
2223
"require-dev": {
2324
"symfony/expression-language": "~2.4|~3.0.0"

0 commit comments

Comments
 (0)