-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 792 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "roots/wp-stage-switcher",
"type": "wordpress-plugin",
"license": "MIT",
"description": "WordPress plugin that allows you to switch between different environments from the admin bar",
"homepage": "https://roots.io/plugin/stage-switcher/",
"authors": [
{
"name": "Ben Word",
"email": "ben@benword.com",
"homepage": "https://github.com/retlehs"
},
{
"name": "Scott Walkinshaw",
"email": "scott.walkinshaw@gmail.com",
"homepage": "https://github.com/swalkinshaw"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/roots/wp-stage-switcher/issues",
"forum": "https://discourse.roots.io"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0 || ~2.0"
}
}