weprovide / valet-plus

Blazing fast macOS PHP development environment
1.56k stars 211 forks source link

Conclusion: remove symfony/console v4.0.5 #117

Closed jmcerrejon closed 6 years ago

jmcerrejon commented 6 years ago

When I try to install Valet+, I get the next error:

composer global require weprovide/valet-plus
Using version ^1.0 for weprovide/valet-plus
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install weprovide/valet-plus 1.0.1
    - Conclusion: don't install weprovide/valet-plus 1.0.0
    - Conclusion: don't install weprovide/valet-plus 1.0.11

    - Conclusion: don't install weprovide/valet-plus 1.0.10
    - Conclusion: don't install weprovide/valet-plus 1.0.9
    - Conclusion: don't install weprovide/valet-plus 1.0.8
    - Conclusion: don't install weprovide/valet-plus 1.0.7
    - Conclusion: don't install weprovide/valet-plus 1.0.6
    - Conclusion: don't install weprovide/valet-plus 1.0.5
    - Conclusion: don't install weprovide/valet-plus 1.0.4
    - Conclusion: don't install weprovide/valet-plus 1.0.3
    - Conclusion: remove symfony/console v4.0.5
    - Conclusion: don't install symfony/console v4.0.5
    - symfony/process v2.7.0 conflicts with symfony/console[v4.0.5].
...

My installed packages:

composer/semver           1.4.2   Semver library that offers utilities, version constraint parsing and validation.
doctrine/annotations      v1.6.0  Docblock Annotations Parser
doctrine/lexer            v1.0.1  Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
friendsofphp/php-cs-fixer v2.10.3 A tool to automatically fix PHP code style
guzzlehttp/guzzle         6.3.0   Guzzle is a PHP HTTP client library
guzzlehttp/promises       v1.3.1  Guzzle promises library
guzzlehttp/psr7           1.4.2   PSR-7 message implementation that also provides common utility methods
illuminate/container      v5.6.7  The Illuminate Container package.
illuminate/contracts      v5.6.7  The Illuminate Contracts package.
laravel/installer         v1.5.0  Laravel application installer.
mnapoli/silly             1.7.0   Silly CLI micro-framework based on Symfony Console
nategood/httpful          0.2.20  A Readable, Chainable, REST friendly, PHP HTTP Client
paragonie/random_compat   v2.0.11 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
php-cs-fixer/diff         v1.3.0  sebastian/diff v2 backport support for PHP5.6
php-di/invoker            2.0.0   Generic and extensible callable invoker
psr/container             1.0.0   Common Container Interface (PHP FIG PSR-11)
psr/http-message          1.0.1   Common interface for HTTP messages
psr/simple-cache          1.0.1   Common interfaces for simple caching
squizlabs/php_codesniffer 3.2.3   PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of co...
symfony/console           v4.0.5  Symfony Console Component
symfony/event-dispatcher  v4.0.5  Symfony EventDispatcher Component
symfony/filesystem        v4.0.5  Symfony Filesystem Component
symfony/finder            v4.0.5  Symfony Finder Component
symfony/options-resolver  v4.0.5  Symfony OptionsResolver Component
symfony/polyfill-mbstring v1.7.0  Symfony polyfill for the Mbstring extension
symfony/polyfill-php70    v1.7.0  Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-php72    v1.7.0  Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/process           v4.0.5  Symfony Process Component
symfony/stopwatch         v4.0.5  Symfony Stopwatch Component
symfony/var-dumper        v4.0.5  Symfony mechanism for exploring and dumping PHP variables
tightenco/collect         v5.6.7  Collect - Illuminate Collections as a separate package.
iboldurev commented 6 years ago

I have this error to

fjpires commented 6 years ago

I also have this error

samsycamore commented 6 years ago

If you have laravel/valet installed, running "composer global remove laravel/valet" fixed this for me.

rafal-kucharski commented 5 years ago

If you have laravel/valet installed, running "composer global remove laravel/valet" fixed this for me.

@samsycamore after your solution, still not working.