forked from aces/Loris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 866 Bytes
/
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
{
"name": "aces/loris",
"license" : "GPL-3.0+",
"description" : "LORIS (Longitudinal Online Research and Imaging System) is a web-accessible database solution for neuroimaging.",
"require" : {
"smarty/smarty" : "~3.1",
"PHPOffice/PHPExcel": "1.8.*",
"firebase/php-jwt" : "~3.0",
"pear-pear.php.net/HTML_QuickForm" : "~3.2",
"google/recaptcha": "~1.1",
"slim/slim": "^3.0"
},
"require-dev" : {
"squizlabs/php_codesniffer" : "2.5.*",
"phpunit/phpunit" : "4.3.*",
"phpunit/dbunit": ">=1.2",
"facebook/webdriver" : "dev-master",
"phpmd/phpmd": "^2.6"
},
"scripts": {
"pre-install-cmd": "mkdir -p project/libraries"
},
"autoload" : {
"classmap": ["project/libraries", "php/libraries", "php/exceptions", "php/interfaces"]
}
}