Skip to content
Snippets Groups Projects
Commit 9e3a9d97 authored by Chris Burge's avatar Chris Burge Committed by Eric Sembrat
Browse files

Issue #3296051: Add Drupal 10 Support; Drop Drupal 8 Support

parent 4b1828e3
No related branches found
No related tags found
1 merge request!7Issue #3296051: Add Drupal 10 Support; Drop Drupal 8 Support
......@@ -26,7 +26,7 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/core": "^8.8.4 || ^9"
"drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/layout_builder_at": "^2.12"
......
......@@ -2,7 +2,7 @@ name: Layout Builder Operation Link
type: module
description: Adds a Layout operation link for Layout Builder-enabled content.
package: Layout Builder
core_version_requirement: ^8.8.4 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:layout_builder
test_dependencies:
......
......@@ -28,6 +28,7 @@ class OperationLinkTest extends BrowserTestBase {
* {@inheritdoc}
*/
protected static $modules = [
'field_ui',
'layout_builder_operation_link',
'node',
'taxonomy',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment