Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Symfony Finder ^5 #4571

Merged
merged 1 commit into from
Oct 11, 2020
Merged

Allow Symfony Finder ^5 #4571

merged 1 commit into from
Oct 11, 2020

Conversation

greg-1-anderson
Copy link
Member

Drupal 8 does not require symfony/finder, so it's common for Drupal sites that pull in this requirement from somewhere else to float to symfony/finder ^5. This causes friction in installing Drush afterwards.

This PR allows symfony/finder ^5. I recently updated Robo ^1, annotated-commands ^2 and output-formatters ^3 so that this would be possible. Note that we still get symfony/finder ^4 in the lock file due to our platform php configuration; however, our PHP 7.2 test should pull in symfony/finder ^5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants