Skip to content

Commit

Permalink
Merge pull request #8 from biscofil/master
Browse files Browse the repository at this point in the history
laravel 8
  • Loading branch information
santigarcor authored Oct 20, 2020
2 parents 33ac2e0 + 3a8d68c commit 2b16b04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laravel Vuetable (Laravel 7.x/6.x/5.x Package)
# Laravel Vuetable (Laravel 8.x/7.x/6.x/5.x Package)

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

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

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

| Laravel Vuetable | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 |
|-------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|
| < 1.0 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x: |:x: |
| \> 1.0 |:x: |:x: |:x: |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|
| Laravel Vuetable | L5.4 | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 |
|-------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|------------------|
| < 1.0 |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:x: |:x: |:x: |
| \> 1.0 |:x: |:x: |:x: |:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|

## Installation
1. Run the composer require command from your terminal:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/database": "^5.7|^6.0|^7.0",
"illuminate/http": "^5.7|^6.0|^7.0",
"illuminate/support": "^5.7|^6.0|^7.0"
"illuminate/database": "^5.7|^6.0|^7.0|^8.0",
"illuminate/http": "^5.7|^6.0|^7.0|^8.0",
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"orchestra/testbench": "^3.7",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^3.7|^6.0",
"mockery/mockery": "^1.2.0"
},
"autoload": {
Expand Down

0 comments on commit 2b16b04

Please sign in to comment.