-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.2 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
{
"name": "xorgxx/neox-notify-bundle",
"description": "simple sending notification ",
"type": "symfony-bundle",
"license": "proprietary",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"ext-fileinfo": "*",
"doctrine/doctrine-bundle": "^2.8 || ^3.0",
"doctrine/orm": "^2.14 || ^3.0",
"symfony/notifier": "^6.3||^6.4||^7.0",
"symfony/string": "^6.3||^6.4||^7.0",
"symfony/framework-bundle": "^6.3||^6.4||^7.0",
"symfony/validator": "^6.3||^6.4||^7.0",
"symfony/form": "^6.3||^6.4||^7.0",
"symfony/mailer": "^6.3||^6.4||^7.0",
"symfony/mercure-bundle": "^0.3.6",
"symfony/mime": "^6.3||^6.4||^7.0",
"doctrine/annotations": "^2.0",
"twig/cache-extra": "^3.5",
"twig/cssinliner-extra": "^v3.4.0",
"twig/extra-bundle": "^2.12|^3.0",
"twig/inky-extra": "^v3.4.0",
"twig/intl-extra": "^v3.4.0",
"twig/string-extra": "^3.4.0",
"twig/twig": "^2.12|^3.0",
"symfony/messenger": "^6.3||^6.4||^7.0"
},
"autoload": {
"psr-4": {
"NeoxNotify\\NeoxNotifyBundle\\": "src/"
}
}
}