Skip to content

Commit 5381afa

Browse files
committed
update error message
1 parent c87002d commit 5381afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer/PluginInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function postAutoloadDump(Event $event)
7070
) {
7171
static::warnUser(
7272
'Action required!',
73-
'The CakePHP plugin installer v2 no longer requires the "post-autoload-dump" hook.' .
73+
'The CakePHP plugin installer v1.3+ no longer requires the "post-autoload-dump" hook.' .
7474
' Please update your app\'s composer.json file and remove usage of ' . $postAutoloadDump,
7575
$event->getIO()
7676
);

0 commit comments

Comments
 (0)