mirror of
https://gh.wpcy.net/https://github.com/fairpm/did-manager.git
synced 2026-04-21 03:39:41 +08:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"name": "fairpm/did-manager",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.4",
|
|
"simplito/elliptic-php": "^1.0",
|
|
"spomky-labs/cbor-php": "^3.1",
|
|
"thecodingmachine/safe": "^3.3",
|
|
"yocto/yoclib-multibase": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.84",
|
|
"phpstan/phpstan": "^2.1",
|
|
"phpunit/phpunit": "^12.2",
|
|
"roave/security-advisories": "dev-latest",
|
|
"thecodingmachine/phpstan-safe-rule": "^1.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FAIR\\": "src/FAIR"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|