Skip to content

[WebServerBundle] fix dependencies #22695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2017
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented May 12, 2017

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

@@ -26,6 +27,9 @@
"/Tests/"
]
},
"conflict": {
"symfony/dependency-injection": "<3.3"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I do not know why the DI component is no required dependency in our bundles. Is there really a use case for using one of bundles without the DI extension/config?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the goal for this bundle is to be able to reuse all the CLI code for Silex too (the DI part here is really just about registering the command services to make them available in Symfony), without creating both a component and a bundle.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

@xabbuh xabbuh added this to the 3.3 milestone May 12, 2017
@fabpot
Copy link
Member

fabpot commented May 12, 2017

Thank you @xabbuh.

@fabpot fabpot merged commit 84bb34f into symfony:master May 12, 2017
fabpot added a commit that referenced this pull request May 12, 2017
This PR was merged into the 3.3-dev branch.

Discussion
----------

[WebServerBundle] fix dependencies

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

84bb34f [WebServerBundle] fix dependencies
@xabbuh xabbuh deleted the dependencies-versions branch May 12, 2017 14:19
@fabpot fabpot mentioned this pull request May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants