mirror of
https://gh.wpcy.net/https://github.com/fairpm/mini-fair-repo.git
synced 2026-06-20 02:32:22 +08:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "fairpm/mini-fair-repo",
|
|
"description": "Transform your WP site into a FAIR Package Management Repository",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"version": "0.1.0",
|
|
"authors": [
|
|
{
|
|
"name": "FAIR Contributors"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/fairpm/mini-fair-repo",
|
|
"support": {
|
|
"issues": "https://github.com/fairpm/mini-fair-repo/issues",
|
|
"source": "https://github.com/fairpm/mini-fair-repo"
|
|
},
|
|
"require": {
|
|
"php": ">=8.3",
|
|
"yocto/yoclib-multibase": "^1.2",
|
|
"simplito/elliptic-php": "^1.0",
|
|
"spomky-labs/cbor-php": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"humanmade/coding-standards": "^1.2"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"inc/"
|
|
]
|
|
},
|
|
"config": {
|
|
"lock": false,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "@php ./vendor/bin/phpcs .",
|
|
"format": "@php ./vendor/bin/phpcbf ."
|
|
}
|
|
}
|