wordpress-activitypub-event.../composer.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2024-03-08 15:54:20 +01:00
{
"name": "menrath/wordpress-activitypub-event-extensions",
"description": "The ActivityPub Event Extensions help for event custom post types to federate properly.",
"type": "wordpress-plugin",
"require": {
"php": ">=8.1.0",
"composer/installers": "^2.0"
2024-03-08 15:54:20 +01:00
},
"require-dev": {
"phpunit/phpunit": "^5.7.21 || ^6.5 || ^7.5 || ^8",
2024-03-08 15:54:20 +01:00
"phpcompatibility/php-compatibility": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"squizlabs/php_codesniffer": "3.*",
"wp-coding-standards/wpcs": "dev-develop",
"yoast/phpunit-polyfills": "^3.0",
2024-03-08 15:54:20 +01:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"sirbrillig/phpcs-variable-analysis": "^2.11",
"phpcsstandards/phpcsextra": "^1.1.0",
"dms/phpunit-arraysubset-asserts": "^0.5.0"
2024-03-08 15:54:20 +01:00
},
"config": {
"allow-plugins": true
},
"allow-plugins": {
"composer/installers": true
},
"license": "AGPL",
"authors": [
{
"name": "André Menrath",
"email": "andre.menrath@event-federation.eu"
}
],
"extra": {
"installer-name": "activitypub-event-extensions"
},
"scripts": {
"lint": [
"vendor/bin/phpcs"
2024-03-08 15:54:20 +01:00
],
"lint:fix": [
"vendor/bin/phpcbf"
2024-09-21 14:12:56 +02:00
],
"test": [
"composer install",
"bin/install-wp-tests.sh wordpress-test root wordpress-test test-db latest true",
"phpunit"
2024-03-08 15:54:20 +01:00
]
}
}