-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (33 loc) · 864 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (33 loc) · 864 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
{
"name" : "corycollier/wordpress-setup",
"description" : "Wordpress Setup",
"license" : "MIT",
"minimum-stability": "alpha",
"authors": [
{
"name" : "Cory Collier",
"email": "corycollier@corycollier.com"
}
],
"require": {
"johnpbloch/wordpress": "4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "1.*",
"sebastian/phpcpd" : "*",
"phpunit/phpunit" : "4.3.*",
"theseer/phpdox" : "0.7.*",
"phploc/phploc" : "*",
"neuralys/jslint" : "v1.0.0",
"phpmd/phpmd" : "@stable",
"wp-cli/wp-cli" : "0.17.*",
"phpunit/phpunit-selenium" : "1.4.2",
"emagister/selenium-server": "2.43.*"
},
"repositories": [
{
"type":"composer",
"url" :"http://wpackagist.org"
}
]
}