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
I believe this line is blocking reactor 0.15 from installing.
"rector/rector": "^0.14",
Problem 1
- Root composer.json requires efabrica/rector-nette ^0.14.0 -> satisfiable by efabrica/rector-nette[0.14.0].
- efabrica/rector-nette 0.14.0 requires rector/rector ^0.14 -> found rector/rector[0.14.0, ..., 0.14.8] but it conflicts with your root composer.json require (^0.15.0).
The text was updated successfully, but these errors were encountered:
Thanks.
What I've just realised is I think the only reason we have reactor-nette installed, is because it was in an original example.
Therefore, I've removed it from our project.
I believe this line is blocking reactor 0.15 from installing.
The text was updated successfully, but these errors were encountered: