We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 247f60e + 03b1221 commit 7af2c0bCopy full SHA for 7af2c0b
composer.json
@@ -3,21 +3,21 @@
3
"description": "Facilitates rapid development of components from kalastatic (styleguide/prototype) to CMS (Drupal) implementation.",
4
"type": "drupal-module",
5
"require": {
6
- "derekderaps/twigshim": "*",
+ "drupal/twigshim": "*@beta",
7
"drupal/entityreference": "*",
8
- "drupal/entityreference_view_widget": "*",
+ "drupal/entityreference_view_widget": "*@rc",
9
"drupal/fences": "*",
10
"drupal/link": "*",
11
"drupal/paragraphs": "*@rc",
12
"drupal/variable": "*",
13
"drupal/viewfield": "*"
14
},
15
- "repositories": {
16
- "drupal": {
+ "repositories": [
+ {
17
"type": "composer",
18
"url": "https://packages.drupal.org/7"
19
}
20
- },
+ ],
21
"license": "MIT",
22
"authors": [
23
{
0 commit comments