-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 821 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": "afbora/kirby-loader",
"description": "Plugins loader from multiple roots for Kirby",
"keywords": [
"kirby3",
"kirby4",
"kirby5"
],
"version": "2.3.0",
"type": "kirby-plugin",
"license": "MIT",
"homepage": "https://github.com/afbora/kirby-loader",
"support": {
"email": "[email protected]"
},
"authors": [
{
"name": "Ahmet Bora",
"email": "[email protected]",
"homepage": "https://github.com/afbora/kirby-loader"
}
],
"require": {
"php": "^7.4|^8.0",
"getkirby/composer-installer": "^1.2"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}