forked from publishpress/publishpress-planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 954 Bytes
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 954 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
38
{
"name": "publishpress/publishpress",
"description": "WordPress plugin to accelerate your publishing workflow.",
"homepage": "http://publishpress.com/",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"authors": [
{
"name": "PublishPress",
"email": "help@publishpress.com"
},
{
"name": "Alledia",
"email": "help@alledia.com",
"homepage": "https://alledia.com"
},
{
"name": "Anderson Grudtner Martins",
"email": "anderson@grudtner.me",
"homepage": "http://anderson.grudtner.me",
"role": "Lead Developer"
}
],
"autoload": {
"psr-4": {
"PublishPress\\Core\\": "core/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">= 5.4",
"twig/twig": "~1.0",
"pimple/pimple": "~3.0",
"alledia/wordpress-plugin-framework": "dev-development",
"alledia/wordpress-plugin-builder": "dev-development"
}
}