8000 [HttpKernel] Deprecated commands auto-registration by GuilhemN · Pull Request #23805 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[HttpKernel] Deprecated commands auto-registration #23805

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

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
GuilhemN committed Aug 6, 2017
commit 669d3449733c4224b2a0260e0aca7b73eb8999b0
4 changes: 2 additions & 2 deletions UPGRADE-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ FrameworkBundle
HttpKernel
----------

* Relying on commands auto-discovery has been deprecated and won't be supported
in 4.0. Use PSR-4 based Service Discovery instead.
* Relying on convention-based commands discovery has been deprecated and
won't be supported in 4.0. Use PSR-4 based Service Discovery instead.

Before:

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ HttpFoundation
HttpKernel
----------

* Relying on commands auto-discovery has been deprecated and won't be supported
in 4.0. Use PSR-4 based Service Discovery instead.
* Relying on convention-based commands discovery is not supported anymore.
Use PSR-4 based Service Discovery instead.

Before:

Expand Down
0