Skip to content

Commit

Permalink
Fixes #4623 to allow robo 4.x. (#4624)
Browse files Browse the repository at this point in the history
* Fixes #4623 to allow robo 4.x.

* Correcting fatal error with the null data array.

* updating bug report template.
  • Loading branch information
mikemadison13 authored Nov 9, 2022
1 parent 125dedb commit 9c3cfca
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
1. Run `composer create-project acquia/blt-project --no-interaction`
1. Run `composer create-project acquia/drupal-recommended-project --no-interaction`
2. Click on '....'
3. Scroll down to '....'
4. See error
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"acquia/drupal-environment-detector": "^1.5.0",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0 || ^2.0.0",
"consolidation/robo": "^3",
"consolidation/robo": "^3 || ^4",
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"doctrine/annotations": "^1.10.0",
"drupal/core": "^9.0.0-alpha1 || ^10.0.0-alpha1",
Expand Down
Loading

0 comments on commit 9c3cfca

Please sign in to comment.