Swapped oauth lib
This commit is contained in:
parent
dc06f37320
commit
84231d9434
1 changed files with 10 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "picklesphp/pickles",
|
"name": "picklesphp/pickles",
|
||||||
"description": "Pickles is a PHP framework for building kick-ass services",
|
"description": "Pickles is a PHP framework for building kick-ass services",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["framework", "api", "soa", "oauth"],
|
"keywords": ["framework", "api", "soa", "oauth"],
|
||||||
"homepage": "http://picklesphp.com",
|
"homepage": "http://picklesphp.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Josh Sherman",
|
"name": "Josh Sherman",
|
||||||
"email": "josh@gravityblvd.com",
|
"email": "josh@gravityblvd.com",
|
||||||
"homepage": "http://joshtronic.com"
|
"homepage": "http://joshtronic.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -18,12 +18,12 @@
|
||||||
},
|
},
|
||||||
"minimum-stability" : "dev",
|
"minimum-stability" : "dev",
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "dev-master",
|
"phpunit/phpunit": "dev-master",
|
||||||
"satooshi/php-coveralls": "dev-master"
|
"satooshi/php-coveralls": "dev-master"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=5.4",
|
||||||
"league/oauth2-server": "3.2.*"
|
"bshaffer/oauth2-server-php": "v1.5"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue