Commit 4b17f47d authored by catch's avatar catch
Browse files

Issue #3531287 by godotislate, johnwt, cilefen, chike, xjm, catch, longwave,...

Issue #3531287 by godotislate, johnwt, cilefen, chike, xjm, catch, longwave, mradcliffe, phenaproxima, moshe weitzman: Remove core/recommended constraint for sebastian/diff

(cherry picked from commit 8cf87699)
parent da488722
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -38,6 +38,11 @@ public function getPackage() {
      // to use any compatible version without needing to switch off of
      // drupal/core-recommended.
      'psr/http-message',
      // Remove constraint to allow sites to use PHPUnit 10 or 11, which require
      // different major versions of this package.
      // @todo Restore constraint when PHPUnit 10 is no longer supported?
      // @see https://www.drupal.org/project/drupal/issues/3537104
      'sebastian/diff',
    ];

    // Copy the 'packages' section from the Composer lock into our 'require'
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
        "psr/log": "~3.0.2",
        "ralouphie/getallheaders": "~3.0.3",
        "revolt/event-loop": "~v1.0.7",
        "sebastian/diff": "~6.0.2",
        "symfony/console": "~v7.3.0",
        "symfony/dependency-injection": "~v7.3.0",
        "symfony/deprecation-contracts": "~v3.6.0",