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
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
@Hywan I can make a PR for this diff of course, but I don't see tests and composer install gives
Problem 1
- Installation request for hoa/exception dev-master -> satisfiable by hoa/exception[dev-master].
- hoa/exception dev-master requires hoa/event dev-master -> satisfiable by hoa/event[dev-master] but these conflict with your requirements or minimum-stability.
Problem 2
- Installation request for hoa/math dev-master -> satisfiable by hoa/math[dev-master].
- hoa/math dev-master requires hoa/consistency ~1.0 -> satisfiable by hoa/consistency[1.16.01.11, 1.16.01.14, 1.16.03.03, 1.17.01.10, 1.17.05.02] but these conflict with your requirements or minimum-stability.
Problem 3
- hoa/exception dev-master requires hoa/event dev-master -> satisfiable by hoa/event[dev-master] but these conflict with your requirements or minimum-stability.
- hoa/ustring dev-master requires hoa/exception dev-master -> satisfiable by hoa/exception[dev-master].
- Installation request for hoa/ustring dev-master -> satisfiable by hoa/ustring[dev-master].
I tried to add
+ },+ "minimum-stability": "dev"
but issue is still present:
Problem 1
- Installation request for hoa/math dev-master -> satisfiable by hoa/math[dev-master].
- hoa/math dev-master requires hoa/consistency ~1.0 -> satisfiable by hoa/consistency[1.16.01.11, 1.16.01.14, 1.16.03.03, 1.17.01.10, 1.17.05.02] but these conflict with your requirements or minimum-stability.
I tried to dump ast via regular
var_dump()
, but I see no attribute for indexed capturing group.#concatenation
is something different.When I walk through AST,
#capturing
is never present.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: