简体   繁体   中英

silverstripe installation error “silverstripe/vendor-plugin 1.3.1 requires composer-plugin-api ^1.1 -> no matching package found”

I am trying to install silverstripe but i am getting the following error. Your requirements could not be resolved to an installable set of packages.

Problem 1 - silverstripe/vendor-plugin 1.3.1 requires composer-plugin-api ^1.1 -> no matching package found. - silverstripe/vendor-plugin 1.3.1 requires composer-plugin-api ^1.1 -> no matching package found. - Installation request for silverstripe/vendor-plugin 1.3.1 -> satisfiable by silverstripe/vendor-plugin[1.3.1].

please help to resolve it.

It's fairly likely that you're using an older version of composer.

Update composer and try again:

composer selfupdate
composer install

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM