-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 957 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
{
"name": "flextype-plugins/indexnow",
"type": "project",
"description": "Indexnow is a small Flextype plugin for quickly notifying search engines using indexnow protocol whenever their website content is changed.",
"keywords": ["index", "plugin", "flextype"],
"homepage": "https://awilum.github.io/flextype/downloads/extend/plugins/indexnow",
"license": "MIT",
"authors": [
{
"name": "Sergey Romanenko",
"email": "awilum@msn.com",
"homepage": "https://awilum.github.io"
}
],
"support": {
"issues": "https://github.com/flextype-plugins/indexnow/issues"
},
"require": {
"php": "^8.1",
"ext-json": "*"
},
"config": {
"apcu-autoloader": true,
"optimize-autoloader": true,
"platform-check": false,
"sort-packages": true
},
"autoload": {
"classmap": [
"src"
]
}
}