forked from vymak/grido
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
63 lines (63 loc) · 1.98 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "futurerockstars/grido",
"type": "library",
"description": "Grido - DataGrid for Nette Framework",
"keywords": ["datagrid", "datalist", "tablegrid", "grid", "list", "table", "nette"],
"homepage": "http://o5.github.io/grido-examples/",
"license": ["MIT"],
"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"
}
},
"autoload-dev": {
"psr-4": {
"Grido\\Tests\\": "tests"
}
},
"require": {
"php": ">=7.4.0 <8.0.0",
"latte/latte": "^2.7.4",
"nette/application": "^3.1.9",
"nette/forms": "^3.1.11",
"nette/http": "^3.2.0",
"nette/utils": "^3.2.9|^4.0.0",
"symfony/property-access": "^5.4.22|^6.0.19"
},
"require-dev": {
"dibi/dibi": "^4.0.0",
"doctrine/persistence": "^1.3.8",
"kdyby/doctrine": "dev-master",
"kdyby/doctrine-cache": "^3.0.1",
"mockery/mockery": "^1.6.2",
"nette/bootstrap": "^3.1.4",
"nette/database": "^3.1.7",
"nette/di": "^3.1.2",
"nette/reflection": "^2.4.0",
"nette/robot-loader": "^3.1.4",
"nette/tester": "^2.4.0",
"orisai/coding-standard": "^3.7.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1.0",
"phpstan/phpstan-nette": "^1.2.0",
"phpstan/phpstan-strict-rules": "^1.5.0",
"staabm/annotate-pull-request-from-checkstyle": "^1.8.0",
"tracy/tracy": "^2.6.8"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}