-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 1.05 KB
/
composer.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.05 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
{
"name": "glavweb/datagrid-bundle",
"description": "GLAVWEB DatagridBundle",
"authors": [
{
"name": "nilov",
"email": "nilov@glavweb.ru",
"homepage": "http://glavweb.ru"
},
{
"name": "GLAVWEB Community",
"homepage": "https://github.com/glavweb/GlavwebDatagridBundle/contributors"
}
],
"require": {
"php": ">=7.2.5",
"symfony/config": "^4.0|^5.0|^6.0|^7.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
"doctrine/orm": "^2.3|^3.3",
"doctrine/doctrine-bundle": "^2.0",
"glavweb/data-schema-bundle": "^2.7.0",
"ext-json": "*"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3",
"phpunit/phpunit": "^6.4"
},
"autoload": {
"exclude-from-classmap": ["ci", "build"],
"psr-4": { "Glavweb\\DatagridBundle\\": "" }
},
"autoload-dev": {
"psr-4": { "Glavweb\\DatagridBundle\\Tests\\": "" }
}
}