2026-01-28 23:23:05 +01:00
|
|
|
{
|
|
|
|
|
"name": "magdev/wp-fedistream",
|
|
|
|
|
"description": "Stream music over ActivityPub - Build your own music streaming platform for Musicians and Labels",
|
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marco Graetsch",
|
|
|
|
|
"email": "magdev3.0@gmail.com",
|
|
|
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://src.bundespruefstelle.ch/magdev/wp-fedistream",
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://src.bundespruefstelle.ch/magdev/wp-fedistream/issues"
|
|
|
|
|
},
|
2026-01-29 12:03:05 +01:00
|
|
|
"repositories": [
|
|
|
|
|
{
|
2026-01-29 18:18:14 +01:00
|
|
|
"type": "path",
|
|
|
|
|
"url": "lib/wc-licensed-product-client"
|
2026-01-29 12:03:05 +01:00
|
|
|
}
|
|
|
|
|
],
|
2026-01-28 23:23:05 +01:00
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.3",
|
2026-02-02 22:48:10 +01:00
|
|
|
"magdev/wc-licensed-product-client": "^0.2"
|
2026-01-28 23:23:05 +01:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^10.0",
|
|
|
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
|
|
|
"wp-coding-standards/wpcs": "^3.0",
|
|
|
|
|
"phpcompatibility/phpcompatibility-wp": "*"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"WP_FediStream\\": "includes/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload-dev": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"WP_FediStream\\Tests\\": "tests/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"allow-plugins": {
|
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
|
},
|
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
|
"sort-packages": true,
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "8.3.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"phpcs": "phpcs",
|
|
|
|
|
"phpcbf": "phpcbf",
|
|
|
|
|
"test": "phpunit"
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"prefer-stable": true
|
|
|
|
|
}
|