forked from FormHandler/FormHandler-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 794 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
{
"name": "formhandler/formhandler-legacy",
"type": "library",
"description": "Compatibility code for old style FormHandler",
"homepage": "http://www.formhandler.net/",
"license": "LGPL-2.1",
"support": {
"forum": "http://www.formhandler.net/forum_index.html",
"docs": "http://www.formhandler.net/manual/manual.html",
"issues": "https://github.com/FormHandler/FormHandler/issues"
},
"authors": [
{
"name": "Marien den Besten",
"homepage": "http://www.formhandler.net/",
"role": "Project lead"
}
],
"require": {
"formhandler/formhandler": "dev-master"
},
"autoload": {
"classmap": ["src/"]
},
"extra": {
"dev-master": "v3.3.x-dev"
}
}