-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
35 lines (35 loc) · 1002 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": "manuakasam/sam-user",
"description": "A simple useable module to quickly glue together ZfcUser, BjyAuthorize and Doctrine 2",
"type": "library",
"license": "BSD-3-Clause",
"homepage": "https://github.com/bjyoungblood/BjyAuthorize",
"keywords": [
"zf2",
"zfc-user",
"bjy-authorize",
"doctrine-orm-module",
"doctrine"
],
"authors": [
{
"name": "Manuel Stosic",
"email": "[email protected]",
"homepage": "http://samminds.com/",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"doctrine/doctrine-orm-module": ">=0.7",
"zf-commons/zfc-user": ">=0.1",
"zf-commons/zfc-user-doctrine-orm": ">=0.1",
"bjyoungblood/bjy-authorize": ">=1.2"
},
"autoload": {
"psr-0": {
"SamUser\\": "src/"
}
}
}