aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-19 17:13:26 -0700
committerzotlabs <mike@macgirvin.com>2017-03-19 17:13:26 -0700
commitf746418fda3f29f4635a26c744990911e8fb6309 (patch)
treeec4f7bba45ca205c2edbd7ca730c4179ac20b083 /vendor/composer/installed.json
parentbe10bf2cebd5d3ee449901cbf6814bf9a284bd10 (diff)
parent1bdab6e633fd023432ed86ad898da1fe4ddc470f (diff)
downloadvolse-hubzilla-f746418fda3f29f4635a26c744990911e8fb6309.tar.gz
volse-hubzilla-f746418fda3f29f4635a26c744990911e8fb6309.tar.bz2
volse-hubzilla-f746418fda3f29f4635a26c744990911e8fb6309.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 1a0de2cb8..439ded955 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -635,5 +635,63 @@
"framework",
"iCalendar"
]
+ },
+ {
+ "name": "bshaffer/oauth2-server-php",
+ "version": "v1.9.0",
+ "version_normalized": "1.9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bshaffer/oauth2-server-php.git",
+ "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/8856aed1a98d6da596ae3f9b8095b5c7a1581697",
+ "reference": "8856aed1a98d6da596ae3f9b8095b5c7a1581697",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.9"
+ },
+ "require-dev": {
+ "aws/aws-sdk-php": "~2.8",
+ "firebase/php-jwt": "~2.2",
+ "mongodb/mongodb": "^1.1",
+ "predis/predis": "dev-master",
+ "thobbs/phpcassa": "dev-master"
+ },
+ "suggest": {
+ "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
+ "firebase/php-jwt": "~1.1 is required to use MondoDB storage",
+ "predis/predis": "Required to use Redis storage",
+ "thobbs/phpcassa": "Required to use Cassandra storage"
+ },
+ "time": "2017-01-06T23:20:00+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-0": {
+ "OAuth2": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brent Shaffer",
+ "email": "bshafs@gmail.com",
+ "homepage": "http://brentertainment.com"
+ }
+ ],
+ "description": "OAuth2 Server for PHP",
+ "homepage": "http://github.com/bshaffer/oauth2-server-php",
+ "keywords": [
+ "auth",
+ "oauth",
+ "oauth2"
+ ]
}
]