You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to install the runtime/react to my fresh new project, the composer show the following error:
composer require runtime/react
Using version ^0.1.0 for runtime/react
./composer.json has been updated
Running composer update runtime/react --with-all-dependencies
Loading composer repositories with package information
Restricting packages listed in "symfony/symfony" to "6.0.*"
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires runtime/react ^0.1.0 -> satisfiable by runtime/react[0.1.0].
- runtime/react 0.1.0 requires symfony/runtime ^5.3 -> found symfony/runtime[v5.3.0, ..., v5.4.3] but it conflicts with your root composer.json require (6.0.*).
Installation failed, reverting ./composer.json to its original content.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When i try to install the
runtime/react
to my fresh new project, the composer show the following error:Beta Was this translation helpful? Give feedback.
All reactions