Skip to content

Commit 7af2c0b

Browse files
authored
Merge pull request #61 from kalamuna/7-composer
Fix Composer for Drupal 7
2 parents 247f60e + 03b1221 commit 7af2c0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"description": "Facilitates rapid development of components from kalastatic (styleguide/prototype) to CMS (Drupal) implementation.",
44
"type": "drupal-module",
55
"require": {
6-
"derekderaps/twigshim": "*",
6+
"drupal/twigshim": "*@beta",
77
"drupal/entityreference": "*",
8-
"drupal/entityreference_view_widget": "*",
8+
"drupal/entityreference_view_widget": "*@rc",
99
"drupal/fences": "*",
1010
"drupal/link": "*",
1111
"drupal/paragraphs": "*@rc",
1212
"drupal/variable": "*",
1313
"drupal/viewfield": "*"
1414
},
15-
"repositories": {
16-
"drupal": {
15+
"repositories": [
16+
{
1717
"type": "composer",
1818
"url": "https://packages.drupal.org/7"
1919
}
20-
},
20+
],
2121
"license": "MIT",
2222
"authors": [
2323
{

0 commit comments

Comments
 (0)