-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 779 Bytes
/
composer.json
File metadata and controls
44 lines (44 loc) · 779 Bytes
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
{
"name": "pryley/pollux",
"type": "wordpress-plugin",
"description": "Pollux is a theme-agnostic scaffolding plugin for WordPress.",
"keywords": [
"wordpress",
"plugin",
"pollux",
"dioscuri"
],
"license": "GPL3",
"authors": [
{
"name": "Paul Ryley",
"email": "paul@geminilabs.io"
}
],
"config": {
"preferred-install": "dist"
},
"archive": {
"exclude": [
"/+",
"/tests",
"/.*",
"/*.md",
"/*.js",
"/*.json",
"/*.lock",
"/*.sh",
"/*.xml"
]
},
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=5.6",
"composer/installers": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/yaml": "^3.4"
}
}