Skip to content

Commit bea6c92

Browse files
committed
Fixes invalid JSON in README.md
1 parent 8832093 commit bea6c92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Adding the following package to the `repositories` and `requires` sections will
7777
],
7878
"require": {
7979
"azt3k/non-destructive-archive-installer" : "0.2.*",
80-
"drupal/drupal": "7.*",
80+
"drupal/drupal": "7.*"
8181
}
8282
```
8383

@@ -101,7 +101,7 @@ The following will download the [Chaos tool suite (ctools)](https://drupal.org/p
101101

102102
```json
103103
"require": {
104-
"drupal/ctools": "7.1.4",
104+
"drupal/ctools": "7.1.4"
105105
}
106106
```
107107

@@ -140,8 +140,8 @@ In this example the following releases of Drupal 7 modules will be downloaded:
140140
```json
141141
"require": {
142142
"drupal/ctools": "7.1.*",
143-
"drupal/features": "7.*"
144-
"drupal/views": "7.3-dev",
143+
"drupal/features": "7.*",
144+
"drupal/views": "7.3-dev"
145145
}
146146
```
147147

@@ -180,7 +180,7 @@ The following will patch the Chaos tool suite version 7.1.4 with [this patch](ht
180180
}
181181
],
182182
"require": {
183-
"netresearch/composer-patches-plugin": "~1.0"
183+
"netresearch/composer-patches-plugin": "~1.0",
184184
"reload/drupal-composer-project-patches": "*"
185185
}
186186
```
@@ -276,13 +276,13 @@ Example downloading jQuery UI 1.10.4:
276276
"type": "zip"
277277
},
278278
"require": {
279-
"composer/installers": "~1.0",
279+
"composer/installers": "~1.0"
280280
}
281281
}
282282
}
283283
],
284284
"require": {
285-
"jquery/jquery.ui": "1.10.4",
285+
"jquery/jquery.ui": "1.10.4"
286286
}
287287
}
288288
```

0 commit comments

Comments
 (0)