forked from owncloud/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 2.05 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
54
55
56
57
58
59
60
61
62
63
{
"name": "owncloud/core",
"description": "A safe home for all your data",
"license": "AGPL-1.0",
"config" : {
"vendor-dir": "lib/composer",
"optimize-autoloader": true,
"classmap-authoritative": false,
"platform": {
"php": "5.6.32"
}
},
"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.7",
"mikey179/vfsStream": "^1.6",
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "dev-master",
"sensiolabs/behat-page-object-extension": "^2.0",
"behat/behat": "^3.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"rdx/behat-variables": "^1.2"
},
"require": {
"php": ">=5.4.1",
"doctrine/dbal": "^2.5",
"phpseclib/phpseclib": "^2.0",
"rackspace/php-opencloud": "v1.9.2",
"jeremeamia/superclosure": "2.1.0",
"bantu/ini-get-wrapper": "v1.0.1",
"punic/punic": "^1.6",
"pear/archive_tar": "1.4.3",
"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": "^5.4",
"guzzlehttp/guzzle": "^5.3",
"league/flysystem": "^1.0",
"pear/pear-core-minimal": "^v1.10",
"interfasys/lognormalizer": "^v1.0",
"deepdiver1975/TarStreamer": "v0.1.0",
"patchwork/jsqueeze": "^2.0",
"symfony/polyfill-php70": "^1.0",
"lukasreschke/id3parser": "^0.0.1",
"sabre/dav": "^3.2",
"deepdiver/zipstreamer": "^1.1"
}
}