-
|
I'm not sure if my composer skills are to bad or I did something wrong but I'm failing to update my project composer dependencies withe the current framework-x commit. Framework-X uses a special (upcoming) version of This can be fixed by adding |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
|
This is indeed a known issue that is caused by relying on an unreleased beta feature as discussed in #6. We're working on resolving this as soon as possible. In the meantime, this can be worked around by installing like this: $ composer require "clue/framework-x:dev-main" "react/event-loop:dev-master#1a709e2 as 1.2.0" |
Beta Was this translation helpful? Give feedback.
-
|
This has now been fixed as discussed in #6. Installation should now work with the normal install instructions 👍 |
Beta Was this translation helpful? Give feedback.
This is indeed a known issue that is caused by relying on an unreleased beta feature as discussed in #6.
We're working on resolving this as soon as possible. In the meantime, this can be worked around by installing like this: