forked from goalgorilla/open_social
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
90 lines (90 loc) · 3.6 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "goalgorilla/open_social",
"description": "Open Social is a distribution for building social communities and intranets.",
"type": "drupal-profile",
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"scripts": {
"post-install-cmd": [
"@composer drupal-scaffold"
],
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
},
"extra": {
"installer-paths": {
"html/core": [
"drupal/core"
],
"html/modules/contrib/{$name}": [
"type:drupal-module"
],
"html/profiles/contrib/social": [
"goalgorilla/open_social"
],
"html/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"html/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/profile": {
"Fixes access control on entities": "https://www.drupal.org/files/issues/profile-accesscontrol-2703825-6.patch"
},
"drupal/address": {
"Fix form errorElement": "https://www.drupal.org/files/issues/address-2619878-29.patch"
},
"drupal/group": {
"Fix group overview for administrator": "https://www.drupal.org/files/issues/group-2788213-2.patch"
},
"drupal/core": {
"Fix region string issue": "https://www.drupal.org/files/issues/2724283-block-22.patch",
"Make sure exposed filters work": "https://www.drupal.org/files/issues/grouped_filters-2369119-73.patch",
"Redirect to install.php on empty DB": "https://www.drupal.org/files/issues/drupal-redirect_to_install-728702-92.patch",
"Exposed filter checkbox not working": "https://www.drupal.org/files/issues/2651102-90-reroll-checkboxes-in-exposed-forms-for-8-1-issues-with-pagers.patch"
},
"drupal/devel": {
"Fix vars in function in entity manager wrapper": "https://www.drupal.org/files/issues/fix_entity_manager_wrapper_2749249_5.patch"
},
"drupal/geolocation": {
"Geolocation Views Grouped Filters": "https://www.drupal.org/files/issues/geolocation-8.x-1.7-grouped-views-filters-2778227-5_0.patch"
}
}
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"composer/installers": "^1.0",
"drupal-composer/drupal-scaffold": "^2.0.0",
"drupal/core": "8.1.8",
"drupal/address": "1.0.0-beta3",
"drupal/admin_toolbar": "1.17",
"drupal/config_update": "1.1",
"drupal/devel": "1.0-alpha1",
"drupal/dynamic_entity_reference": "1.0-rc5",
"drupal/entity": "1.0-alpha3",
"drupal/features": "3.0-beta7",
"drupal/field_group": "1.0-rc4",
"drupal/geocoder": "2.0-alpha4",
"drupal/geolocation": "1.7",
"drupal/group": "1.0-beta2",
"drupal/message": "1.0-alpha1",
"drupal/override_node_options": "2.0",
"drupal/profile": "1.0-alpha5",
"drupal/r4032login": "1.x-dev#4b2077aa70e3f7b00b8a9cba25af5b948ba2e3b9",
"drupal/search_api": "1.0-alpha17",
"drupal/token": "1.0-beta1",
"drupal/bootstrap": "3.0-rc2",
"drupal/addtoany": "1.4.0"
}
}