8000 bug #17156 [HttpFoundation] add missing symfony/polyfill-php55 depend… · symfony/symfony@d946779 · GitHub
[go: up one dir, main page]

Skip to content

Commit d946779

Browse files
bug #17156 [HttpFoundation] add missing symfony/polyfill-php55 dependency (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [HttpFoundation] add missing symfony/polyfill-php55 dependency | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16317 | License | MIT | Doc PR | The `json_last_error_msg()` function used in the `JsonResponse` class requires PHP 5.5. Commits ------- 3cc4e4d add missing symfony/polyfill-php55 dependency
2 parents be95db8 + 3cc4e4d commit d946779

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)
0