-
- Downloads
Issue #3507558: Remove Group 8.x-1.x support
parent
69f8e763
Branches
Tags
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- quick_node_clone.module 10 additions, 23 deletionsquick_node_clone.module
- tests/src/Functional/QuickNodeCloneGroupIntegrationTest.php 2 additions, 71 deletionstests/src/Functional/QuickNodeCloneGroupIntegrationTest.php
... | ... | @@ -23,6 +23,6 @@ |
}, | ||
"require-dev": { | ||
"drupal/paragraphs": "1.x-dev", | ||
"drupal/group": "^1 || ^2 || ^3" | ||
"drupal/group": "^2 || ^3" | ||
} | ||
} |
Please register or sign in to comment