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

Fixes #4623 to allow robo 4.x. #4624

Merged
merged 3 commits into from
Nov 9, 2022
Merged

Fixes #4623 to allow robo 4.x. #4624

merged 3 commits into from
Nov 9, 2022

Conversation

mikemadison13
Copy link
Contributor

@mikemadison13 mikemadison13 commented Nov 2, 2022

Motivation

Fixes #4623 to allow BLT to use Robo 4.x.

Proposed changes
Drupal 10.x requires psr/log 3.x but it's not compatible with Robo 3.x (which is what BLT currently requires). So this PR allows updating to Robo 4.x.

I also had to fix the constructor in BltConfig.php to pass an empty array instead of a null value typed as an array. This change appears to be backward compatible with Robo 3.x as well.

@mikemadison13 mikemadison13 added the Bug Something isn't working label Nov 2, 2022
@mikemadison13
Copy link
Contributor Author

this is still in progress @danepowell please don't merge yet.

@danepowell
Copy link
Contributor

Discussed in Slack, I'll make this a minor release since it's a little risky but functionally complete

@danepowell danepowell merged commit 9c3cfca into acquia:main Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Minor change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DX-5186: Drupal 10 Codebase + New BLT Project PHP Fatal Errors
2 participants