Closed funivan closed 8 years ago
Try to add these lines to your composer.json
:
"prefer-stable": true,
"minimum-stability": "dev"
Thanks for fast response. But this will change all packages minimum stability version to dev. Is there other way to install this package?
But this will change all packages minimum stability version to dev.
Packages, which has stable versions will not be affected by this setting. See https://getcomposer.org/doc/04-schema.md#prefer-stable
Is there other way to install this package?
Currently no.
Thanks for help @mekras ;)
But this will change all packages minimum stability version to dev. Is there other way to install this package?
your only alternative is to explicitly require all dependencies that
have no stable version yet with @dev
. but you need to list even
indirect dependencies then.
we aim to release a stable first version of the libraries in january.
@dbu :+1 wait for stable =)
Hello. I try to install
php-http/curl-client
but it fails