|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "hash": "b50cdf1c09be1b7696e6ca2f95a9e5e2",
|
|
|
+ "hash": "ba9c0437196577b6006030095f3a42d9",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/composer",
|
|
@@ -407,6 +407,82 @@
|
|
|
"User management"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "hwi/oauth-bundle",
|
|
|
+ "version": "dev-master",
|
|
|
+ "target-dir": "HWI/Bundle/OAuthBundle",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/hwi/HWIOAuthBundle",
|
|
|
+ "reference": "8397d4b0dd878bbac4abd60ab22480ce9ca7bb28"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/hwi/HWIOAuthBundle/zipball/8397d4b0dd878bbac4abd60ab22480ce9ca7bb28",
|
|
|
+ "reference": "8397d4b0dd878bbac4abd60ab22480ce9ca7bb28",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "symfony/framework-bundle": ">=2.0,<2.2-dev",
|
|
|
+ "symfony/security-bundle": ">=2.0,<2.2-dev",
|
|
|
+ "kriswallsmith/buzz": "0.7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/orm": "*",
|
|
|
+ "friendsofsymfony/user-bundle": "*",
|
|
|
+ "symfony/twig-bundle": "*",
|
|
|
+ "symfony/validator": ">=2.0,<2.2-dev"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
|
|
|
+ "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions",
|
|
|
+ "doctrine/doctrine-bundle": "to use Doctrine user provider"
|
|
|
+ },
|
|
|
+ "time": "1346424865",
|
|
|
+ "type": "symfony-bundle",
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "HWI\\Bundle\\OAuthBundle": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Geoffrey Bachelet",
|
|
|
+ "email": "geoffrey.bachelet@gmail.com",
|
|
|
+ "homepage": "https://github.com/ubermuda"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Alexander",
|
|
|
+ "email": "alexander@hardware.info"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Contributors",
|
|
|
+ "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Support for authenticating users via oauth in Symfony2.",
|
|
|
+ "homepage": "http://github.com/hwi/HWIOAuthBundle",
|
|
|
+ "keywords": [
|
|
|
+ "security",
|
|
|
+ "oauth",
|
|
|
+ "oauth2",
|
|
|
+ "github",
|
|
|
+ "twitter",
|
|
|
+ "firewall",
|
|
|
+ "google",
|
|
|
+ "facebook",
|
|
|
+ "linkedin",
|
|
|
+ "windows live",
|
|
|
+ "vkontakte",
|
|
|
+ "oauth1",
|
|
|
+ "sensio connect"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "jms/aop-bundle",
|
|
|
"version": "1.0.0",
|
|
@@ -789,6 +865,51 @@
|
|
|
"minification"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "kriswallsmith/buzz",
|
|
|
+ "version": "v0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://github.com/kriswallsmith/Buzz.git",
|
|
|
+ "reference": "v0.7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/kriswallsmith/Buzz/zipball/v0.7",
|
|
|
+ "reference": "v0.7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-curl": "*"
|
|
|
+ },
|
|
|
+ "time": "2012-06-25 19:01:38",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Buzz": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kris Wallsmith",
|
|
|
+ "email": "kris.wallsmith@gmail.com",
|
|
|
+ "homepage": "http://kriswallsmith.net/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Lightweight HTTP client",
|
|
|
+ "homepage": "https://github.com/kriswallsmith/Buzz",
|
|
|
+ "keywords": [
|
|
|
+ "curl",
|
|
|
+ "http client"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "dev-master",
|
|
@@ -1992,6 +2113,7 @@
|
|
|
"minimum-stability": "dev",
|
|
|
"stability-flags": {
|
|
|
"composer/composer": 20,
|
|
|
+ "hwi/oauth-bundle": 20,
|
|
|
"nelmio/solarium-bundle": 20,
|
|
|
"snc/redis-bundle": 20,
|
|
|
"white-october/pagerfanta-bundle": 20
|