forked from debesha/DoctrineProfileExtraBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 934 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
{
"name": "janwebdev/doctrine-hydration-profiler-bundle",
"type": "symfony-bundle",
"description": "Information about hydration of doctrine entities at the profiler",
"keywords": [
"debesha",
"profiler",
"extra",
"bundle",
"doctrine",
"symfony"
],
"homepage": "https://github.com/debesha/DoctrineProfileExtraBundle",
"license": "MIT",
"authors": [
{
"name": "Dmytro Malyshenko",
"homepage": "http://malyshenko.com"
}
],
"require": {
"php": ">=7.2.5",
"doctrine/orm": "^2.11",
"doctrine/doctrine-bundle": "^2.5",
"symfony/framework-bundle": "^2.1|^3.0|^4.0|^5.0",
"symfony/twig-bundle": "^2.0|^3.0|^4.0|^5.0",
"twig/twig": "^1.12|^2.0|^3.0"
},
"autoload": {
"psr-4": {
"Debesha\\DoctrineProfileExtraBundle\\": "."
}
}
}