We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c385c0e commit c87002dCopy full SHA for c87002d
1 file changed
src/Installer/PluginInstaller.php
@@ -7,7 +7,9 @@
7
use Composer\Script\Event;
8
9
/**
10
- * @deprecated No longer used since v2.0
+ * @deprecated No longer needed since v1.3.
11
+ * It has been kept only to show warning to users to remove
12
+ * PluginInstaller::postAutoloadDump from the "post-autoload-dump" hook.
13
*/
14
class PluginInstaller extends LibraryInstaller
15
{
0 commit comments