-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.29 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.29 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
40
41
42
43
44
{
"name": "proklung/web-profilier-bundle",
"description": "Custom profilier for Bitrix+Symfony or Wordpress+Symfony.",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Gavrilov Fedy",
"email": "fedor.gavrilov.75@mail.ru",
"homepage": "https://github.com/ProklUng"
}
],
"support": {
"issues": "https://github.com/ProklUng/web.profilier.bundle/issues",
"source": "https://github.com/ProklUng/web.profilier.bundle.bundle"
},
"autoload": {
"psr-4": {
"Prokl\\WebProfilierBundle\\": "src"
},
"exclude-from-classmap": [
"Tests/"
]
},
"autoload-dev": {
"psr-4": {
"Prokl\\WebProfilierBundle\\Tests\\": "tests"
}
},
"require": {
"php": ">=7.1 || ^8.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/twig-bridge": "^4.4 || ^5.0",
"twig/twig": "^1.43 |^2 | ^3",
"ext-mysqli": "*"
},
"require-dev": {
"proklung/phpunit-testing-tools": "^1.5",
"icanhazstring/composer-unused": "^0.7.5"
}
}