forked from aces/Loris
-
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) · 759 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 759 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
{
"name": "aces/loris",
"license" : "GPL-3.0+",
"description" : "LORIS (Longitudinal Online Research and Imaging System) is a web-accessible database solution for neuroimaging.",
"repositories" : [
{
"type" : "pear",
"url" : "https://pear.php.net"
}
],
"require" : {
"smarty/smarty" : "~3.1",
"PHPOffice/PHPExcel": "1.8.*",
"firebase/php-jwt" : "~3.0",
"pear-pear.php.net/HTML_QuickForm" : "~3.2"
},
"require-dev" : {
"squizlabs/php_codesniffer" : "2.5.*",
"phpunit/phpunit" : "4.3.*",
"phpunit/dbunit": ">=1.2",
"facebook/webdriver" : "dev-master"
},
"autoload" : {
"classmap": ["php/libraries", "php/exceptions"]
}
}