46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "jublonet/codebird-php",
|
|
"description" : "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
|
|
"keywords": [
|
|
"Twitter",
|
|
"API",
|
|
"networking"
|
|
],
|
|
"homepage": "https://www.jublo.net/projects/codebird/php",
|
|
"license": "GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Atkins",
|
|
"email": "joshua.atkins@jublo.net",
|
|
"homepage": "http://atkins.im/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "J.M.",
|
|
"email": "jm@jublo.net",
|
|
"homepage": "http://mynetx.net/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@jublo.net",
|
|
"issues": "https://github.com/jublonet/codebird-php/issues",
|
|
"source": "https://github.com/jublonet/codebird-php/releases"
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"lib-openssl": "*",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["src/"]
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": ">=0.6",
|
|
"phpunit/phpunit": ">=7.3",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
}
|
|
}
|