-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
26 lines (26 loc) · 845 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
{
"name": "digitalshift/mailbox-persistence-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 Bundle to persist instance from mailbox-persitence-bundle.",
"keywords": ["mail", "mime", "persistence", "mailbox"],
"homepage": "https://github.com/soeren-helbig/DigitalshiftMailboxPersistenceBundle",
"license": "MIT",
"authors": [
{
"name": "Soeren Helbig",
"email": "soeren.helbig@digitalshift.de",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"digitalshift/mailbox-abstraction-bundle": "dev-master",
"symfony/http-foundation": "2.4.*"
},
"autoload": {
"psr-0": {
"Digitalshift\\MailboxPersistenceBundle": ""
}
},
"target-dir": "Digitalshift/MailboxPersistenceBundle"
}