-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
57 lines (57 loc) · 1.67 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "leuchtfeuer/mautic-deutschepost",
"description": "Send postcards or letters with Mautic via Deutsche Post Printmailing",
"license": "GPL-3.0-or-later",
"type": "mautic-plugin",
"homepage": "https://www.Leuchtfeuer.com",
"minimum-stability": "dev",
"authors": [
{
"name": "Leuchtfeuer Digital Marketing GmbH",
"email": "hallo@Leuchtfeuer.com",
"homepage": "https://www.Leuchtfeuer.com"
}
],
"require": {
"ext-json": "*",
"ext-simplexml": "*",
"ext-openssl": "*",
"firebase/php-jwt": "^5.0",
"mautic/core-lib": "^3.2|^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
"phpunit/phpunit": "^9.5.0"
},
"extra": {
"install-directory-name": "LeuchtfeuerPrintmailingBundle"
},
"support": {
"issues": "https://github.com/Leuchtfeuer/mautic-deutschepost/issues",
"source": "https://github.com/Leuchtfeuer/mautic-deutschepost",
"email": "dev@Leuchtfeuer.com"
},
"replace": {
"bitmotion/mautic-deutschepost": "self.version"
},
"autoload": {
"psr-4": {
"MauticPlugin\\LeuchtfeuerPrintmailingBundle\\": ""
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/dennisameling/FOSOAuthServerBundle.git"
}
],
"scripts": {
"cs-fix": "./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.php --using-cache no --show-progress dots -v"
},
"config": {
"allow-plugins": {
"symfony/flex": true,
"php-http/discovery": false
}
}
}