-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
38 lines (38 loc) · 1.14 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
{
"name": "xjsv/cooked",
"description": "Cooked is the absolute best way to create & display recipes with WordPress. SEO optimized (rich snippets), galleries, cooking timers, printable recipes and much more.",
"keywords": [
"wordpress",
"recipe"
],
"homepage": "https://wordpress.org/plugins/cooked/",
"version": "1.9.6",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"optimize-autoloader": true
},
"authors": [
{
"name": "Armand Tresova",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/XjSv/Cooked/issues",
"forum": "https://github.com/XjSv/Cooked/discussions",
"wiki": "https://github.com/XjSv/Cooked/wiki",
"source": "https://github.com/XjSv/Cooked",
"security": "https://github.com/XjSv/Cooked?tab=security-ov-file"
},
"optimize-autoloader": true,
"require": {
"php": ">=7.4.0",
"nxp/math-executor": "^2.3"
},
"require-dev": {
"php": "^7 || ^8"
}
}