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
27 lines (27 loc) · 828 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 828 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": "success/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": ">5.3.2",
"symfony/framework-bundle": ">=2.1",
"symfony/form": ">=2.1",
"symfony/twig-bundle": ">=2.1",
"symfony/validator": ">=2.1"
},
"suggest": {
"symfony/swiftmailer-bundle": "If your want to use the (default) mail listener."
},
"autoload": {
"psr-0": { "FrequenceWeb\\Bundle\\ContactBundle": "" }
},
"target-dir": "FrequenceWeb/Bundle/ContactBundle"
}