Skip to content

Commit d72586c

Browse files
author
achacha
committed
pull #116
1 parent 290fb46 commit d72586c

File tree

8 files changed

+2004
-1054
lines changed

8 files changed

+2004
-1054
lines changed

composer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"pjax",
1212
"grid",
1313
"laravel-5",
14-
"laravel5"
14+
"laravel5",
15+
"laravel6"
1516
],
1617
"homepage": "https://github.com/leantony/laravel-grid",
1718
"authors": [
@@ -22,23 +23,23 @@
2223
}
2324
],
2425
"require": {
25-
"illuminate/view": "~5.5",
26-
"illuminate/support": "~5.5",
27-
"illuminate/console": "~5.5",
28-
"illuminate/contracts": "~5.5",
29-
"illuminate/http": "~5.5",
30-
"illuminate/database": "~5.5",
31-
"illuminate/pagination": "~5.5"
26+
"illuminate/view": "^5.5|^6",
27+
"illuminate/support": "^5.5|^6",
28+
"illuminate/console": "^5.5|^6",
29+
"illuminate/contracts": "^5.5|^6",
30+
"illuminate/http": "^5.5|^6",
31+
"illuminate/database": "^5.5|^6",
32+
"illuminate/pagination": "^5.5|^6"
3233
},
3334
"suggest": {
3435
"maatwebsite/excel": "For exporting grid data as excel (~3.0)",
3536
"barryvdh/laravel-dompdf": "For exporting grid data as PDF (^0.8.2)"
3637
},
3738
"require-dev": {
38-
"phpunit/phpunit": "~7.0",
39-
"orchestra/testbench": "~3.0",
40-
"orchestra/testbench-dusk": "^3.5",
41-
"phpunit/php-code-coverage": "^6.0",
39+
"phpunit/phpunit": "^8.3",
40+
"orchestra/testbench": "~4.0",
41+
"orchestra/testbench-dusk": "^4.5",
42+
"phpunit/php-code-coverage": "^7.0",
4243
"barryvdh/laravel-dompdf": "^0.8.2",
4344
"maatwebsite/excel": "^3.0"
4445
},

0 commit comments

Comments
 (0)