php-fig / container

MIT License
9.93k stars 52 forks source link

Can't pull the package in via composer/packagist #7

Closed stephan-v closed 7 years ago

stephan-v commented 7 years ago

I am currently trying to pull this package in via composer like so:

composer require psr/container

from:

https://packagist.org/packages/psr/container#dev-master

But I am gettingt the following error:

Problem 1 │ - The requested package psr/container could not be found in any version, there may be a typo in the pa │ckage name. │ │Potential causes: │ - A typo in the package name │ - The package is not available in a stable-enough version according to your minimum-stability setting │ see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.

Is there something wrong here? I can pull in other packages fine.

KorvinSzanto commented 7 years ago

Make sure your minimum stability is dev if you plan to pull in dev libraries. On Thu, Dec 8, 2016 at 8:12 AM Stephan notifications@github.com wrote:

I am currently trying to pull this package in via composer like so:

composer require psr/container

from:

https://packagist.org/packages/psr/container#dev-master

But I am gettingt the following error:

Problem 1 │ - The requested package psr/container could not be found in any version, there may be a typo in the pa │ckage name. │ │Potential causes: │ - A typo in the package name │ - The package is not available in a stable-enough version according to your minimum-stability setting │ see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.

Is there something wrong here? I can pull in other packages fine.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/php-fig/container/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9fO7m8nwZyq5oNHxVorM7pR_3t3BfOks5rGCxvgaJpZM4LH_q_ .

stephan-v commented 7 years ago

Thanks sorry for reading over the message. Have never seen this error before, got it working now. :+1:

KorvinSzanto commented 7 years ago

:+1: