Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d946779

Browse filesBrowse 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
Copy full SHA for d946779

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎src/Symfony/Component/HttpFoundation/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/composer.json
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.