Skip to content

Commit 55fd9ea

Browse files
bug #19049 [DependencyInjection] fix the sorting by priority (xabbuh)
This PR was merged into the 3.2-dev branch. Discussion ---------- [DependencyInjection] fix the sorting by priority | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18482 | License | MIT | Doc PR | Commits ------- 6f72657 [DependencyInjection] fix the sorting by priority
2 parents c8dfd7d + 30fd01d commit 55fd9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/asset": "~2.8|~3.0",
2121
"symfony/cache": "~3.1",
2222
"symfony/class-loader": "~2.8|~3.0",
23-
"symfony/dependency-injection": "~3.1",
23+
"symfony/dependency-injection": "~3.2",
2424
"symfony/config": "~2.8|~3.0",
2525
"symfony/event-dispatcher": "~2.8|~3.0",
2626
"symfony/http-foundation": "~3.1",

0 commit comments

Comments
 (0)