Select Git revision
train_movingmnist.sh
composer.json 834 B
{
"name": "jards/eventsapi",
"repositories": [
{
"type": "vcs",
"url": "https://gitlab.version.fz-juelich.de/jards/EventsAPIClient.git"
},
{
"type": "vcs",
"url": "https://gitlab.version.fz-juelich.de/jards/GCSJARDSAPIClient.git"
},
{
"type" : "vcs",
"url" : "https://gitlab.version.fz-juelich.de/jards/Silex.git"
}
],
"require": {
"silex/silex" : "^2.3",
"jards/eventsapiclient": "dev-php8.1_deprecations",
"jards/gcsjardsapiclient": "dev-php8.1_deprecations",
"phpmailer/phpmailer": ">=6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.5"
},
"autoload": {
"psr-4": { "jards\\eventsapi\\": "lib/",
"jards\\eventsapi\\tests\\": "tests/"
}
}
}