Skip to content

Commit e80b761

Browse files
committed
fix: update composer to include context
1 parent 5921f33 commit e80b761

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"require": {
2222
"drupal/asset_injector": "^2",
23-
"drupal/fontawesome":"^2"
23+
"drupal/fontawesome":"^2",
24+
"drupal/context": "^5@RC"
2425
},
2526
"require-dev": {
2627
"phpunit/phpunit": "^8",

tests/src/Functional/LoadTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class LoadTest extends BrowserTestBase {
2121
'block',
2222
'asset_injector',
2323
'block_content',
24+
'context',
2425
'fontawesome',
2526
'advanced_search_tips',
2627
];

0 commit comments

Comments
 (0)