-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
166 lines (166 loc) · 5.74 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"authors": [
{
"email": "[email protected]",
"name": "Wong Hoi Sing Edison"
}
],
"autoload": {
"classmap": [
"src/Composer/ScriptHandler.php"
]
},
"config": {
"discard-changes": true,
"process-timeout": 3600,
"secure-http": false
},
"description": "The \"AuthBucket Standard Edition\" distribution",
"extra": {
"branch-alias": {
"dev-develop": "8.x-dev",
"dev-master": "8.4.x-dev"
},
"installer-paths": {
"web/core/": [
"type:drupal-core"
],
"web/drush/{$name}/": [
"type:drupal-drush"
],
"web/libraries/{$name}/": [
"type:drupal-library"
],
"web/modules/contrib/{$name}/": [
"type:drupal-module"
],
"web/modules/custom/{$name}/": [
"type:drupal-custom-module"
],
"web/profiles/{$name}/": [
"type:drupal-profile"
],
"web/themes/contrib/{$name}/": [
"type:drupal-theme"
],
"web/themes/custom/{$name}/": [
"type:drupal-custom-theme"
]
},
"patches": {
"drupal/core": {
"https://drupal.org/node/2619250": "https://drupal.org/files/issues/drupal-do_not_disable_MultiViews_htaccess-2619250-24.patch",
"https://drupal.org/node/2795317": "https://drupal.org/files/issues/drupal_core-8.4.x-phpunit_5.7-2795317-14.patch"
},
"drupal/recaptcha": {
"https://drupal.org/node/2852269": "https://drupal.org/files/issues/invisible_option-2852269-36.patch"
},
"drupal/token": {
"https://drupal.org/node/2816693": "https://drupal.org/files/issues/token-term_vocabulary_source-2816693-2.patch"
},
"drupal/views_php": {
"https://drupal.org/node/2829204": "https://drupal.org/files/issues/views_php-2829204.patch"
},
"drupal/views_templates": {
"https://drupal.org/node/2749745": "https://drupal.org/files/issues/views_templates-remove_version_from_info_yml-2749745-2.patch"
}
},
"preserve-paths": [
"web/.htaccess",
"web/profiles",
"web/robots.txt",
"web/sites",
"web/web.config"
]
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"name": "authbucket/framework-standard-edition",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"composer/installers": "~1.0",
"cweagans/composer-patches": "~1.0",
"drupal/advagg": "2.x-dev",
"drupal/authbucket": "1.x-dev",
"drupal/authorization": "1.x-dev",
"drupal/block_class": "1.x-dev",
"drupal/block_styles": "1.x-dev",
"drupal/captcha": "1.x-dev",
"drupal/cdn": "3.x-dev",
"drupal/config_inspector": "1.x-dev",
"drupal/config_update": "~1.0",
"drupal/core": "8.4.x-dev",
"drupal/ctools": "~3.0",
"drupal/devel": "1.x-dev",
"drupal/entity": "1.x-dev",
"drupal/entityqueue": "1.x-dev",
"drupal/examples": "1.x-dev",
"drupal/externalauth": "1.x-dev",
"drupal/features": "3.x-dev",
"drupal/key_value": "1.x-dev",
"drupal/libraries": "3.x-dev",
"drupal/memcache": "2.x-dev",
"drupal/metatag": "1.x-dev",
"drupal/module_filter": "3.x-dev",
"drupal/oauth2": "1.x-dev",
"drupal/pathauto": "1.x-dev",
"drupal/php": "1.x-dev",
"drupal/recaptcha": "2.x-dev",
"drupal/redirect": "1.x-dev",
"drupal/restui": "~1.0",
"drupal/robotstxt": "1.x-dev",
"drupal/seckit": "1.x-dev",
"drupal/securelogin": "1.x-dev",
"drupal/security_review": "1.x-dev",
"drupal/sitemap": "1.x-dev",
"drupal/token": "1.x-dev",
"drupal/varnish": "1.x-dev",
"drupal/views_php": "1.x-dev",
"drupal/webform": "5.x-dev",
"drupal/xmlsitemap": "1.x-dev",
"drustack/composer-generate-metadata": "~1.0",
"drustack/composer-preserve-paths": "~1.0",
"symfony/symfony": "3.2.*"
},
"require-dev": {
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"jcalderonzumba/gastonjs": "~1.1",
"jcalderonzumba/mink-phantomjs-driver": "~0.3",
"mikey179/vfsStream": "~1.2",
"symfony/phpunit-bridge": "3.2.*"
},
"scripts": {
"post-autoload-dump": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::ensureHtaccess"
],
"post-install-cmd": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-package-install": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::vendorTestCodeCleanup"
],
"post-package-update": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::vendorTestCodeCleanup"
],
"post-update-cmd": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::installRequirementsFile"
],
"pre-autoload-dump": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::preAutoloadDump"
],
"pre-install-cmd": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"AuthBucket\\Standard\\Composer\\ScriptHandler::checkComposerVersion"
]
},
"type": "project"
}