@@ -77,7 +77,7 @@ Adding the following package to the `repositories` and `requires` sections will
77
77
],
78
78
"require" : {
79
79
"azt3k/non-destructive-archive-installer" : " 0.2.*" ,
80
- "drupal/drupal" : " 7.*" ,
80
+ "drupal/drupal" : " 7.*"
81
81
}
82
82
```
83
83
@@ -101,7 +101,7 @@ The following will download the [Chaos tool suite (ctools)](https://drupal.org/p
101
101
102
102
``` json
103
103
"require" : {
104
- "drupal/ctools" : " 7.1.4" ,
104
+ "drupal/ctools" : " 7.1.4"
105
105
}
106
106
```
107
107
@@ -140,8 +140,8 @@ In this example the following releases of Drupal 7 modules will be downloaded:
140
140
``` json
141
141
"require" : {
142
142
"drupal/ctools" : " 7.1.*" ,
143
- "drupal/features" : " 7.*"
144
- "drupal/views" : " 7.3-dev" ,
143
+ "drupal/features" : " 7.*" ,
144
+ "drupal/views" : " 7.3-dev"
145
145
}
146
146
```
147
147
@@ -180,7 +180,7 @@ The following will patch the Chaos tool suite version 7.1.4 with [this patch](ht
180
180
}
181
181
],
182
182
"require" : {
183
- "netresearch/composer-patches-plugin" : " ~1.0"
183
+ "netresearch/composer-patches-plugin" : " ~1.0" ,
184
184
"reload/drupal-composer-project-patches" : " *"
185
185
}
186
186
```
@@ -276,13 +276,13 @@ Example downloading jQuery UI 1.10.4:
276
276
"type" : " zip"
277
277
},
278
278
"require" : {
279
- "composer/installers" : " ~1.0" ,
279
+ "composer/installers" : " ~1.0"
280
280
}
281
281
}
282
282
}
283
283
],
284
284
"require" : {
285
- "jquery/jquery.ui" : " 1.10.4" ,
285
+ "jquery/jquery.ui" : " 1.10.4"
286
286
}
287
287
}
288
288
```
0 commit comments