mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-16 02:08:56 +05:30
Move zetacomponents/database to "suggest" in composer.json. Fixes #51
This commit is contained in:
parent
41a7125370
commit
3e5b4a1735
@ -5,8 +5,7 @@
|
|||||||
"homepage": "https://github.com/php-loep/oauth2-server",
|
"homepage": "https://github.com/php-loep/oauth2-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0"
|
||||||
"zetacomponents/database": "dev-master"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": ">=0.7.2"
|
"mockery/mockery": ">=0.7.2"
|
||||||
@ -43,5 +42,7 @@
|
|||||||
"League\\OAuth2\\Server": "src/"
|
"League\\OAuth2\\Server": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suggest": {}
|
"suggest": {
|
||||||
|
"zetacomponents/database": "Allows use of the build in PDO storage classes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user