-
- Downloads
Update composer.json
{ | ||
"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", | ||
"minimum-stability": "stable", | ||
"authors": [ | ||
... | ... | @@ -17,15 +17,17 @@ |
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/privacyidea/sdk-client" | ||
"url": "https://github.com/privacyidea/php-client" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.6", | ||
"phpunit/phpunit": "*", | ||
"internations/http-mock": ">=0.14.0", | ||
"curl/curl": "*", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "*", | ||
"internations/http-mock": ">=0.14.0", | ||
} | ||
} |
Please register or sign in to comment