forked from Novactive/NovaeZMailingBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.36 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
{
"name": "code-rhapsodie/ibexamailingbundle",
"description": "Code Rhapsodie Ibexa Mailing Bundle is an Ibexa bundle that provides mailing features",
"keywords": [
"mailing",
"newsletter",
"ezpublish",
"code-rhapsodie",
"ezplatform",
"ibexa"
],
"homepage": "https://github.com/code-rhapsodie/IbexaMailingBundle",
"type": "ibexa-bundle",
"license": [
"MIT"
],
"require": {
"php": "^8.1",
"nesbot/carbon": "*",
"phpoffice/phpspreadsheet": "*",
"symfony/browser-kit": "*",
"symfony/workflow": "*",
"ext-json": "*",
"ibexa/core": "^4.0",
"ibexa/admin-ui": "^4.0",
"symfony/mailer": "*"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.0",
"fakerphp/faker": "^1.9",
"phpunit/phpunit": "^10.4",
"doctrine/doctrine-migrations-bundle": "^3.0",
"ekino/phpstan-banned-code": "^1.0",
"friendsofphp/php-cs-fixer": "^3.38",
"phpmd/phpmd": "^2.14"
},
"autoload": {
"psr-4": {
"CodeRhapsodie\\IbexaMailingBundle\\": "bundle"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
},
"scripts": {
"test": [
"./vendor/bin/phpunit tests"
]
}
}