-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[ClassLoader] Deprecated the component #21353
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
Conversation
28e815a
to
3d04dc8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
composer
should be Composer
in every deprecation message.
@@ -4,8 +4,7 @@ UPGRADE FROM 3.2 to 3.3 | |||
ClassLoader | |||
----------- | |||
|
|||
* The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated | |||
in favor of the `--apcu-autoloader` option introduced in composer 1.3 | |||
* The component is deprecated and will be removed in 4.0. Use composer instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composer
-> Composer
@@ -4,8 +4,7 @@ UPGRADE FROM 3.x to 4.0 | |||
ClassLoader | |||
----------- | |||
|
|||
* The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been removed | |||
in favor of the `--apcu-autoloader` option introduced in composer 1.3 | |||
* The component has been removed. Use composer instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composer
-> Composer
@@ -4,8 +4,7 @@ CHANGELOG | |||
3.3.0 | |||
----- | |||
|
|||
* The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated | |||
in favor of the `--apcu-autoloader` option introduced in composer 1.3 | |||
* deprecated the component: use composer instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
composer
-> Composer
3d04dc8
to
8a37722
Compare
👍 |
Thank you @nicolas-grekas. |
This PR was merged into the 3.3-dev branch. Discussion ---------- [ClassLoader] Deprecated the component | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Follow up of #20668 Commits ------- 8a37722 [ClassLoader] Deprecated the component
Follow up of #20668