-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
35 lines (35 loc) · 1.01 KB
/
composer.json
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
{
"name": "stevegrunwell/one-time-callbacks",
"description": "Enable WordPress actions and filter callbacks to be called exactly once.",
"type": "wordpress-muplugin",
"license": "MIT",
"keywords": [
"wordpress",
"wordpress-plugin",
"wordpress-plugin-api"
],
"authors": [
{
"name": "Steve Grunwell",
"email": "[email protected]",
"homepage": "https://stevegrunwell.com"
}
],
"support": {
"issues": "https://github.com/stevegrunwell/one-time-callbacks/issues",
"source": "https://github.com/stevegrunwell/one-time-callbacks"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.3",
"composer/installers": "^1.5"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "^0.14"
},
"autoload": {
"files": ["one-time-callbacks.php"]
}
}