-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·35 lines (35 loc) · 1.08 KB
/
composer.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.08 KB
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": "talosdigital/backend-php-fullstack",
"description": "backend-php-fullstack",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lorenzoferrarajr/ZendOAuth.git"
}
],
"homepage": "http://www.talosdigital.com",
"require": {
"php": ">=5.3",
"zendframework/zendframework": "2.*@stable",
"doctrine/mongodb-odm" : "1.*@dev",
"doctrine/doctrine-mongo-odm-module": "0.*",
"outeredge/swagger-module": "dev-master",
"zf-commons/zfc-user": "0.*",
"zf-commons/zfc-user-doctrine-mongo-odm": "0.*",
"bjyoungblood/bjy-authorize": "1.2.*",
"facebook/php-sdk-v4" : "4.0.*",
"myzend/core": "0.*",
"myzend/email": "0.*",
"myzend/geolocation": "0.*",
"imagine/Imagine": "dev-master",
"zendframework/zendoauth": "dev-master",
"zendframework/zendservice-twitter": "2.1.0",
"zend/gdata": "dev-master",
"paypal/rest-api-sdk-php" : "0.5.*"
}
}