forked from yajra/laravel-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 1 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
{
"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.4.0",
"illuminate/support": "~5.0",
"illuminate/database": "~5.0",
"illuminate/view": "~5.0",
"illuminate/http": "~5.0",
"illuminate/filesystem": "~5.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"league/fractal": "Can be use to transform DataTables output in a proper API format",
"laravelcollective/html": "use 5.1.* for Laravel 5.1 and 5.0.* for Laravel 5.0"
},
"autoload": {
"psr-0": {
"yajra\\Datatables": "src/"
}
},
"minimum-stability": "stable"
}