gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

cant seem to install using composer #148

Closed Solobearus closed 5 years ago

Solobearus commented 5 years ago

when i run: composer require gabrielrcouto/php-gui

i get:

Your requirements could not be resolved to an installable set of packages.

am i doing something wrong?

reisraff commented 5 years ago

Could you please send us your php version, and the full message that composer has sent you?

Solobearus commented 5 years ago

this is the php version:

PHP 7.2.7 (cli) (built: Jun 19 2018 23:43:47) ( ZTS MSVC15 (Visual C++ 2017) x86 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

and this is the full massage:

$ composer require gabrielrcouto/php-gui
Using version ^0.1.0 for gabrielrcouto/php-gui
./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
    - Installation request for gabrielrcouto/php-gui ^0.1.0 -> satisfiable by gabrielrcouto/php-gui[v0.1.0].
    - Conclusion: remove evenement/evenement v3.0.1
    - Conclusion: don't install evenement/evenement v3.0.1
    - gabrielrcouto/php-gui v0.1.0 requires react/child-process ^0.4.0 -> satisfiable by react/child-process[v0.4.0, v0.4.1, v0.4.2, v0.4.3].
    - react/child-process v0.4.3 requires evenement/evenement ^2.0 || ^1.0 -> satisfiable by evenement/evenement[v1.0.0, v1.1.0, v2.0.0, v2.1.0].
    - react/child-process v0.4.0 requires evenement/evenement ~2.0 -> satisfiable by evenement/evenement[v2.0.0, v2.1.0].
    - react/child-process v0.4.1 requires evenement/evenement ~2.0 -> satisfiable by evenement/evenement[v2.0.0, v2.1.0].
    - react/child-process v0.4.2 requires evenement/evenement ~2.0 -> satisfiable by evenement/evenement[v2.0.0, v2.1.0].
    - Can only install one of: evenement/evenement[v1.0.0, v3.0.1].
    - Can only install one of: evenement/evenement[v1.1.0, v3.0.1].
    - Can only install one of: evenement/evenement[v2.0.0, v3.0.1].
    - Can only install one of: evenement/evenement[v2.1.0, v3.0.1].
    - Installation request for evenement/evenement (locked at v3.0.1) -> satisfiable by evenement/evenement[v3.0.1].

Installation failed, reverting ./composer.json to its original content.
reisraff commented 5 years ago

Your project that your are working on has dependencies that conflicts with gabrielrcouto/php-gui dependencies.

Maybe this one "evenement/evenement v3.0.1" is conflicting with "react/child-process"