-
- Downloads
Issue #3431521: Automated Drupal 11 compatibility fixes for knowledge
Showing
- .gitlab-ci.yml 51 additions, 44 deletions.gitlab-ci.yml
- composer.json 1 addition, 1 deletioncomposer.json
- config/schema/knowledge.schema.yml 4 additions, 4 deletionsconfig/schema/knowledge.schema.yml
- css/adherence.form.css 3 additions, 7 deletionscss/adherence.form.css
- css/competency-report.css 1 addition, 1 deletioncss/competency-report.css
- tests/src/Functional/Views/KnowledgeEditTest.php 5 additions, 0 deletionstests/src/Functional/Views/KnowledgeEditTest.php
- tests/src/Kernel/KnowledgeOrphanTest.php 1 addition, 1 deletiontests/src/Kernel/KnowledgeOrphanTest.php
- tests/src/Unit/KnowledgeLinkBuilderTest.php 1 addition, 0 deletionstests/src/Unit/KnowledgeLinkBuilderTest.php
- tests/src/Unit/KnowledgeStatisticsUnitTest.php 1 addition, 0 deletionstests/src/Unit/KnowledgeStatisticsUnitTest.php
... | ... | @@ -10,7 +10,7 @@ |
"require": { | ||
"drupal/autocomplete_id": "^1.5", | ||
"drupal/charts": "^5.0", | ||
"drupal/core": "^9 || ^10", | ||
"drupal/core": "^9 || ^10 || ^11", | ||
"drupal/field_group": "^3.4", | ||
"drupal/moderation_note": "^1.0-beta5", | ||
"drupal/search_api": "^1.0", | ||
... | ... |
Please register or sign in to comment