|
11 | 11 | "pjax", |
12 | 12 | "grid", |
13 | 13 | "laravel-5", |
14 | | - "laravel5" |
| 14 | + "laravel5", |
| 15 | + "laravel6" |
15 | 16 | ], |
16 | 17 | "homepage": "https://github.com/leantony/laravel-grid", |
17 | 18 | "authors": [ |
|
22 | 23 | } |
23 | 24 | ], |
24 | 25 | "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" |
32 | 33 | }, |
33 | 34 | "suggest": { |
34 | 35 | "maatwebsite/excel": "For exporting grid data as excel (~3.0)", |
35 | 36 | "barryvdh/laravel-dompdf": "For exporting grid data as PDF (^0.8.2)" |
36 | 37 | }, |
37 | 38 | "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", |
42 | 43 | "barryvdh/laravel-dompdf": "^0.8.2", |
43 | 44 | "maatwebsite/excel": "^3.0" |
44 | 45 | }, |
|
0 commit comments