-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·46 lines (46 loc) · 1.35 KB
/
composer.json
File metadata and controls
executable file
·46 lines (46 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
{
"name": "libre-informatique/email-bundle",
"type": "symfony-bundle",
"description": "Email Bundle for Symfony",
"require": {
"php": ">=7.1",
"symfony/symfony": ">=3.2",
"blast-project/core-bundle": "self.version",
"blast-project/base-entities-bundle": "self.version",
"blast-project/outer-extension-bundle": "self.version",
"blast-project/utils-bundle": "self.version",
"libre-informatique/media-bundle": "self.version",
"stfalcon/tinymce-bundle": ">=2.1",
"html2text/html2text": ">=4.0",
"symfony/swiftmailer-bundle": "^3.0",
"friendsofsymfony/jsrouting-bundle": ">=1.6"
},
"require-dev": {
"symfony/phpunit-bridge": ">=3.2",
"phpunit/phpunit": "^6.4"
},
"license": "LGPL-3.0",
"keywords": [
"email",
"spool",
"e-venement",
"sonata",
"symfony"
],
"homepage": "https://github.com/libre-informatique/SymfonyLibrinfoEmailBundle",
"authors": [
{
"name": "Romain SANCHEZ",
"email": "romain.sanchez@libre-informatique.fr"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
}
],
"autoload": {
"psr-4": {
"Librinfo\\EmailBundle\\": "src/"
}
}
}