forked from jupitern/table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (31 loc) · 855 Bytes
/
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
{
"name" : "jupitern/table",
"description": "HTML table generation for PHP. integrates with your favourite orm and js library",
"keywords" : ["PHP html table generation", "framework", "ORM", "dataTables", "jQuery", "UI"],
"homepage" : "https://github.com/jupitern/table",
"license" : "MIT",
"authors" : [
{
"name" : "Nuno Chaves",
"email" : "[email protected]",
"role" : "Developer"
}
],
"support": {
"source": "https://github.com/jupitern/table",
"issues": "https://github.com/jupitern/table/issues"
},
"require" :{
"php": ">=5.6",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Jupitern\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
}
}