We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87002d commit 5381afaCopy full SHA for 5381afa
src/Installer/PluginInstaller.php
@@ -70,7 +70,7 @@ public static function postAutoloadDump(Event $event)
70
) {
71
static::warnUser(
72
'Action required!',
73
- 'The CakePHP plugin installer v2 no longer requires the "post-autoload-dump" hook.' .
+ 'The CakePHP plugin installer v1.3+ no longer requires the "post-autoload-dump" hook.' .
74
' Please update your app\'s composer.json file and remove usage of ' . $postAutoloadDump,
75
$event->getIO()
76
);
0 commit comments