Unverified Commit cde1d175 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3261743 by Spokje: Remove @composer require phpspec/prophecy-phpunit:^2...

Issue #3261743 by Spokje: Remove @composer require phpspec/prophecy-phpunit:^2 from "drupal-phpunit-upgrade"
parent c715824f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -104,8 +104,7 @@
        "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
        "drupal-phpunit-upgrade-check": "Drupal\\Core\\Composer\\Composer::upgradePHPUnit",
        "drupal-phpunit-upgrade": [
            "@composer update phpunit/phpunit --with-dependencies --no-progress",
            "@composer require phpspec/prophecy-phpunit:^2 --no-progress"
            "@composer update phpunit/phpunit --with-dependencies --no-progress"
        ],
        "post-update-cmd": [
            "Drupal\\Composer\\Composer::generateMetapackages"