-
- Downloads
feat: edit composer.json and README for this fork
BREAKING CHANGE: new name for the composer package
{ | { | ||
"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" | |||
} | } | ||
} | } |
Please register or sign in to comment