forked from o5/grido
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.06 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
{
"name": "o5/grido",
"type": "library",
"description": "Grido - DataGrid for Nette Framework",
"keywords": ["datagrid", "datalist", "tablegrid", "grid", "list", "table", "nette"],
"homepage": "http://o5.github.io/grido-sandbox/",
"license": ["BSD-3", "GPL-2.0", "GPL-3.0"],
"authors": [{
"name": "Petr Bugyík",
"homepage": "http://petr.bugyik.cz/"
}],
"support": {
"issues": "https://github.com/o5/grido/issues/",
"forum": "http://forum.nette.org/cs/13109-grido-datagrid-pro-nette/"
},
"autoload": {
"psr-4": {
"Grido\\": "src/"
}
},
"require": {
"php": ">=5.3",
"nette/nette": "~2.0"
},
"require-dev": {
"nette/nette" : ">=2.2.4",
"nette/tester": "@dev",
"mockery/mockery": "@dev",
"dibi/dibi": "@dev",
"kdyby/doctrine": "@dev",
"squizlabs/php_codesniffer": "~2.0.0"
},
"suggest": {
"symfony/property-access": "Allows to use Grido\\PropertyAccessors\\SymfonyPropertyAccessor"
}
}