-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
35 lines (35 loc) · 1001 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": "m6web/log-bridge-bundle",
"description": "SF2 Proxy manager Log",
"type": "symfony-bundle",
"autoload": {
"psr-0": { "": "src/" }
},
"minimum-stability" : "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/yaml": "^4.4|^5.0|^6.0",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0"
},
"require-dev": {
"atoum/atoum": "^3.4|^4.0",
"m6web/php-cs-fixer-config": "^2.1",
"symfony/http-foundation": "^4.4|^5.0|^6.0",
"phpstan/phpstan": "^1.7",
"rector/rector": "^0.13.2"
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"config": {
"bin-dir": "bin/"
}
}