Composer installation package times any version of your minimum-stability (stable)

Source: Internet
Author: User

Composer Chinese Network is committed to promoting the world of PHP package management tools Composer in the domestic popularization and independent development and maintenance of packagist China full scale mirror system

Today to install a bag endroid/qrcode, but anyway not installed.
Composer require the installation of the time has been reported

[InvalidArgumentException]
Could not find package Endroid/qrcode in any version for your minimum-stability (stable). Check the PAC
Kage spelling or your minimum-stability

Then the new composer init an empty project can be installed. Then start to analyze the Composer.json file for my existing project.

The last discovery was the use of a domestic composer mirror, plus a configuration


{
"Repositories": [
{
"Packagist": false
},
{
"Type": "Composer",
"url": "Http://packagist.phpcomposer.com"
}
]
}

Only the last paragraph has been deleted and no previous paragraph has been deleted. The previous paragraph of the "Packagist": false also deleted the good.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.