-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 868 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 868 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
30
{
"name": "gsviec/video",
"description": "Phanbook App",
"minimum-stability": "dev",
"license": "GNU",
"authors": [
{
"name": "Thien Tran",
"email": "hello@phanbook.com"
}
],
"require": {
"swiftmailer/swiftmailer": "@stable",
"league/oauth2-client": "2.2.1",
"elasticsearch/elasticsearch": "~2.0",
"google/apiclient": "1.0.*@beta",
"league/flysystem": "^1.1@dev",
"erusev/parsedown": "^1.6",
"hashids/hashids": "~2.0",
"aws/aws-sdk-php" : "^3.0",
"chrisboulton/php-resque" : "dev-master",
"league/oauth2-google": "^2.0",
"google/recaptcha": "~1.1"
},
"require-dev": {
"fzaninotto/faker": "1.5.*@dev",
"squizlabs/php_codesniffer": "1.*",
"codeception/codeception": "3.1.3"
}
}