Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Composer not finding packages that exist
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
adeduke  
View profile  
 More options Jul 6 2012, 9:52 am
From: adeduke <adrian.d...@openeyes.org.uk>
Date: Fri, 6 Jul 2012 06:52:31 -0700 (PDT)
Local: Fri, Jul 6 2012 9:52 am
Subject: Composer not finding packages that exist

Hi All,

Just started using composer to install Behat and Mink. Its giving me
problems on Mink about packages it can't find but I can see they are there
on both packagist and git. Its "Composer version 6adc81c", the ouput is:

[ade:mink]((no branch))$ composer install

the require section of my composer.json is:

    "require": {

        "php":                   ">=5.3.1",

        "symfony/css-selector":  ">=2.0.0,<2.2.0-dev",

        "behat/mink-goutte-driver":     "*",

        "behat/mink-sahi-driver":       "*",

        "behat/mink-selenium-driver":   "*",

        "behat/mink-selenium2-driver":  "*",

        "behat/mink-zombie-driver":     "*",

        "symfony/finder":               ">=2.0.0,<2.2.0-dev"

    },

I'm sure I am doing something stupid but not sure what. Any help is
appreciated. Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marco Zanzottera  
View profile   Translate to Translated (View Original)
 More options Jul 6 2012, 9:58 am
From: Marco Zanzottera <zanz...@gmail.com>
Date: Fri, 6 Jul 2012 15:58:12 +0200
Local: Fri, Jul 6 2012 9:58 am
Subject: Re: [composer-dev] Composer not finding packages that exist

Same problem for me:

How to replicate my problem:

*I add to composer.json*
"pickle/blog-bundle": "dev-master"

*Then, composer.phar update returns*

Updating dependencies
Your requirements could not be solved to an installable set of packages.

  Problem 1
    - Installation request for pickle/blog-bundle dev-master -> satisfiable
by pickle/blog-bundle dev-master.
    - pickle/blog-bundle dev-master requires pickle/admin-bundle dev-master
-> no matching package found.

*But if I add to composer.json*
"pickle/admin-bundle": "dev-master",
"pickle/blog-bundle": "dev-master"

*all works fine.*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nils Adermann  
View profile  
 More options Jul 6 2012, 10:04 am
From: Nils Adermann <nader...@naderman.de>
Date: Fri, 06 Jul 2012 16:04:57 +0200
Local: Fri, Jul 6 2012 10:04 am
Subject: Re: [composer-dev] Composer not finding packages that exist

Hey,

Please see this previous announcement about minimum stability:

https://groups.google.com/d/msg/composer-dev/_g3ASeIFlrc/Lu537ZXuOLgJ

You are both installing packages with dependencies on dev packages. You
need to either change your minimum-stability to dev (old behaviour) or
explicitly mark packages you would like to install in a dev version.
This happens automatically be requiring a dev version, e.g. dev-master,
and can alternatively be done by adding @dev to the version constraint.

The default behaviour is now to ignore unstable packages, hence you are
getting those errors.

Documentation of minimum-stability is available at
http://getcomposer.org/doc/04-schema.md#minimum-stability

Cheers,
Nils

On 07/06/2012 03:58 PM, Marco Zanzottera wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marco Zanzottera  
View profile  
 More options Jul 6 2012, 10:21 am
From: Marco Zanzottera <zanz...@gmail.com>
Date: Fri, 6 Jul 2012 16:21:31 +0200
Local: Fri, Jul 6 2012 10:21 am
Subject: Re: [composer-dev] Composer not finding packages that exist

Thanks Nils.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
adeduke  
View profile  
 More options Jul 6 2012, 10:31 am
From: adeduke <adrian.d...@openeyes.org.uk>
Date: Fri, 6 Jul 2012 07:31:54 -0700 (PDT)
Local: Fri, Jul 6 2012 10:31 am
Subject: Re: Composer not finding packages that exist

Thanks Nils. If anyone has issues with Mink try the follow composer.json:

{

Was unable to get goutte to install, but I only really needed web-driver.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »