-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 993 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "jul6art/audit-bundle",
"type": "symfony-bundle",
"description": "Symfony audit bundle",
"homepage": "https://github.com/jul6art/audit-bundle",
"license": "MIT",
"authors": [
{
"name": "Jul6Art",
"email": "[email protected]",
"homepage": "https://devinthehood.com/"
}
],
"require": {
"php": "^7.4 || ^8.0",
"jul6art/core-bundle": "^1.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.0",
"phpunit/phpunit": "^7.0",
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/var-dumper": "^4.4 || ^5.0"
},
"autoload": {
"psr-4": {
"Jul6Art\\AuditBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "Tests/"
}
}
}