@@ -20,7 +20,7 @@ |
||
20 | 20 | ); |
21 | 21 | |
22 | 22 | /** |
23 | - * @return Composer\Package\LinkConstraint\LinkConstraintInterface |
|
23 | + * @return MultiConstraint |
|
24 | 24 | */ |
25 | 25 | public function getConstraint() { |
26 | 26 | $next = $this->Major . '.' . ($this->Minor + 1); |
@@ -1,9 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Composer\Package\AliasPackage; |
|
4 | 3 | use Composer\Package\CompletePackage; |
5 | 4 | use Composer\Semver\Constraint\Constraint; |
6 | -use Guzzle\Http\Exception\ClientErrorResponseException; |
|
7 | 5 | use SilverStripe\Elastica\ElasticaService; |
8 | 6 | use Packagist\Api\Result\Package; |
9 | 7 | use Composer\Package\Version\VersionParser; |