forked from NickCL2/ultimate-posts-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 732 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 732 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": "bostondv/ultimate-posts-widget",
"type": "wordpress-plugin",
"license": "MIT",
"description": "The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.",
"homepage": "http://wordpress.org/plugins/ultimate-posts-widget/",
"authors": [
{
"name": "Boston Dell-Vandenberg",
"email": "boston@pomelodesign.com",
"homepage": "https://github.com/bostondv/"
}
],
"keywords": [
"wordpress"
],
"support": {
"issues": "https://github.com/bostondv/ultimate-posts-widget/issues/",
"forum": "http://wordpress.org/support/plugin/ultimate-posts-widget/"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}