forked from johnbillion/extended-cpts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 688 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 688 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
{
"name": "johnbillion/extended-cpts",
"description": "A library which provides extended functionality to WordPress custom post types and taxonomies.",
"homepage": "https://github.com/johnbillion/extended-cpts/",
"license": "GPL-2.0+",
"authors": [
{
"name": "John Blackbourn",
"homepage": "https://johnblackbourn.com/"
}
],
"require": {
"php": "^7.0"
},
"require-dev": {
"johnbillion/php-docs-standards": "^1.2",
"phpunit/phpunit": "^5.7",
"slevomat/coding-standard": "^4.0",
"wp-coding-standards/wpcs": "^0.13.0"
},
"autoload": {
"files": [
"extended-cpts.php"
]
},
"suggest": {
"wpackagist-plugin/rewrite-testing": "Rewrite Rule Testing"
}
}