Skip to content

Commit

Permalink
minor #31296 [Serializer] Fix tests (chalasr)
Browse files Browse the repository at this point in the history
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

#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
  • Loading branch information
fabpot committed Apr 28, 2019
2 parents 36c3af4 + d25f650 commit c3f57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/composer.json
Expand Up @@ -25,7 +25,7 @@
"symfony/property-access": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "~2.8|~3.0|~4.0",
"symfony/cache": "~3.1|~4.0",
"symfony/property-info": "~3.1|~4.0",
"symfony/property-info": "^3.4.13|~4.0",
"doctrine/annotations": "~1.0",
"symfony/dependency-injection": "~3.2|~4.0",
"doctrine/cache": "~1.0",
Expand Down

0 comments on commit c3f57d0

Please sign in to comment.