-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 860 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 860 Bytes
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
{
"name": "laminas/laminas-mvc-form",
"description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
"type": "metapackage",
"license": "BSD-3-Clause",
"keywords": [
"laminas",
"mvc",
"form"
],
"homepage": "https://laminas.dev",
"support": {
"issues": "https://github.com/laminas/laminas-mvc-form/issues",
"source": "https://github.com/laminas/laminas-mvc-form",
"rss": "https://github.com/laminas/laminas-mvc-form/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
},
"require": {
"doctrine/annotations": "^1.14.3 || ^2.0.1",
"laminas/laminas-form": "^3.10.1",
"laminas/laminas-i18n": "^2.11.2"
}
}