Skip to content

Commit

Permalink
Merge pull request #642 from localgovdrupal/fix/636-entity-browser-ph…
Browse files Browse the repository at this point in the history
…p82-tests

Patch entity_browser to address PHP 8.2 test failures.
  • Loading branch information
finnlewis authored Nov 9, 2023
2 parents 67b179d + dea8ca3 commit b9ee91b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"drupal/gin": "^3.0@alpha",
"drupal/gin_login": "^2.0.3",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/entity_browser": "^2.9",
"drupal/preview_link": "^2.1@alpha",
"drupal/simple_sitemap": "^4.1",
"drupal/search_api": "^1.21",
Expand Down Expand Up @@ -60,6 +61,9 @@
},
"drupal/core": {
"Users can't reference unpublished content even when they have access to it. See https://www.drupal.org/project/drupal/issues/2845144": "https://www.drupal.org/files/issues/2022-06-17/2845144-67.patch"
},
"drupal/entity_browser": {
"Fix PHP 8.2 deprecation issue with WidgetSelectorBase-class, https://www.drupal.org/project/entity_browser/issues/3350169": "https://www.drupal.org/files/issues/2023-06-15/3350169-8_0.patch"
}
}
}
Expand Down

0 comments on commit b9ee91b

Please sign in to comment.