-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.2 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.2 KB
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
{
"name": "phrozenbyte/pico-admin",
"type": "pico-plugin",
"description": "This is Pico's official admin plugin. Pico is a stupidly simple, blazing fast, flat file CMS.",
"keywords": ["admin","pico","pico-plugin"],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "Daniel Rudolf",
"homepage": "http://daniel-rudolf.de/",
"role": "Lead Developer"
},
{
"name": "The Pico Community",
"homepage": "https://github.com/PhrozenByte/pico-admin/graphs/contributors",
"role": "Contributors"
}
],
"support": {
"docs": "http://picocms.org/docs/pico-admin/",
"issues": "https://github.com/PhrozenByte/pico-admin/issues",
"source": "https://github.com/PhrozenByte/pico-admin"
},
"repositories": [
{
"type": "vcs",
"url": "/var/www/html/projects/private/pico/Composer-Installers"
}
],
"require": {
"php": ">=5.3.7",
"composer/installers": "dev-master",
"ircmaxell/password-compat": "^1.0"
},
"autoload": {
"psr-0": { "PicoAdmin": "PicoAdmin/" }
}
}