-
- Downloads
Update composer.json
{ | { | ||
"name": "privacyidea/privacyidea-php-client", | "name": "privacyidea/privacyidea-php-client", | ||
"description": "This is the privacyIDEA-PHP-Client. The library that will help you to connect your plugin to the privacyIDEA server using REST APIs.", | "description": "PHP Client to easy the use of the privacyIDEA API.", | ||
"license": "AGPL-3.0-or-later", | "license": "AGPL-3.0-or-later", | ||
"minimum-stability": "stable", | "minimum-stability": "stable", | ||
"authors": [ | "authors": [ | ||
... | @@ -17,15 +17,17 @@ | ... | @@ -17,15 +17,17 @@ |
"repositories": [ | "repositories": [ | ||
{ | { | ||
"type": "vcs", | "type": "vcs", | ||
"url": "https://github.com/privacyidea/sdk-client" | "url": "https://github.com/privacyidea/php-client" | ||
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.6", | "php": ">=5.6", | ||
"phpunit/phpunit": "*", | |||
"internations/http-mock": ">=0.14.0", | |||
"curl/curl": "*", | "curl/curl": "*", | ||
"ext-json": "*", | "ext-json": "*", | ||
"ext-curl": "*" | "ext-curl": "*" | ||
}, | |||
"require-dev": { | |||
"phpunit/phpunit": "*", | |||
"internations/http-mock": ">=0.14.0", | |||
} | } | ||
} | } |
Please register or sign in to comment