-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 783 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 783 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
{
"name": "vendor/corpus-shell",
"description": "Description of project corpus_shell.",
"authors": [
{
"name": "Omar Siam",
"email": "Omar.Siam@oeaw.ac.at"
},
{
"name": "Matej Ďurčo",
"email": "Matej.Durco@oeaw.ac.at"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "4.3.*",
"phpunit/phpunit-skeleton-generator": "2.0.*"
},
"autoload": {
"psr-4": {
"ACDH\\FCSSRU\\mysqlonsru\\":"modules/mysqlonsru/",
"ACDH\\FCSSRU\\switchAggregator\\": "modules/fcs-aggregator/",
"jmathai\\phpMultiCurl\\EpiCurl\\":"modules/utils-php/",
"ACDH\\FCSSRU\\":"modules/utils-php/"
}
}
}