Skip to content
Snippets Groups Projects
Verified Commit 18a01131 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

feat: edit composer.json and README for this fork

BREAKING CHANGE: new name for the composer package
parent 9d45557f
Branches
No related tags found
No related merge requests found
...@@ -2,19 +2,12 @@ ...@@ -2,19 +2,12 @@
This project is intended to ease the use of the privacyIDEA server REST API. This project is intended to ease the use of the privacyIDEA server REST API.
## Requirements ## Install
Curl is required for this project to work. If this project is installed using composer, curl is installed automatically.
A PHP Version >=7.3 is preferred.
## Composer
To install with Composer, run the following command: To install with Composer, run the following command:
`composer require privacyidea/privacyidea-php-client` `composer require cesnet/privacyidea-php-client`
then:
`composer update` ## Disclaimer
Required Composer version is >=2.0. This is a fork of [privacyidea/php-client](https://github.com/privacyidea/php-client) by [@privacyidea](https://github.com/privacyidea), maintained and contributed to by CESNET, z. s. p. o. and Institute of Computer Science, Masaryk University.
{ {
"name": "privacyidea/privacyidea-php-client", "name": "cesnet/privacyidea-php-client",
"description": "PHP Client to easy the use of the privacyIDEA API.", "description": "PHP Client for the privacyIDEA API",
"keywords": ["privacyIDEA", "MFA"],
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"minimum-stability": "stable", "minimum-stability": "stable",
"authors": [ "config": {
{ "platform": {
"name": "Lukas Matusiewicz", "php": "7.4"
"email": "lukas.matusiewicz@netknights.it"
} }
], },
"replace": {
"privacyidea/privacyidea-php-client": "0.9.7"
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"PrivacyIdea\\PHPClient\\": "src" "PrivacyIDEA\\PHPClient\\": "src"
} }
}, },
"repositories": [ "autoload-dev": {
{ "psr-4": {
"type": "vcs", "PrivacyIDEA\\PHPClient\\Test\\": ["tests"]
"url": "https://github.com/privacyidea/php-client"
} }
], },
"require": { "require": {
"php": ">=5.6", "php": "^7.2 || ^8",
"curl/curl": "*",
"ext-json": "*", "ext-json": "*",
"ext-curl": "*" "ext-curl": "*"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "*", "phpunit/phpunit": "^9",
"internations/http-mock": ">=0.14.0" "internations/http-mock": "~0.14.0",
"symplify/easy-coding-standard": "^10.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment