-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathcomposer.json
38 lines (37 loc) · 1.16 KB
/
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
36
37
38
{
"name": "kitpages/data-grid-bundle",
"type": "symfony-bundle",
"description": "Symfony DataGridBundle",
"keywords": ["Datagrid", "paginator", "filter", "sort"],
"homepage": "https://github.com/kitpages/KitpagesDataGridBundle",
"license": "MIT",
"authors": [
{
"name": "Philippe Le Van",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "~3.3|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/translation": "~3.3|~4.0",
"symfony/templating": "~3.3|~4.0",
"doctrine/orm": "~2.5",
"doctrine/doctrine-bundle": "~1.8|~2.0",
"twig/twig": "~1.23|~2.0",
"symfony/twig-bundle": "~3.3|~4.0"
},
"require-dev": {
"symfony/class-loader": "~3.3|~4.0",
"symfony/yaml": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0",
"symfony/browser-kit": "~3.3|~4.0",
"phpunit/phpunit": "~6.1",
"phpunit/dbunit": "~3.0"
},
"autoload": {
"psr-0": { "Kitpages\\DataGridBundle": "" }
},
"target-dir": "Kitpages/DataGridBundle"
}