mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
fix alignment
This commit is contained in:
parent
00da5945ec
commit
994b1324bc
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class PluginManager
|
|||
throw new \RuntimeException("Plugin ".$package->getName()." is missing a require statement for a version of the composer-plugin-api package.");
|
||||
}
|
||||
|
||||
$currentPluginApiVersion = $this->getPluginApiVersion();
|
||||
$currentPluginApiVersion = $this->getPluginApiVersion();
|
||||
$currentPluginApiConstraint = new VersionConstraint('==', $this->versionParser->normalize($currentPluginApiVersion));
|
||||
|
||||
if (!$requiresComposer->matches($currentPluginApiConstraint)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue