forked from kitpages/KitpagesDataGridBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 786 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 786 Bytes
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
{
"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": "philippe.levan@kitpages.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.1",
"doctrine/orm": "~2.2",
"twig/twig": "~1.8"
},
"require-dev": {
"beberlei/DoctrineExtensions": "dev-master"
},
"autoload": {
"psr-0": { "Kitpages\\DataGridBundle": "" }
},
"target-dir": "Kitpages/DataGridBundle"
}