Skip to content

Commit

Permalink
Merge pull request #134 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum authored Jun 23, 2022
2 parents fe12ecc + 3aa9caf commit c657ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Util/ExtensionKeyResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static function resolve(PackageInterface $package, IOInterface $io = null
}
if ($io instanceof IOInterface) {
$message = <<<MESSAGE
The TYPO3 extension package "${packageName}", does not define an extension key in its composer.json. Please report this to the author of this package. Specifying the extension key will be mandatory in future versions of TYPO3 (see: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra)
The TYPO3 extension package "${packageName}", does not define an extension key in its composer.json. Please report this to the author of this package. Specifying the extension key will be mandatory in future versions of TYPO3 (see: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/FileStructure/ComposerJson.html#extra)
MESSAGE;
$io->writeError(sprintf('<comment>%s</comment>', $message));
}
Expand Down

0 comments on commit c657ffb

Please sign in to comment.