-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 1.08 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
{
"name": "phrozenbyte/pico-http-params",
"type": "pico-plugin",
"description": "This is Pico's official HTTP parameters plugin to access GET and POST parameters in Twig templates. Pico is a stupidly simple, blazing fast, flat file CMS.",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-http-params", "html-form", "sanitization", "validation" ],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "Daniel Rudolf",
"homepage": "http://daniel-rudolf.de/",
"role": "Lead Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/PhrozenByte/pico-http-params/graphs/contributors"
}
],
"support": {
"docs": "http://picocms.org/docs/pico-http-params/",
"issues": "https://github.com/PhrozenByte/pico-http-params/issues",
"source": "https://github.com/PhrozenByte/pico-http-params"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": [ "PicoHttpParams.php" ]
}
}