aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-12 16:22:58 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 14:22:42 -0400
commit3254f7c02bc34d962705e94cea528969441d4b11 (patch)
tree35510f603b416639c207d2f886edfb26339909da
parentaf693493985ca32faba4850f7fe060213f404f37 (diff)
downloadforums-3254f7c02bc34d962705e94cea528969441d4b11.tar
forums-3254f7c02bc34d962705e94cea528969441d4b11.tar.gz
forums-3254f7c02bc34d962705e94cea528969441d4b11.tar.bz2
forums-3254f7c02bc34d962705e94cea528969441d4b11.tar.xz
forums-3254f7c02bc34d962705e94cea528969441d4b11.zip
[feature/oauth] Include OAuth library in composer.json
PHPBB3-11673
-rw-r--r--phpBB/composer.json1
-rw-r--r--phpBB/composer.lock70
2 files changed, 59 insertions, 12 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index bf693d1950..20fe42735b 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -1,6 +1,7 @@
{
"minimum-stability": "beta",
"require": {
+ "lusitanian/oauth": "0.1.*@dev",
"symfony/config": "2.1.*",
"symfony/dependency-injection": "2.1.*",
"symfony/event-dispatcher": "2.1.*",
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index 1ba6cb6f83..4bd73be2fe 100644
--- a/phpBB/composer.lock
+++ b/phpBB/composer.lock
@@ -3,9 +3,63 @@
"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": "6e6125b88160e28568edcb9fd007abed",
+ "hash": "2b416686326d0308f977924abc825639",
"packages": [
{
+ "name": "lusitanian/oauth",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
+ "reference": "b7e96d0c36f17aa8a217b6be897363bb2cc93286"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/b7e96d0c36f17aa8a217b6be897363bb2cc93286",
+ "reference": "b7e96d0c36f17aa8a217b6be897363bb2cc93286",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "symfony/http-foundation": "~2.1"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "OAuth": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "David Desberg",
+ "email": "david@daviddesberg.com"
+ },
+ {
+ "name": "Pieter Hordijk",
+ "email": "info@pieterhordijk.com"
+ }
+ ],
+ "description": "PHP 5.3+ oAuth 1/2 Library",
+ "keywords": [
+ "Authentication",
+ "authorization",
+ "oauth",
+ "security"
+ ],
+ "time": "2013-07-12 12:56:37"
+ },
+ {
"name": "symfony/config",
"version": "v2.1.11",
"target-dir": "Symfony/Component/Config",
@@ -29,7 +83,6 @@
"Symfony\\Component\\Config": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -79,7 +132,6 @@
"Symfony\\Component\\DependencyInjection": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -128,7 +180,6 @@
"Symfony\\Component\\EventDispatcher": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -171,7 +222,6 @@
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -233,7 +283,6 @@
"Symfony\\Component\\HttpKernel": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -286,7 +335,6 @@
"Symfony\\Component\\Routing": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -328,7 +376,6 @@
"Symfony\\Component\\Yaml": ""
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -374,7 +421,6 @@
"Twig_": "lib/"
}
},
- "notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3"
],
@@ -1242,9 +1288,9 @@
],
"minimum-stability": "beta",
- "stability-flags": [
-
- ],
+ "stability-flags": {
+ "lusitanian/oauth": 20
+ },
"platform": [
],