More tidying.
[yaffs-website] / vendor / drush / drush / tests / makefiles / composer.json
1 {
2     "name": "Enter project name here",
3     "description": "Enter project description here",
4     "type": "project",
5     "repositories": [
6         {
7             "type": "composer",
8             "url": "https://packagist.drupal-composer.org"
9         }
10     ],
11     "require": {
12         "composer/installers": "^1.0.20",
13         "cweagans/composer-patches": "~1.0",
14         "drupal/drupal": "7.*",
15         "drupal/wysiwyg": "7.2.1",
16         "drupal/features": "7.1.0-beta4",
17         "drupal/context": "7.3.0-beta2"
18     },
19     "minimum-stability": "dev",
20     "prefer-stable": true,
21     "extra": {
22         "installer-paths": {
23             "core": [
24                 "type:drupal-core"
25             ],
26             "docroot/modules/contrib/{$name}": [
27                 "type:drupal-module"
28             ],
29             "docroot/profiles/contrib/{$name}": [
30                 "type:drupal-profile"
31             ],
32             "docroot/themes/contrib/{$name}": [
33                 "type:drupal-theme"
34             ],
35             "drush/contrib/{$name}": [
36                 "type:drupal-drush"
37             ]
38         },
39         "patches": {
40             "drupal/wysiwyg": {
41                 "Enter drupal/wysiwyg patch #0 description here": "http://drupal.org/files/0001-feature.inc-from-624018-211.patch",
42                 "Enter drupal/wysiwyg patch #1 description here": "patches-local-test-wysiwyg.patch"
43             },
44             "drupal/features": {
45                 "Enter drupal/features patch #0 description here": "http://drupal.org/files/issues/features-drush-backend-invoke-25.patch"
46             },
47             "drupal/context": {
48                 "Enter drupal/context patch #0 description here": "http://drupal.org/files/issues/custom_blocks_arent_editable-make.patch",
49                 "Enter drupal/context patch #1 description here": "http://drupal.org/files/issues/661094-context-permissions.patch"
50             }
51         }
52     }
53 }