今天在执行php
composer global require "laravel/installer"
出现错误提示:laravel
Deprecation Notice: The Composer\Package\LinkConstraint\MultiConstraint class is deprecated, use Composer\Semver\Constraint\MultiConstraintinstead.in phar:///usr/local/bin/composer/src/Composer/Package/LinkConstraint/MultiConstraint.php:17.composer
Deprecation Notice: The Composer\Package\LinkConstraint\LinkConstraintInterface interface is deprecated,use Composer\Semver\Constraint\ConstraintInterface instead. in phar:///usr/local/bin/composer/src/Composer/Package/LinkConstraint/LinkConstraintInterface.php:17ui
解决办法:code
composer global require "fxp/composer-asset-plugin:^1.2.0" composer selfupdate
一是作个记录,而是给遇到一样问题的同窗一些参考io