-
- Downloads
fix composer require for eventsapiclient and gcsjardsapiclient
... | ... | @@ -16,9 +16,9 @@ |
], | ||
"require": { | ||
"silex/silex" : "^2.3", | ||
"phpmailer/phpmailer": ">=6.0", | ||
"jards/eventsapiclient": "dev-php8.1_deprecations", | ||
"jards/gcsjardsapiclient": "dev-php8.1_deprecations", | ||
"phpmailer/phpmailer": ">=6.0" | ||
"jards/gcsjardsapiclient": "dev-php8.1_deprecations" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5.5" | ||
... | ... |
Please register or sign in to comment