blob: 3159445af1b6e77c6b6756ac5f8eca8d2420c2f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"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": ">=7.4",
"kigkonsult/icalcreator": "~2.39.0"
},
"require-dev": {
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^1.0"
}
}
|