Drush won't work locally at the moment because phing-phpqatools brings in an old version of symfony/dependency-injection with the root composer.json but core has a different version of that package.

I think we could solve this by removing phing and replacing with our new approach of using make files. It would simplify the build tools and reduce the dependency chain.

Comments

benjy created an issue. See original summary.

kim.pepper’s picture

Status: Active » Closed (outdated)

We are using Makefiles now.