aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json')
-rw-r--r--public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json b/public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json
new file mode 100644
index 0000000..a7c0814
--- /dev/null
+++ b/public/system/storage/vendor/guzzlehttp/oauth-subscriber/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "guzzlehttp/oauth-subscriber",
+ "description": "Guzzle OAuth 1.0 subscriber",
+ "homepage": "http://guzzlephp.org/",
+ "keywords": ["oauth", "guzzle"],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "require": {
+ "php": ">=5.4.0",
+ "guzzlehttp/guzzle": "~4.0|~5.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "autoload": {
+ "psr-4": { "GuzzleHttp\\Subscriber\\Oauth\\": "src" }
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.1-dev"
+ }
+ }
+}