Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3b3dac

Browse files
committed
minor #21482 [FrameworkBundle] Fix tests (dunglas)
This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] Fix tests | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Travis is red because of the new test introduced in #21370. This should make it green again. Commits ------- 1bf451c [FrameworkBundle] Fix tests
2 parents 2fb4fb9 + 1bf451c commit b3b3dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"symfony/templating": "~2.8|~3.0",
5252
"symfony/validator": "~3.2",
5353
"symfony/yaml": "~3.2",
54-
"symfony/property-info": "~2.8|~3.0",
54+
"symfony/property-info": "~3.1",
5555
"doctrine/annotations": "~1.0",
5656
"phpdocumentor/reflection-docblock": "^3.0",
5757
"twig/twig": "~1.26|~2.0",

0 commit comments

Comments
 (0)