-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 877 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 877 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
29
30
31
32
33
{
"name": "faudit/fauditapi",
"type": "library",
"description": "The PHP library for use with the FollowerAudit REST API.",
"keywords": ["twitter audit","follower audit","twitter account audit","twitter account audit api","audit api"],
"license": "GPL-3.0",
"homepage": "https://www.bytesview.com",
"authors": [
{
"name": "Bytesview Analytics",
"email": "contact@bytesview.com",
"homepage": "https://www.bytesview.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/bytesview/followerauditapi-php",
"issues": "https://github.com/bytesview/followerauditapi-php/issues"
},
"repositories": [],
"require": {
"php": "^7.3 || ^7.4 || ^8.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9"
},
"autoload": {
"psr-4": {
"FauditApi\\": "src"
}
}
}