-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
55 lines (52 loc) · 1.62 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "abstractapi/php-phone-validation",
"description": "AbstractPhoneValidation - Wrapper to quickly start using the powerful AbstractAPI's Phone Validation service in your projects.",
"version": "1.0.0",
"type": "library",
"keywords": ["API", "Abstract", "Library", "PHP", "PhoneValidation", "Wrapper", "abstract", "abstractapi", "api", "geolocation", "ip", "ip geolocation", "library", "phone-api", "phone-authentication", "phone-validation", "phone-verification", "php", "php-library", "verify-phone-numbers", "wrapper"]
,
"homepage": "https://github.com/abstractapi/php-phone-validation",
"readme": "README.md",
"time": "2021-04-09",
"license": "MIT",
"authors": [
{
"name": "Benjamin Bouchet",
"email": "[email protected]",
"homepage": "https://www.abstractapi.com"
}
],
"support": {
"source": "https://github.com/abstractapi/php-phone-verification",
"docs": "https://app.abstractapi.com/api/phone-verification/documentation"
},
"scripts": {
"check": [
],
"fix": [
],
"versions": [
]
},
"require": {
"php": ">=5.6",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "7.0.*",
"vlucas/phpdotenv": "^2.0"
},
"suggest": {
},
"autoload": {
"psr-4": {
"Abstractapi\\PhoneValidation\\": "src/AbstractPhoneValidation/"
}
},
"autoload-dev": {
"psr-4": {
"Abstractapi\\PhoneValidation\\Tests\\": "tests/"
}
}
}