-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
56 lines (56 loc) · 1.51 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "mihdan/mihdan-yandex-turbo-feed",
"description": "Mihdan: Yandex Turbo Feed by mihdan – allows you to convert your site materials into Yandex.Turbo format.",
"type": "wordpress-plugin",
"license": "GPL2",
"authors": [
{
"name": "mihdan",
"email": "[email protected]"
}
],
"keywords": [
"mihdan", "composer", "yandex", "turbo", "feed", "wordpress", "wp", "wp-config", "wordpress-plugin"
],
"support": {
"issues": "https://wordpress.org/support/plugin/mihdan-yandex-turbo-feed"
},
"minimum-stability": "dev",
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true
}
},
"repositories": [
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"php": ">=7.4",
"composer/installers": "*",
"wptrt/admin-notices": "1.0.3",
"wpackagist-plugin/advanced-custom-fields": "6.1.7",
"stoutlogic/acf-builder": "^1.9",
"ext-json": "*",
"wpackagist-plugin/acf-multiple-taxonomy": "^1.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"szepeviktor/phpstan-wordpress": "dev-master"
},
"extra": {
"installer-paths": {
"vendor/{$name}/": ["type:wordpress-plugin"]
}
},
"autoload": {
"classmap": [
"includes"
]
}
}