-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 704 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 704 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
{
"name": "ocean90/public-post-preview",
"description": "WordPress plugin to allow anonymous users to preview a post before it is published.",
"homepage": "https://wordpress.org/plugins/public-post-preview/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Dominik Schilling",
"homepage": "https://dominikschilling.de/"
}
],
"support": {
"issues": "https://github.com/ocean90/public-post-preview/issues",
"forum": "https://wordpress.org/support/plugin/public-post-preview",
"source": "https://github.com/ocean90/public-post-preview"
},
"config": {
"sort-packages": true,
"preferred-install": "dist"
},
"require": {
"php": ">=5.6"
}
}