-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.26 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.26 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
49
{
"name": "formwerdung/square",
"type": "wordpress-plugin",
"license": "MIT",
"description": "A WordPress plugin which contains a collection of modules to apply theme-agnostic back-end modifications.",
"homepage": "https://github.com/Formwerdung/Square",
"authors": [
{
"name": "Formwerdung",
"email": "mail@formwerdung.ch",
"homepage": "https://github.com/Formwerdung"
}
],
"keywords": [
"wordpress"
],
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "iandunn/admin-notice-helper",
"version": "0.2",
"source": {
"url": "https://github.com/iandunn/admin-notice-helper",
"type": "git",
"reference": "6c16d41a6710bfd59e6d0be2430823fbb6b3cdc6"
}
}
}
],
"support": {
"issues": "https://github.com/Formwerdung/Square/issues"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0.12"
},
"extra": {
"installer-paths": {
"../../mu-plugins/{$name}/": ["type:wordpress-muplugin", "formwerdung/triangle"],
"../../plugins/{$name}/": ["type:wordpress-plugin"],
"../../themes/{$name}/": ["type:wordpress-theme"]
}
}
}