-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.1 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "php-pike/pike",
"description": "PiKe is a extension library for ZendFramework2/Doctrine2 projects. PiKe has out-of-the-box support for building complete DataTables (jqGrid/Gebo) and many more cool stuff. Just check it out.",
"type": "library",
"license": "MIT",
"keywords": [
"datagrid",
"zendframework2",
"zf2",
"jquery",
"doctrine2",
"datatable",
"grid"
],
"authors": [
{
"name": "Kees Schepers",
"email": "kees@keesschepers.nl",
"homepage": "http://keesschepers.nl/"
},
{
"name": "Pieter Vogelaar",
"email": "pieter@pietervogelaar.nl",
"homepage": "http://pietervogelaar.nl/"
},
{
"name": "Nico Vogelaar",
"email": "nico@nicovogelaar.nl",
"homepage": "http://nicovogelaar.nl/"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Pike\\": "src/"
}
},
"require": {
"php": ">=5.3.3",
"doctrine/orm": "2.3.*",
"zendframework/zendframework" : ">2.0"
}
}