-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 592 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "2ndkauboy/unique-title-checker",
"description": "Checks if the title of a post, page or custom post type is unique and warn the editor if not.",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Bernhard Kau"
}
],
"minimum-stability": "stable",
"require-dev": {
"php": ">=5.6",
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}