-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
64 lines (54 loc) · 1.7 KB
/
composer.json
File metadata and controls
64 lines (54 loc) · 1.7 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cloudxxx/api",
"description": "cloud.xxx – Backend API and Workers",
"license": "proprietary",
"config": {
"github-oauth": {"github.com": "9aea5b2c88ea7d54b81b7ef7880055f150e68633"}
},
"autoload": {
"psr-0": {
"Cloud\\": "src/",
"CloudOutbound\\": "src/"
}
},
"repositories": [
{"type": "vcs", "url": "https://github.com/xoob/serializer"}
],
"require": {
"php": ">=5.5.7",
"ext-bcmath": "*",
"ext-redis": "*",
"silex/silex": "~1.2",
"monolog/monolog": "~1.10",
"herrera-io/silex-wise": "~1.0",
"symfony/console": "~2.5",
"symfony/process": "~2.5",
"symfony/finder": "~2.5",
"symfony/security": "~2.5",
"symfony/dom-crawler": "~2.5",
"symfony/css-selector": "~2.5",
"symfony/serializer": "~2.5",
"symfony/monolog-bridge": "~2.5",
"symfony/validator": "~2.5",
"symfony/debug": "~2.5",
"doctrine/orm": "~2.4",
"doctrine/data-fixtures": "~1.0",
"dflydev/doctrine-orm-service-provider": "~1.0",
"guzzlehttp/guzzle": "~4.0",
"guzzlehttp/streams": "~1.1",
"aws/aws-sdk-php": "~2.6",
"aws/aws-sdk-php-silex": "~1.1",
"kriswallsmith/spork": "dev-master",
"pagerfanta/pagerfanta": "~1.0",
"jms/serializer": "dev-master",
"php-ffmpeg/php-ffmpeg": "~0.4",
"raven/raven": "~0.9",
"zencoder/zencoder-php": "~2.2",
"chh/cache-service-provider": "~1.1",
"sybio/image-workshop": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpunit/php-invoker": "~1.1"
}
}