Fixes added manually on top of bot's changes
3 unresolved threads
3 unresolved threads
Closes #3429433
Merge request reports
Activity
2 2 type: module 3 3 description: 'Provide version number from composers lockfile.' 4 4 package: Other 5 core_version_requirement: ^8.8 || ^9 || ^10 5 core_version_requirement: ^8.8 || ^9 || ^10 || ^11 changed this line in version 2 of the diff
29 29 */ 30 30 protected $drupalFinder; 31 31 32 public function __construct(DrupalFinder $drupalFinder) { 32 public function __construct(DrupalFinderComposerRuntime $drupalFinder) { added 1 commit
- 438b9580 - Bump minimum version required of core to D9 + `webflo/drupal-finder` to 1.3 +...
added 1 commit
- f1d9d1d8 - Add the default DA template of `.gitlab-ci.yml` file to the project
7 7 8 8 namespace Drupal\composer_deploy; 9 9 10 use DrupalFinder\DrupalFinder; 10 use DrupalFinder\DrupalFinderComposerRuntime; 11 11 use Webmozart\PathUtil\Path; as per this issue we need to remove usage of Webmozart\PathUtil\Path and replace with Symfony\Component\Filesystem\Path, hence updating MR.
Edited by DEEPAK MISHRAchanged this line in version 6 of the diff
added 1 commit
- e0bf35ae - Drush 11 no longer uses Webmozart\PathUtil\Path.
added 1 commit
- 6ce26d29 - Drush 11 no longer uses Webmozart\PathUtil\Path.
@nerdstein @webflo @joelpittet - Can any of you review this MR and let us know your feedback.
Please register or sign in to reply