Last active
September 11, 2019 05:14
-
-
Save vjandrea/49c2c7961714bac6567f7d2c31626d75 to your computer and use it in GitHub Desktop.
FriendsOfBehat-SymfonyExtension_debug.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ composer require --dev friends-of-behat/symfony-extension:^2.0 | |
./composer.json has been updated | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Restricting packages listed in "symfony/symfony" to "4.3.*" | |
Nothing to install or update | |
Generating autoload files | |
ocramius/package-versions: Generating version class... | |
ocramius/package-versions: ...done generating version class | |
Executing script cache:clear [OK] | |
Executing script assets:install public [OK] | |
$ composer require --dev behat/mink:^1.7@dev behat/mink-extension behat/mink-browserkit-driver Using version ^2.3 for behat/mink-extension | |
Using version ^1.3 for behat/mink-browserkit-driver | |
./composer.json has been updated | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Restricting packages listed in "symfony/symfony" to "4.3.*" | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Installation request for behat/mink 1.7@dev -> satisfiable by behat/mink[v1.7.0]. | |
- behat/mink v1.7.0 requires symfony/css-selector ~2.1 -> no matching package found. | |
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. | |
- It's a private package and you forgot to add a custom repository to find it | |
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems. | |
Installation failed, reverting ./composer.json to its original content. | |
$ composer info symfony/css-selector | |
name : symfony/css-selector | |
descrip. : Symfony CssSelector Component | |
keywords : | |
versions : * v4.3.4 | |
type : library | |
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText | |
source : [git] https://github.com/symfony/css-selector.git c6e5e2a00db768c92c3ae131532af4e1acc7bd03 | |
dist : [zip] https://api.github.com/repos/symfony/css-selector/zipball/c6e5e2a00db768c92c3ae131532af4e1acc7bd03 c6e5e2a00db768c92c3ae131532af4e1acc7bd03 | |
path : <projectpath>\symfony\vendor\symfony\css-selector | |
names : symfony/css-selector | |
autoload | |
psr-4 | |
Symfony\Component\CssSelector\ => . | |
exclude-from-classmap | |
requires | |
php ^7.1.3 | |
PS C:\Users\AndreaBergamasco\dev\docker-ticketing-tuleap\symfony> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment