-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
40 lines (40 loc) · 1000 Bytes
/
composer.json
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
35
36
37
38
39
40
{
"name": "hofmannsven/mark-posts",
"description": "Mark and highlight posts, pages and posts of custom post types within the posts overview.",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"wordpress-plugin"
],
"license": "GPL-2.0+",
"authors": [
{
"name": "Sven Hofmann",
"email": "[email protected]",
"homepage": "https://hofmannsven.com",
"role": "Developer"
},
{
"name": "Michael Schönrock",
"email": "[email protected]",
"homepage": "https://www.halloecho.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/hofmannsven/mark-posts/issues",
"wiki": "https://github.com/hofmannsven/mark-posts/wiki",
"source": "https://github.com/hofmannsven/mark-posts"
},
"require": {
"php": "^7.0|^8.0"
},
"require-dev": {
"roots/wordpress": "^6.7"
},
"config": {
"allow-plugins": {
"roots/wordpress-core-installer": true
}
}
}