summaryrefslogtreecommitdiff
path: root/http/codebird-php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'http/codebird-php/composer.json')
-rw-r--r--http/codebird-php/composer.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/http/codebird-php/composer.json b/http/codebird-php/composer.json
new file mode 100644
index 0000000..cf43f02
--- /dev/null
+++ b/http/codebird-php/composer.json
@@ -0,0 +1,45 @@
+{
+ "name": "jublonet/codebird-php",
+ "description" : "Easy access to the Twitter REST API, Collections API, Streaming 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": {
+ "satooshi/php-coveralls": ">=0.6",
+ "phpunit/phpunit": ">=3.7",
+ "squizlabs/php_codesniffer": "2.*"
+ }
+}