forked from iridescent-dev/pico-multilanguage-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.53 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
{
"name": "iridescent-dev/pico-multilanguage-plugin",
"description": "A plugin to support content and theme in different languages.",
"type": "pico-plugin",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-multilanguage-plugin", "iridescent" ],
"homepage": "https://github.com/iridescent-dev/pico-multilanguage-plugin",
"license": "MIT",
"authors": [
{
"name": "Véronique Seguela",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Richard Martin-Nielsen",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Til Boerner",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/iridescent-dev/pico-multilanguage-plugin/graphs/contributors"
}
],
"support": {
"docs": "https://github.com/iridescent-dev/pico-multilanguage-plugin#readme",
"issues": "https://github.com/iridescent-dev/pico-multilanguage-plugin/issues",
"source": "https://github.com/iridescent-dev/pico-multilanguage-plugin"
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"picocms/pico": "^2.1"
},
"autoload": {
"classmap": [ "MultiLanguage.php" ]
},
"extra": {
"installer-name": "MultiLanguage"
},
"minimum-stability": "beta",
"prefer-stable": true
}