Skip to content

Commit 2b16b04

Browse files
authored
Merge pull request #8 from biscofil/master
laravel 8
2 parents 33ac2e0 + 3a8d68c commit 2b16b04

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel Vuetable (Laravel 7.x/6.x/5.x Package)
1+
# Laravel Vuetable (Laravel 8.x/7.x/6.x/5.x Package)
22

33
[![Build Status](https://travis-ci.org/santigarcor/laravel-vuetable.svg?branch=master)](https://travis-ci.org/santigarcor/laravel-vuetable)
44
[![Latest Stable Version](https://poser.pugx.org/santigarcor/laravel-vuetable/v/stable)](https://packagist.org/packages/santigarcor/laravel-vuetable)
@@ -8,12 +8,12 @@
88

99
Laravel Vuetable is the backend component that can work with the [Vuetable component](https://github.com/ratiw/vuetable-2).
1010

11-
The latest release requires [PHP](https://php.net) 7.2.5-7.4 and supports Laravel 5.7, 5.8, 6.* and 7.*
11+
The latest release requires [PHP](https://php.net) 7.2.5-7.4 and supports Laravel 5.7, 5.8, 6.* ,7.* and 8.*
1212

13-
| Laravel Vuetable | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 |
14-
|-------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|
15-
| < 1.0 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x: |:x: |
16-
| \> 1.0 |:x: |:x: |:x: |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
13+
| Laravel Vuetable | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 |
14+
|-------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|
15+
| < 1.0 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x: |:x: |:x: |
16+
| \> 1.0 |:x: |:x: |:x: |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
1717

1818
## Installation
1919
1. Run the composer require command from your terminal:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=7.2.5",
14-
"illuminate/database": "^5.7|^6.0|^7.0",
15-
"illuminate/http": "^5.7|^6.0|^7.0",
16-
"illuminate/support": "^5.7|^6.0|^7.0"
14+
"illuminate/database": "^5.7|^6.0|^7.0|^8.0",
15+
"illuminate/http": "^5.7|^6.0|^7.0|^8.0",
16+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^7.5",
20-
"orchestra/testbench": "^3.7",
19+
"phpunit/phpunit": "^9.0",
20+
"orchestra/testbench": "^3.7|^6.0",
2121
"mockery/mockery": "^1.2.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)