8000 minor #9944 [FrameworkBundle] Update composer.json to account for #97… · symfony/symfony@d3b28dc · GitHub
[go: up one dir, main page]

Skip to content

Commit d3b28dc

Browse files
committed
minor #9944 [FrameworkBundle] Update composer.json to account for #9792 (realityking)
This PR was merged into the 2.5-dev branch. Discussion ---------- [FrameworkBundle] Update composer.json to account for #9792 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - In #9792 RegisterListenersPass was moved from HttpKernel to EventDispatcher. Since FrameworkBundle uses that class the dependency needs to be rises to 2.5. Commits ------- f1efd16 [FrameworkBundle] Update composer.json to account for #9792
2 parents f499094 + f1efd16 commit d3b28dc

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
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3",
2020
"symfony/dependency-injection" : "~2.2",
2121
"symfony/config" : "~2.4",
22-
"symfony/event-dispatcher": "~2.1",
22+
"symfony/event-dispatcher": "~2.5",
2323
"symfony/http-foundation": "~2.4",
2424
"symfony/http-kernel": "~2.4",
2525
"symfony/filesystem": "~2.3",

0 commit comments

Comments
 (0)
0