-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathcomposer.json
38 lines (38 loc) · 895 Bytes
/
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
30
31
32
33
34
35
36
37
38
{
"name": "upstatement/jigsaw",
"type": "library",
"description": "Provides an easy API for developers to tweak the admin options of a WordPress install",
"keywords": [
"wordpress",
"admin",
"tweaks"
],
"homepage": "http://upstatement.com",
"license": "MIT",
"authors": [
{
"name": "Jared Novack",
"email": "[email protected]",
"homepage": "http://upstatement.com"
}
],
"support": {
"issues": "https://github.com/upstatement/jigsaw/issues",
"wiki": "https://github.com/upstatement/jigsaw/wiki",
"source": "https://github.com/upstatement/jigsaw"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "1.0.*"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
]
}