roundcube / plugin-installer

A composer installer for Roundcube plugins
26 stars 15 forks source link

VersionContraint is deprecated #14

Closed alecpl closed 6 years ago

alecpl commented 7 years ago

So, when using composer we get:

Deprecation Notice: The Composer\Package\LinkConstraint\VersionConstraint class is deprecated, use Composer\Semver\Constraint\Constraint instead. in phar:///www/htdocs/w00ee986/webmail/composer.phar/src/Composer/Package/LinkConstraint/VersionConstraint.php:17
Deprecation Notice: The Composer\Package\LinkConstraint\LinkConstraintInterface interface is deprecated, use Composer\Semver\Constraint\ConstraintInterface instead. in phar:///www/htdocs/w00ee986/webmail/composer.phar/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php:17
nuxwin commented 6 years ago

Confirmed.