Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
This should update internal usages of core in tests to use ./vendor/bin/composer #3182188
Merge request reports
Activity
added 1 commit
24 24 'behat/mink-browserkit-driver' => ['tests'], 25 25 'behat/mink-goutte-driver' => ['tests'], 26 26 'behat/mink-selenium2-driver' => ['tests'], 27 'composer/composer' => ['bin'], I don't think we should take this out. We don't want to have composer/composer exist in a hardened legacy project.
I'd be +1 on simply removing the vendor hardening plugin from the root composer.json file in drupal/drupal. This would likely impact the vendor hardening tests.
If we are not ready to do that, then perhaps we could add a vendor configuration override to the root composer.json file to disable removal of the Composer binary for drupal/drupal. We would have to enhance vendor hardening to allow subtractions from its config in order to do this, though; currently, the only option is to merge hardening configuration.
changed this line in version 3 of the diff
added 1 commit
added 4090 commits
-
0ad56a6d...88d83002 - 546 commits from branch
project:9.2.x
- 88d83002...9a3156da - 3534 earlier commits
- 15f23091 - Issue #2444979 by Wim Leers, webflo, borisson_, catch, Gábor Hojtsy,...
- 8442b84a - Issue #3375592 by catch, longwave: [random test failure] Random failure in...
- d59acaf8 - Issue #3381557 by nmangold, lauriii, Wim Leers, joshuami: [DrupalMedia]...
- e8f51017 - Issue #3329066 by dabblela, quietone, joseph.olstad, smustgrave, catch,...
- 0af9348c - Issue #3388365 by catch, larowlan, bbrala, smustgrave: Distribute @group #slow...
- 6d934850 - Issue #3386458 by catch, quietone, alexpott, larowlan: Add...
- ce9905fd - Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
- 79ae2899 - Issue #3182188: removes vendor cleanup from config to test
- 5f20ea89 - Revert "Issue #3182188: removes vendor cleanup from config to test"
- 180e3400 - Removes the ./ but I know this wont work
Toggle commit list-
0ad56a6d...88d83002 - 546 commits from branch