Skip to content

Commit 33ac2e0

Browse files
authored
Merge pull request #6 from Maia-TI/fix_breaking_upgrades
Improve readme and fix travis.yml
2 parents 5b19c39 + fe8c6cd commit 33ac2e0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4
@@ -13,7 +12,7 @@ env:
1312
matrix:
1413
fast_finish: true
1514
include:
16-
- php: 7.1
15+
- php: 7.2
1716
env: setup=lowest
1817
- php: 7.4
1918
env: setup=stable

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel Vuetable (Laravel 7.x/6.x/5.4 Package)
1+
# Laravel Vuetable (Laravel 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,19 @@
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.*
12+
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:|
17+
1118
## Installation
1219
1. Run the composer require command from your terminal:
1320

14-
composer require "santigarcor/laravel-vuetable:0.1.*"
21+
composer require "santigarcor/laravel-vuetable"
1522

16-
2. If you have disabled the package discovery in your `config/app.php`:
23+
2. If you laravel version not supported the package discovery, set in your `config/app.php`:
1724
- In the providers array add:
1825

1926
Vuetable\VuetableServiceProvider::class,

0 commit comments

Comments
 (0)