Skip to content
Snippets Groups Projects
Unverified Commit 10a3c94b authored by Nils Behlen's avatar Nils Behlen Committed by GitHub
Browse files

Update composer.json

parent 49c16436
Branches
Tags
No related merge requests found
{
"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",
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment