-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
41 lines (41 loc) · 1.55 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
{
"name": "kunstmaan/form-bundle",
"type": "symfony-bundle",
"description": "Managing forms, fields and their submissions by the user is a key functionality missing in most platforms. By leveraging the KunstmaanPagePartBundle system in the KunstmaanFormBundle users gain an easy way to create and manage the form on their website, again without having to worry about the technical side of things.",
"keywords": ["kunstmaan", "cms", "forms"],
"homepage": "https://github.com/Kunstmaan/KunstmaanFormBundle",
"license": "MIT",
"authors": [
{
"name": "Kunstmaan Team",
"homepage": "http://www.kunstmaan.be/",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.2|^8.0",
"behat/transliterator": "~1.2",
"symfony/swiftmailer-bundle": "^2.3|^3.0",
"kunstmaan/admin-bundle": "^5.9|^6.0",
"kunstmaan/adminlist-bundle": "^5.9|^6.0",
"kunstmaan/node-bundle": "^5.9|^6.0",
"kunstmaan/pagepart-bundle": "^5.9|^6.0",
"stof/doctrine-extensions-bundle": "^1.3",
"symfony/css-selector": "^3.4|^4.4"
},
"require-dev": {
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"symfony/phpunit-bridge": "^5.1",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": { "Kunstmaan\\FormBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.10-dev"
}
}
}