{ "name": "eternal-terror/giglogadmin", "description": "Assign reviewers and photographers to concerts for WordPress", "type": "wordpress-plugin", "license": "AGPLv3", "authors": [ { "name": "Harald Eilertsen", "email": "haraldei@anduin.net" }, { "name": "Andrea Chirulescu", "email": "andrea.chirulescu@gmail.com" } ], "config": { "allow-plugins": { "composer/installers": true } }, "scripts": { "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'" }, "require": { "php": ">=8.1", "kigkonsult/icalcreator": "~2.39.0" }, "require-dev": { "wp-phpunit/wp-phpunit": "^6.0", "yoast/phpunit-polyfills": "^1.0" } }