diff --git a/composer.json b/composer.json index 6d245cc38efd56dbf5f74ecf04d9a4a5eac15fbe..5f31828a798613b568ad6ad17f270c469b4733c8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "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", } }