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
30 lines (30 loc) · 888 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 888 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
28
29
30
{
"name": "kitpages/data-grid-bundle",
"type": "symfony-bundle",
"description": "Symfony DataGridBundle",
"keywords": ["Datagrid", "paginator", "filter", "sort"],
"homepage": "https://github.com/kitpages/KitpagesDataGridBundle",
"license": "BSD",
"authors": [
{
"name": "Philippe Le Van",
"email": "philippe.levan@kitpages.fr"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "*",
"doctrine/orm": "*",
"twig/twig": ">=1.8.0"
},
"require-dev": {
"twig/twig": ">=1.8.0",
"doctrine/doctrine-bundle": "*",
"doctrine/orm": "*",
"beberlei/DoctrineExtensions": "dev-master"
},
"autoload": {
"psr-0": { "Kitpages\\DataGridBundle": "" }
},
"target-dir": "Kitpages/DataGridBundle"
}