-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
35 lines (35 loc) · 919 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
{
"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",
"api-platform/core": "^3.0"
},
"autoload": {
"psr-4": {
"Theodo\\AccentBundle\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Paul Molin",
"email": "[email protected]"
},
{
"name": "Kevin Raynel",
"email": "[email protected]"
}
],
"require-dev": {
"phpstan/phpstan": "^1.8",
"friendsofphp/php-cs-fixer": "^3.9"
}
}