-
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.08 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.08 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": "theodo/accent-bundle",
"description": "Access Control Checker Easy Neat Thorough",
"type": "symfony-bundle",
"keywords": ["security","api-platform","symfony","acl","checks"],
"require": {
"php": "^8.0",
"symfony/config": "^6.0",
"symfony/console": "^6.0",
"symfony/dependency-injection": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/routing": "^6.0"
},
"suggest": {
"api-platform/core": "If you use API Platform v2 or the legacy v3 monolith",
"api-platform/symfony": "If you use API Platform v3+ (recommended)"
},
"autoload": {
"psr-4": {
"Theodo\\AccentBundle\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Paul Molin",
"email": "paulm@theodo.fr"
},
{
"name": "Kevin Raynel",
"email": "kevinr@theodo.fr"
}
],
"require-dev": {
"phpstan/phpstan": "^1.8",
"friendsofphp/php-cs-fixer": "^3.9",
"api-platform/symfony": "^3.0"
}
}