Skip to content
Snippets Groups Projects
Commit ebf2debc authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

TASK: Rename primary composer plugin type

As requests in #24 i renamed the primary composer plugin type
from `php-codesniffer-standards` to `phpcodesniffer-standard`
for compatibility reasons to other projects.
parent 9c236fef
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ use Higidi\ComposerPhpCSStandardsPlugin\PHPCodeSniffer\Standards;
class Installer extends LibraryInstaller
{
const TYPE = 'php-codesniffer-standards';
const TYPE = 'phpcodesniffer-standard';
/**
* Initializes library installer.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment