8000 bug #16382 [Serializer] polyfill for json_last_error_msg is in php 5.… · symfony/symfony@62db290 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62db290

Browse files
committed
bug #16382 [Serializer] polyfill for json_last_error_msg is in php 5.5 (Tobion)
This PR was merged into the 2.8 branch. Discussion ---------- [Serializer] polyfill for json_last_error_msg is in php 5.5 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16317 | License | MIT | Doc PR | - We need the polyfill for `json_last_error_msg` which is part of php 5.5, not 5.4. Commits ------- fb031f1 [Serializer] polyfill for json_last_error_msg is in php 5.5
2 parents de71e26 + fb031f1 commit 62db290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/polyfill-php54": "~1.0"
20+
"symfony/polyfill-php55": "~1.0"
2121
},
2222
"require-dev": {
2323
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0",

0 commit comments

Comments
 (0)
0