-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 837 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 837 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
{
"name" : "kolyya/oauth-bundle",
"description" : "Oauth",
"version" : "0.1.0",
"type" : "symfony-bundle",
"homepage" : "https://github.com/kolyya",
"license" : "MIT",
"keywords" : ["oauth"],
"authors" : [{
"name" : "Nikolai Gurin",
"email" : "0kolyya@gmail.com"
}],
"require" : {
"php": "^5.5.9 || ^7.0",
"symfony/framework-bundle": "^3.0 || ^4.0",
"symfony/asset": "^3.2 || ^4.0",
"symfony/security-bundle": "^3.0 || ^4.0",
"symfony/twig-bundle": "^3.0 || ^4.0",
"friendsofsymfony/user-bundle": "^2.0",
"hwi/oauth-bundle": "0.6.*|dev-master"
},
"autoload" : {
"psr-4" : { "Kolyya\\OAuthBundle\\" : "" }
},
"extra" : {
"branch-alias" : {
"dev-master" : "0.1.x-dev"
}
}
}