forked from ypnos-web/cakephp-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.18 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
46
47
48
{
"name": "jeffersonsimaogoncalves/cakephp-datatables",
"description": "jQuery DataTables for CakePHP 3",
"homepage": "https://github.com/jeffersonsimaogoncalves/cakephp-datatables",
"type": "cakephp-plugin",
"keywords": [
"cakephp",
"datatables"
],
"license": "MIT",
"authors": [
{
"name": "Frank Heider",
"homepage": "https://github.com/fheider",
"role": "Author"
},
{
"name": "Johannes Jordan",
"homepage": "https://github.com/ypnos-web",
"role": "Author"
},
{
"name": "Jefferson Simão Gonçalves",
"homepage": "https://github.com/jeffersonsimaogoncalves"
}
],
"require": {
"php": ">=7.0",
"cakephp/cakephp": "^3.6",
"jeffersonsimaogoncalves/cakephp-utility": ">=5.1.0"
},
"support": {
"issues": "https://github.com/jeffersonsimaogoncalves/cakephp-datatables/issues",
"source": "https://github.com/jeffersonsimaogoncalves/cakephp-datatables"
},
"autoload": {
"psr-4": {
"DataTables\\": "src"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"sort-packages": true,
"htaccess-protect": true,
"optimize-autoloader": true
}
}