forked from backdrop/backdrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 1.04 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
{
"name": "backdrop/backdrop",
"description": "The free and Open Source CMS that helps you build websites for businesses and non-profits.",
"type": "backdrop-backdrop",
"license": "GPL-2.0-or-later",
"homepage": "https://backdropcms.org/",
"support": {
"docs": "https://api.backdropcms.org",
"issues": "https://github.com/backdrop/backdrop-issues",
"source": "https://github.com/backdrop-ops/backdrop-composer"
},
"require": {
"php": ">= 5.6.0",
"composer/installers": "^2"
},
"extra": {
"installer-paths": {
".": ["type:backdrop-backdrop"],
"modules/contrib/{$name}": ["type:backdrop-module"],
"profiles/contrib/{$name}": ["type:backdrop-profile"],
"themes/contrib/{$name}": ["type:backdrop-theme"],
"modules/custom/{$name}": ["type:backdrop-custom-module"],
"themes/custom/{$name}": ["type:backdrop-custom-theme"]
}
},
"require-dev": {
"backdrop/coder": "^1.0"
}
}