-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiddleware.json
More file actions
48 lines (48 loc) · 1.17 KB
/
middleware.json
File metadata and controls
48 lines (48 loc) · 1.17 KB
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
{
"drupal9": {
"webroot": "core",
"git": "https://git.drupal.org/project/drupal.git",
"branch": "9.x"
},
"drupal8": {
"webroot": "core",
"git": "https://git.drupal.org/project/drupal.git",
"branch": "8.6.x"
},
"drupal7": {
"webroot": "core",
"git": "https://git.drupal.org/project/drupal.git",
"branch": "7.x"
},
"wordpress": {
"git": "https://github.com/WordPress/WordPress.git"
},
"magento2": {
"git": "https://github.com/magento/magento2.git"
},
"phpmyadmin": {
"git": "https://github.com/phpmyadmin/phpmyadmin.git"
},
"phpbb": {
"git": "https://github.com/phpbb/phpbb.git",
"webroot": "phpBB"
},
"mediawiki": {
"git": "https://github.com/wikimedia/mediawiki.git"
},
"joomla": {
"git": "https://github.com/joomla/joomla-cms.git"
},
"umbraco": {
"git": "https://github.com/umbraco/Umbraco-CMS.git",
"branch": "v8/contrib",
"webroot": "src/Umbraco.Web.UI.Client/src",
"urlappend": "/umbraco"
},
"umbraco7": {
"git": "https://github.com/umbraco/Umbraco-CMS.git",
"branch": "main-v7",
"webroot": "src/Umbraco.Web.UI.Client/src",
"urlappend": "/umbraco"
}
}