Skip to content

Commit

Permalink
Merge pull request #941 from openeuropa/update-typed-link
Browse files Browse the repository at this point in the history
EWPP-0000: Version 2.0 of typed_link is required by oe_paragraphs.
  • Loading branch information
brummbar authored Sep 8, 2021
2 parents 64bc094 + a166602 commit 20dbf2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"drupal/json_field": "^1.0.0-rc2",
"drupal/renderviz": "^1.0@alpha",
"drupal/styleguide": "~1.0-alpha3",
"drupal/typed_link": "~1.1",
"drupal/typed_link": "^2.0",
"drush/drush": "~9.0",
"easyrdf/easyrdf": "1.0.0 as 0.9.1",
"friends-of-behat/service-container-extension": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/Kernel/Paragraphs/MediaParagraphsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function setUp() {
parent::setUp();

$this->container->get('module_handler')->loadInclude('oe_paragraphs_media_field_storage', 'install');
oe_paragraphs_media_field_storage_install();
oe_paragraphs_media_field_storage_install(FALSE);
$this->installEntitySchema('media');
$this->installConfig([
'media',
Expand Down

0 comments on commit 20dbf2e

Please sign in to comment.