forked from Section214/S214-Settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 788 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 788 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
{
"name": "section214/s214-settings",
"type": "library",
"description": "A PHP library for implementing a simple, transparent WordPress settings panel.",
"keywords": ["s214", "section214", "settings", "options"],
"homepage": "https://section214.com/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Daniel J Griffiths",
"email": "dgriffiths@section214.com"
}
],
"support": {
"issues": "https://github.com/Section214/S214-Settings/issues"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "3.7.31",
"phpunit/php-invoker": "1.1.3"
},
"minimum-stability": "dev"
}