diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-02 15:19:13 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-02 16:03:59 -0400 |
commit | d04def0558581e97b608a505f9e5a21557bc47fa (patch) | |
tree | 07a7c1923378fcfd126d5db1314a01e58ecff014 /phpBB/composer.lock | |
parent | 2090a5020cec1d0488fa79c31da232517bff775b (diff) | |
download | forums-d04def0558581e97b608a505f9e5a21557bc47fa.tar forums-d04def0558581e97b608a505f9e5a21557bc47fa.tar.gz forums-d04def0558581e97b608a505f9e5a21557bc47fa.tar.bz2 forums-d04def0558581e97b608a505f9e5a21557bc47fa.tar.xz forums-d04def0558581e97b608a505f9e5a21557bc47fa.zip |
[feature/oauth] Update lusitanian/oauth to stable branch
PHPBB3-11673
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r-- | phpBB/composer.lock | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 4bd73be2fe..d1b90c3a3a 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -3,28 +3,34 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "2b416686326d0308f977924abc825639", + "hash": "1be626fe7a2e4d450a6e8d67b9a31fb4", "packages": [ { "name": "lusitanian/oauth", - "version": "dev-master", + "version": "v0.2.1", "source": { "type": "git", "url": "https://github.com/Lusitanian/PHPoAuthLib.git", - "reference": "b7e96d0c36f17aa8a217b6be897363bb2cc93286" + "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/b7e96d0c36f17aa8a217b6be897363bb2cc93286", - "reference": "b7e96d0c36f17aa8a217b6be897363bb2cc93286", + "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/00c667d93058e983fc1b7d3d1cebdb1bc03fb043", + "reference": "00c667d93058e983fc1b7d3d1cebdb1bc03fb043", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { + "phpunit/phpunit": "3.7.*", + "predis/predis": "0.8.*@dev", "symfony/http-foundation": "~2.1" }, + "suggest": { + "predis/predis": "Allows using the Redis storage backend.", + "symfony/http-foundation": "Allows using the Symfony Session storage backend." + }, "type": "library", "extra": { "branch-alias": { @@ -33,7 +39,8 @@ }, "autoload": { "psr-0": { - "OAuth": "src" + "OAuth": "src", + "OAuth\\Unit": "tests" } }, "notification-url": "https://packagist.org/downloads/", @@ -47,7 +54,9 @@ }, { "name": "Pieter Hordijk", - "email": "info@pieterhordijk.com" + "email": "info@pieterhordijk.com", + "homepage": "https://pieterhordijk.com", + "role": "developer" } ], "description": "PHP 5.3+ oAuth 1/2 Library", @@ -57,7 +66,7 @@ "oauth", "security" ], - "time": "2013-07-12 12:56:37" + "time": "2013-08-29 21:40:04" }, { "name": "symfony/config", @@ -199,17 +208,17 @@ }, { "name": "symfony/http-foundation", - "version": "v2.1.11", + "version": "v2.1.12", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "v2.1.11" + "reference": "79fd1ab0b85e782d342e83799b39b729fd1a30ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.1.11", - "reference": "v2.1.11", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/79fd1ab0b85e782d342e83799b39b729fd1a30ee", + "reference": "79fd1ab0b85e782d342e83799b39b729fd1a30ee", "shasum": "" }, "require": { @@ -222,6 +231,7 @@ "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -237,7 +247,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2013-05-26 18:42:07" + "time": "2013-08-07 13:58:42" }, { "name": "symfony/http-kernel", @@ -1288,9 +1298,9 @@ ], "minimum-stability": "beta", - "stability-flags": { - "lusitanian/oauth": 20 - }, + "stability-flags": [ + + ], "platform": [ ], |