forked from yohang/FrequenceWebContactBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.35 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "frequence-web/contact-bundle",
"type": "symfony-bundle",
"description": "Event-based contact bundle",
"keywords": [
"contact",
"bundle",
"event"
],
"license": "MIT",
"authors": [
{
"name": "Yohan Giarelli",
"homepage": "http://github.com/yohang"
}
],
"require": {
"php": "^7.4",
"symfony/framework-bundle": "^4.3 || ^5.0",
"symfony/form": "^4.3",
"symfony/twig-bundle": "^4.3"
},
"require-dev": {
"symfony/browser-kit": "^4.3",
"symfony/css-selector": "^4.3",
"symfony/dom-crawler": "^4.3",
"symfony/finder": "^4.3",
"symfony/swiftmailer-bundle": "^3.4",
"symfony/phpunit-bridge": "^4.3",
"symfony/yaml": "^4.3",
"symfony/templating": "^4.3",
"symfony/translation": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/config": "^4.3",
"symfony/routing": "^4.3",
"symfony/validator": "^4.3"
},
"suggest": {
"symfony/swiftmailer-bundle": "If your want to use the (default) mail listener."
},
"autoload": {
"psr-0": {
"FrequenceWeb\\Bundle\\ContactBundle": ""
}
},
"target-dir": "FrequenceWeb/Bundle/ContactBundle",
"config": {
"bin-dir": "bin/"
}
}