Skip to content

Commit

Permalink
Temporary switch drupal console core to dev-master version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
LOBsTerr committed Oct 2, 2022
1 parent 3756318 commit c7eaa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"composer/installers": "~1.0",
"doctrine/annotations": "^1.2",
"doctrine/collections": "^1.3",
"drupal/console-core": "1.9.7",
"drupal/console-core": "dev-master",
"drupal/console-extend-plugin": "~0.9.5",
"psy/psysh": "0.6.* || ~0.8",
"symfony/expression-language": "~3.0|~4.0",
Expand All @@ -72,4 +72,4 @@
"Drupal\\Console\\": "src"
}
}
}
}

2 comments on commit c7eaa46

@bobthecow
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious what you were testing here @LOBsTerr :)

@LOBsTerr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bobthecow I fixed some issue in in the core module, and merged some PR, but they main idea to resolve dependencies conflicts. I introduced a new version of Drupal Console based on 1.9.8 drupal console core.
Now, we can install DC in parallel with the latest Drush version.

Please sign in to comment.