From 10a3c94bf6e9618caaf6fc275a3dd9957673fba5 Mon Sep 17 00:00:00 2001 From: Nils Behlen <29949516+nilsbehlen@users.noreply.github.com> Date: Tue, 8 Mar 2022 11:42:14 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6d245cc..5f31828 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", } } -- GitLab