forked from Nayjest/Grids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.12 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
{
"name": "nayjest/grids",
"description": "Grids for Laravel 4 & Laravel 5 frameworks",
"keywords": [
"grid",
"tables",
"html",
"laravel",
"database",
"eloquent",
"bootstrap",
"laravel-5",
"laravel5"
],
"homepage": "https://github.com/Nayjest/Grids",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Vitalii [Nayjest] Stepanenko",
"email": "mail@vitaliy.in",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": ">=4.2",
"nayjest/builder": "~2"
},
"suggest": {
"laravelcollective/html": "Required to work with Laravel 5.X",
"maatwebsite/excel": "Required to work with Excel export component"
},
"autoload": {
"psr-4": {
"Nayjest\\Grids\\": "src/"
}
},
"support": {
"email": "mail@vitaliy.in",
"source": "https://github.com/Nayjest/Grids",
"issues": "https://github.com/Nayjest/Grids/issues"
},
"minimum-stability": "dev"
}