-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 981 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
{
"name": "e9li/kirby-fire",
"description": "Generate cache with command",
"type": "kirby-plugin",
"license": "MIT",
"version": "0.1.2",
"authors": [
{
"name": "Rafael Egli",
"email": "rafael@e9li.com",
"homepage": "https://www.e9li.com"
}
],
"support": {
"docs": "https://github.com/e9li/kirby-fire/blob/main/README.md",
"source": "https://github.com/e9li/kirby-fire",
"issues": "https://github.com/e9li/kirby-fire/issues"
},
"keywords": [
"kirby",
"kirby-cms",
"kirby-plugin",
"cache"
],
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"getkirby/composer-installer": "^1.2",
"symfony/http-client": "^7.0",
"symfony/browser-kit": "^7.0"
}
}