-
- Downloads
Update composer dependencies
Conflicts: composer.phar
... | @@ -8,16 +8,20 @@ | ... | @@ -8,16 +8,20 @@ |
{ | { | ||
"type": "vcs", | "type": "vcs", | ||
"url": "https://gitlab.version.fz-juelich.de/jards/GCSJARDSAPIClient.git" | "url": "https://gitlab.version.fz-juelich.de/jards/GCSJARDSAPIClient.git" | ||
}, | |||
{ | |||
"type" : "vcs", | |||
"url" : "https://gitlab.version.fz-juelich.de/jards/Silex.git" | |||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"silex/silex": ">=2.0", | "silex/silex" : "^2.3", | ||
"jards/eventsapiclient": "=3.2", | "jards/eventsapiclient": "=3.2", | ||
"jards/gcsjardsapiclient": "=2.1", | "jards/gcsjardsapiclient": "=2.1", | ||
"phpmailer/phpmailer": ">=6.0" | "phpmailer/phpmailer": ">=6.0" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^5.0" | "phpunit/phpunit": "^7.0" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { "jards\\eventsapi\\": "lib/", | "psr-4": { "jards\\eventsapi\\": "lib/", | ||
... | ... |
This diff is collapsed.
No preview for this file type
Please register or sign in to comment