https://github.com/aces/Loris
Raw File
Tip revision: 83a1f29bd889f8cf9bc2aeb3884588c258383edc authored by nicolasbrossard on 14 June 2016, 16:40:09 UTC
Changed Upload process logs panel title to "Log viewer"
Tip revision: 83a1f29
composer.json
{
    "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"]
    }
}
back to top