-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 844 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 844 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
{
"name": "skip405/kickbox-wordpress",
"description": "This package provides a Kickbox Email Verification API-client that uses WordPress HTTP-requests functions. Ideal if you want to employ Kickbox email verification in a WordPress plugin or theme.",
"license": "MIT",
"keywords": ["kickbox", "wordpress", "email verification"],
"autoload": {
"psr-4": {
"Skip405\\Kickbox\\WordPress\\": "src/"
}
},
"authors": [
{
"name": "skip405",
"email": "skip405@gmail.com"
}
],
"require": {
"php": ">=7.0",
"ext-json": "*"
},
"require-dev": {
"wp-coding-standards/wpcs": "2.*"
},
"support": {
"email": "skip405@gmail.com",
"issues": "https://github.com/skip405/kickbox-wordpress/issues"
}
}