forked from collectiveaccess/pawtucket2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 797 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 797 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
{
"require": {
"phpunit/phpunit": "5.7",
"maximebf/debugbar": ">=1.0.0",
"elasticsearch/elasticsearch": "~5.0",
"monolog/monolog": "~1.0",
"knplabs/github-api": "~2.7",
"php-http/guzzle6-adapter": "~1.1.1",
"ezyang/htmlpurifier": "~4.9",
"easyrdf/easyrdf": "0.9.*",
"hoa/compiler": "~3.17",
"hoa/visitor": "~2.17",
"collectiveaccess/service-wrapper": "v1.1.1",
"phpoffice/phppresentation": "1.0.0",
"phpoffice/phpword": "v0.18.*",
"phpoffice/phpexcel": "v1.8.1",
"tedivm/stash": "0.14.*",
"pear/file_marc": "~1.2",
"dompdf/dompdf": "~2.0.0",
"scholarslab/bagit": "~0.2",
"guzzlehttp/guzzle": "~6.5.7",
"guzzlehttp/psr7": "^1.4",
"joshralph/password-policy": "~0.2",
"james-heinrich/getid3": "^1.9.20"
}
}