forked from phplicengine/bitly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 743 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 743 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
{
"name": "phplicengine/bitly",
"type": "library",
"description": "Bitly API v4",
"keywords": ["api","restapi", "bitly", "bit.ly", "bitlinks", "bitly-api", "bitly-v4", "bitly-client",
"url-shortener", "urlshortener", "shortener", "shorten-urls", "shortens-links", "link-shortener",
"shorturl", "api-client", "api-rest", "api-server", "api-service", "php", "php7", "php72"],
"license": "Apache-2.0",
"authors": [
{
"name": "PHPLicengine",
"role": "Developer"
}
],
"require": {
"php": ">=7.3",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"PHPLicengine\\": "lib/PHPLicengine"
}
}
}