-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install because no matching package found #511
Comments
What command did you run exactly before you got this error? In what environment? Mac, Windows, Raspberry Pi? |
I think the problem is that the virtual branch 1.3.x-dev on behat/mink-selenium2-driver doesn't exist anymore because 1.4.0 was released. Relevant issue |
I ran composer create-project drupal-composer/drupal-project:8.x-dev some-dir --no-interaction on Ubuntu with PHP 7.0 and in second try with PHP 7.2. |
Also tracked in webflo/drupal-core-require-dev#14 |
FYI, I was able to get composer to complete by adding this to the composer.json after the first failure and running
Not a long term fix, obviously, but I needed me some Drupal8 now. |
same issue for me, doesn't possible to create new project. "behat/mink-selenium2-driver": "dev-master as 1.3.x-dev" - solution |
Works for me... Thx!! |
Just for clarity, This line is to be put in the "required": section of the composer.json file. Thanks piratawww. This worked great! |
The solution @jamie-tillman suggested worked for me too. |
The same and the solution @jamie-tillman suggesteds worked like a charm. The code in my require section of composer.json:
After edit composer.json: composer update --lock |
It seems like every time I install D8 using drupal-composer/drupal-project I have to visit this issue queue to overcome the latest 'cant install' error! Thanks @jamie-tillman for the temporary fix :) |
mink-selenium2-driver at version 1.3.1 now only on stable state. Ther's not version 1.3.dev - only 1.4.dev - at repo of this package |
@jamie-tillman solution worked for me too. |
This should be resolved now. behat/mink-selenium2-driver created a |
^ the 1.3 branch exists, but still hitting this problem |
You need to use minimum-stability dev, or the workaround It would be easier if the 1.4.0 release was available. The request for that is at: minkphp/MinkSelenium2Driver#269 |
If someone's still having issues with this, try to replace |
Problem 1
- webflo/drupal-core-require-dev 8.8.x-dev requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.x-dev requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.6 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.5 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.4 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.3 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.2 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.1 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0-rc1 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0-beta2 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0-beta1 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0-alpha2 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0-alpha1 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- webflo/drupal-core-require-dev 8.7.0 requires behat/mink-selenium2-driver 1.3.x-dev -> no matching package found.
- Installation request for webflo/drupal-core-require-dev ^8.7.0 -> satisfiable by webflo/drupal-core-require-dev[8.7.0, 8.7.0-alpha1, 8.7.0-alpha2, 8.7.0-beta1, 8.7.0-beta2, 8.7.0-rc1, 8.7.1, 8.7.2, 8.7.3, 8.7.4, 8.7.5, 8.7.6, 8.7.x-dev, 8.8.x-dev].
Potential causes:
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.
The text was updated successfully, but these errors were encountered: