-
- Downloads
Issue #3382402 by maxstarkenburg, oriol_e9g, cmconklin, ericdsd: Drupal 10 Version Release?
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- README.md 2 additions, 2 deletionsREADME.md
- composer.json 2 additions, 2 deletionscomposer.json
- responsivewrappers.info.yml 1 addition, 1 deletionresponsivewrappers.info.yml
- tests/src/Functional/ResponsiveWrappersTest.php 1 addition, 1 deletiontests/src/Functional/ResponsiveWrappersTest.php
.gitignore
0 → 100644
... | ... | @@ -13,9 +13,9 @@ |
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/responsivewrappers", | ||
"source": "http://cgit.drupalcode.org/responsivewrappers" | ||
"source": "https://git.drupalcode.org/project/responsivewrappers" | ||
}, | ||
"require": { | ||
"drupal/core": "^8 || ^9 || 10" | ||
"drupal/core": "^9.4 || 10" | ||
} | ||
} |
Please register or sign in to comment