efabrica-team / rector-nette

Rector upgrades rules for Nette
http://getrector.org
MIT License
27 stars 7 forks source link

Blocking Reactor 0.15 #99

Open hackzilla opened 1 year ago

hackzilla commented 1 year ago

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).
lulco commented 1 year ago

hi, I've added ^0.15 to composer.json, but I think there will be several issues because of some BC breaks in rector

hackzilla commented 1 year ago

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.