-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 765 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "skpd/brainworkers",
"authors": [
{
"name": "Dmitry Shabanov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"zendframework/zendframework": "2.1.5",
"doctrine/doctrine-orm-module": "0.7.0",
"zendframework/zend-developer-tools": "dev-master",
"zf-commons/zfc-user": "0.1.1",
"zf-commons/zfc-user-doctrine-orm": "0.1.1",
"bjyoungblood/bjy-profiler": "dev-master",
"bjyoungblood/bjy-authorize": "dev-master",
"cboden/Ratchet": "0.2.*",
"aaron4m/zf2-static-pages": "dev-master",
"mwillbanks/zfc-twitter-bootstrap": "dev-master",
"goalio/goalio-forgotpassword": "dev-master"
}
}