forked from yajra/laravel-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.07 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
{
"name": "yajra/laravel-datatables-oracle",
"description": "jQuery DataTables API for Laravel 4|5",
"keywords" : ["laravel4","laravel5","laravel","datatables","datatable","datatables jquery plugin"],
"license": "MIT",
"authors": [
{
"name": "Arjay Angeles",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0",
"illuminate/database": "~5.0",
"illuminate/view": "~5.0",
"illuminate/http": "~5.0",
"illuminate/filesystem": "~5.0",
"league/fractal": "~0.12",
"laravelcollective/html": "~5.0",
"maatwebsite/excel": "^2.0",
"dompdf/dompdf": "^0.7"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"barryvdh/laravel-snappy": "Allows exporting of dataTable to PDF using the print view."
},
"autoload": {
"psr-4": {
"Yajra\\Datatables\\": "src/"
}
},
"minimum-stability": "stable"
}