-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.06 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
{
"name": "jeckel-lab/easyadmin-notification-bundle",
"description": "Symfony's Easyadmin simple notification's bundle",
"type": "symfony-bundle",
"require": {
"php": "^7.1",
"jeckel-lab/advanced-types": "^0.3",
"jeckel-lab/clock": "^0.2.0",
"easycorp/easyadmin-bundle": "^3.0",
"jeckel-lab/contract": "^0.1.4"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpro/grumphp": "^0.20.0",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.8",
"phpstan/phpstan": "^0.12.3",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.12"
},
"license": "MIT",
"authors": [
{
"name": "Julien Mercier-Rojas",
"email": "devci@j3ck3l.me"
}
],
"autoload": {
"psr-4": {
"JeckelLab\\NotificationBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\JeckelLab\\NotificationBundle\\": "tests/"
}
},
"minimum-stability": "stable"
}