Skip to content

Commit c3f57d0

Browse files
committed
minor symfony#31296 [Serializer] Fix tests (chalasr)
This PR was merged into the 3.4 branch. Discussion ---------- [Serializer] Fix tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | n/a | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a symfony#30888 added some tests on master which fail when `property-info <3.4.13` is installed. This bumps the constraint on 3.4 which will fix the low-deps build once merged up to master. Commits ------- d25f650 [Serializer] Fix tests
2 parents 36c3af4 + d25f650 commit c3f57d0

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
@@ -25,7 +25,7 @@
2525
"symfony/property-access": "~2.8|~3.0|~4.0",
2626
"symfony/http-foundation": "~2.8|~3.0|~4.0",
2727
"symfony/cache": "~3.1|~4.0",
28-
"symfony/property-info": "~3.1|~4.0",
28+
"symfony/property-info": "^3.4.13|~4.0",
2929
"doctrine/annotations": "~1.0",
3030
"symfony/dependency-injection": "~3.2|~4.0",
3131
"doctrine/cache": "~1.0",

0 commit comments

Comments
 (0)