-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
35 lines (35 loc) · 1.02 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": "quickemailverification/quickemailverification",
"version": "1.0.4",
"description": "Official QuickEmailVerification API library client for PHP",
"homepage": "https://quickemailverification.com",
"authors": [
{
"name": "quickemailverification",
"email": "support@quickemailverification.com",
"homepage": "https://quickemailverification.com"
}
],
"keywords": ["quickemailverification", "email verification api", "client", "library", "free", "email", "verify", "validation", "verification", "api", "sandbox api"],
"autoload": {
"psr-0": {
"QuickEmailVerification\\": "lib/"
}
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.4",
"friendsofphp/php-cs-fixer": "^2.3"
},
"support": {
"issues": "https://github.com/quickemailverification/quickemailverification-php/issues"
},
"scripts": {
"test": "./vendor/bin/phpunit",
"fix-style": "./vendor/bin/php-cs-fixer fix ."
},
"license": "MIT"
}