-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 753 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 753 Bytes
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
33
34
{
"name": "soderlind/dio-cron",
"description": "Run wp-cron on all public sites in a multisite network with Action Scheduler integration and network admin interface",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/soderlind/dio-cron",
"authors": [
{
"name": "Per Søderlind",
"email": "per@soderlind.no",
"homepage": "https://soderlind.no"
}
],
"keywords": [
"wordpress",
"wp",
"multisite",
"cron",
"action-scheduler",
"admin-interface",
"github actions"
],
"support": {
"issues": "https://github.com/soderlind/dio-cron/issues"
},
"require": {
"yahnis-elsts/plugin-update-checker": "^5.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}