-
- Downloads
Issue #3468758: Add a gitlab file + opt into D11
parent
3402043f
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 31 additions, 0 deletions.gitlab-ci.yml
- composer.json 3 additions, 1 deletioncomposer.json
- formdazzle.info.yml 1 addition, 2 deletionsformdazzle.info.yml
- src/Dazzler.php 6 additions, 6 deletionssrc/Dazzler.php
- tests/src/Unit/DazzlerTest.php 106 additions, 117 deletionstests/src/Unit/DazzlerTest.php
.gitlab-ci.yml
0 → 100644
... | ... | @@ -14,5 +14,7 @@ |
"issues": "https://drupal.org/project/issues/formdazzle", | ||
"source": "https://git.drupalcode.org/project/formdazzle" | ||
}, | ||
"require": {} | ||
"require": { | ||
"drupal/core": "^10 || ^11" | ||
} | ||
} |
Please register or sign in to comment