forked from bueltge/wordpress-admin-style
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 685 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 685 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
{
"name": "bueltge/wordpress-admin-style",
"description": "Shows the WordPress admin styles on one page to help you to develop WordPress compliant",
"minimum-stability": "stable",
"license": "MIT",
"type": "wordpress-plugin",
"homepage": "https://github.com/bueltge/wordpress-admin-style",
"authors": [
{
"name": "Inpsyde GmbH",
"homepage": "https://inpsyde.com",
"email": "info@inpsyde.com",
"role": "Company"
},
{
"name": "Frank Bültge",
"homepage": "https://bueltge.de",
"email": "frank@bueltge.de",
"role": "Developer"
}
],
"require": {
"php": ">5.2.4",
"composer/installers": "~1.0"
}
}