Problem/Motivation
As mentioned by @alexpott in #3258276-5: Remove deprecated flag --no-suggest from drupal-phpunit-upgrade composer script:
In Drupal 10 we can remove the @composer require phpspec/prophecy-phpunit:^2 --no-progress it is a real dev dependency already.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3261743
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3261743-remove-composer-require
changes, plain diff MR !1759
Comments
Comment #3
spokjeComment #4
longwaveOne line change that does what the title says :)
Comment #6
alexpottCommitted cde1d17 and pushed to 10.0.x. Thanks!