-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 900 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "gitory/oauth2-provider",
"description": "OAuth2 provider for the Symfony Security component",
"require": {
"symfony/security": "~2.5",
"bshaffer/oauth2-server-php": "~1.5",
"bshaffer/oauth2-server-httpfoundation-bridge": "~1.0"
},
"require-dev": {
"silex/silex": "~2.0@dev",
"pimple/pimple": "~3.0",
"phpspec/phpspec": "~2.0"
},
"suggest": {
"silex/silex": "Provide a light framework to build PHP applications"
},
"license": "MIT",
"authors": [
{
"name": "Julien Richarte",
"email": "julien.richarte@gmail.com"
},
{
"name": "Mathieu Rochette",
"email": "mathieu@rochette.cc"
}
],
"autoload": {
"psr-4": {
"Gitory\\OAuth2\\": "src/"
}
},
"minimum-stability": "stable"
}