Skip to content

Commit

Permalink
Merge pull request #128 from openeuropa/EWPP-3610
Browse files Browse the repository at this point in the history
EWPP-3610: Use static patch instead of direct MR.
  • Loading branch information
hernani authored Jan 15, 2024
2 parents 12f4c40 + 2579fc9 commit 5605818
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
"drupal/entity_version": "^1.1",
"drush/drush": "^11.1",
"mikey179/vfsstream": "^1.6.10",
"nikic/php-parser": "^4.18",
"openeuropa/behat-transformation-context": "~0.1",
"openeuropa/code-review": "^2.0",
"openeuropa/oe_multilingual": "^1.13",
"openeuropa/oe_paragraphs": "^1.19",
"openeuropa/task-runner-drupal-project-symlink": "^1.0-beta6",
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpunit": "^9.0",
"symfony/phpunit-bridge": "^6.0"
},
"scripts": {
Expand Down Expand Up @@ -60,7 +62,7 @@
"patches": {
"drupal/content_lock": {
"https://www.drupal.org/project/content_lock/issues/2919019": "https://www.drupal.org/files/issues/content_lock-caching-invalidation-2919019-3.patch",
"https://www.drupal.org/project/content_lock/issues/2949198": "https://git.drupalcode.org/project/content_lock/-/merge_requests/3.patch"
"https://www.drupal.org/project/content_lock/issues/2949198": "https://www.drupal.org/files/issues/2024-01-15/content_lock-unlocking-already-locked-2949198-14.patch"
}
},
"drupal-scaffold": {
Expand All @@ -69,7 +71,8 @@
}
},
"_readme": [
"Explicit requirement of symfony/phpunit-bridge to replace drupal/core-dev testing classes and traits."
"Explicit requirement of symfony/phpunit-bridge to replace drupal/core-dev testing classes and traits.",
"Explicit requirement of nikic/php-parser as ^5.0 generates GrumPHP Parser issues."
]
},
"config": {
Expand Down

0 comments on commit 5605818

Please sign in to comment.