Skip to content
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

Feature/remove cilex #1934

Closed
wants to merge 3 commits into from
Closed

Feature/remove cilex #1934

wants to merge 3 commits into from

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Jan 3, 2018

Cilex is blocking the updates of symfony components. This
pr removes a lot of magic from the commands which were fetching dependencies
form the application.
The application is updated with some logic to access the inner container to support
the old behavior of the application like cilex provides. This needs to be removed
in the future.

Cilex is blocking the updates of symfony components. This
pr removes a lot of magic from the commands which were fetching dependencies
form the application.
The application is updated with some logic to access the inner container to support
the old behavior of the application like cilex provides. This needs to be removed
in the future.
Last fixes to actually remove cilex as dependency.
@jaapio jaapio requested a review from mvriel January 6, 2018 22:34
@mvriel
Copy link
Member

mvriel commented Jan 7, 2018

Consider merging #1940 instead.

This PR breaks BC because all userland ServiceProviders depend on the Cilex Application. In the PR above I have re-implemented a basic "Cilex application" class to keep BC. We should throw DEPRECATED warnings when people still use this and remove the BC layer in phpDocumentor 4

Copy link
Member

@mvriel mvriel left a comment

Choose a reason for hiding this comment

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

For now I mark this review as 'Request changes'; because of the above

@jaapio
Copy link
Member Author

jaapio commented Apr 29, 2018

Replaced by #1940

@jaapio jaapio closed this Apr 29, 2018
@jaapio jaapio deleted the feature/remove-cilex branch April 29, 2018 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants