forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.69 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"config" : {
"vendor-dir": "lib/composer",
"optimize-autoloader": true,
"classmap-authoritative": false
},
"autoload" : {
"psr-4": {
"OC\\": "lib/private",
"OC\\Core\\": "core/",
"OC\\Settings\\": "settings/",
"OCP\\": "lib/public"
}
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"phpunit/phpunit": "^5.5",
"mikey179/vfsStream": "^1.6"
},
"require": {
"php": ">=5.4.1",
"doctrine/dbal": "^2.5",
"mcnetic/zipstreamer": "^1.0",
"phpseclib/phpseclib": "2.0.3",
"rackspace/php-opencloud": "v1.9.2",
"jeremeamia/superclosure": "2.1.0",
"bantu/ini-get-wrapper": "v1.0.1",
"natxet/CssMin": "v3.0.4",
"punic/punic": "1.6.3",
"pear/archive_tar": "^1.4",
"patchwork/utf8": "^1.3",
"symfony/console": "^3.1",
"symfony/event-dispatcher": "^3.1",
"symfony/routing": "^3.1",
"symfony/process": "^3.1",
"pimple/pimple": "3.0.2",
"nikic/php-parser": "1.4.1",
"icewind/Streams": "0.5.2",
"swiftmailer/swiftmailer": "@stable",
"guzzlehttp/guzzle": "5.3.1",
"league/flysystem": "1.0.20",
"pear/pear-core-minimal": "v1.10.1",
"interfasys/lognormalizer": "^v1.0",
"deepdiver1975/TarStreamer": "v0.1.0",
"patchwork/jsqueeze": "^2.0",
"kriswallsmith/assetic": "1.3.2",
"symfony/polyfill-php70": "^1.0",
"lukasreschke/id3parser": "^0.0.1",
"sabre/dav": "^3.2",
"doctrine/migrations": "^1.4"
}
}