forked from cordoval/SyliusNewsletterBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 801 Bytes
/
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
{
"name": "sylius/newsletter-bundle",
"type": "symfony-bundle",
"description": "Newsletter with multiple senders support.",
"keywords": ["newsletter"],
"homepage": "http://sylius.org",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusNewsletterBundle/contributors"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.*"
},
"suggest": {
"symfony/doctrine-bundle": "*"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\NewsletterBundle": "" }
},
"target-dir": "Sylius/Bundle/NewsletterBundle"
}