Allow using self.version with require command, fixes #10593
parent
bf235eba56
commit
2d7f1569f3
|
@ -225,6 +225,9 @@ EOT
|
|||
|
||||
return 1;
|
||||
}
|
||||
if ($constraint === 'self.version') {
|
||||
continue;
|
||||
}
|
||||
$versionParser->parseConstraints($constraint);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue