Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3b28dc

Browse filesBrowse 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
Copy full SHA for d3b28dc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/composer.json
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.