-
- Downloads
Merge branch 'composer_and_clients_update' into 'master'
Composer and clients update See merge request !3
Showing
README.txt
0 → 100644
... | ... | @@ -8,16 +8,20 @@ |
{ | ||
"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.0", | ||
"jards/eventsapiclient": "=3.2", | ||
"jards/gcsjardsapiclient": "=2.1", | ||
"silex/silex" : "^2.3", | ||
"jards/eventsapiclient": "=3.3", | ||
"jards/gcsjardsapiclient": "=2.2", | ||
"phpmailer/phpmailer": ">=6.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^5.0" | ||
"phpunit/phpunit": "^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { "jards\\eventsapi\\": "lib/", | ||
... | ... |
This diff is collapsed.
No preview for this file type
Please register or sign in to comment