forked from FriendsOfSymfony/oauth2-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 756 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 756 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
{
"name": "friendsofsymfony/oauth2-php",
"type": "library",
"description": "OAuth2 library",
"keywords": ["oauth", "oauth2"],
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
"authors": [
{
"name": "Arnaud Le Blanc",
"email": "arnaud.lb@gmail.com"
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/http-foundation": ">=2.0.0, <2.2.0-dev"
},
"autoload": {
"psr-0": { "OAuth2": "lib/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}