forked from chrisweb/zend-framework-1-oauth-2-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 852 Bytes
/
composer.json
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
35
{
"name": "chrisweb/zend-framework-1-oauth-2-library",
"type": "library",
"description": "Zend Framework 1 OAuth 2 library",
"version": "1.1.2",
"keywords": [
"zend framework",
"zf",
"zf1",
"zend",
"oauth2",
"authorization"
],
"homepage": "https://github.com/chrisweb/zend-framework-1-oauth-2-library",
"license": "MIT",
"require": {
"php": ">=5.2.11"
},
"autoload": {
"psr-0": {
"Chrisweb": "library"
}
},
"authors": [
{
"name": "Chris Weber",
"email": "[email protected]",
"homepage": "http://www.chris.lu",
"role": "Developer"
}
],
"support": {
"github": "https://github.com/chrisweb/zend-framework-1-oauth-2-library/issues"
}
}