Skip to content

Commit da835c5

Browse files
authored
Merge pull request #4 from biscofil/master
Laravel 7
2 parents 1288d24 + 7b38e2d commit da835c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Laravel Vuetable (Laravel 6.x/5.4 Package)
1+
# Laravel Vuetable (Laravel 7.x/6.x/5.4 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)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=7.1",
14-
"illuminate/http": "^5.0|^6.0",
15-
"illuminate/support": "^5.0|^6.0",
16-
"illuminate/database": "^5.0|^6.0"
14+
"illuminate/database": "^5.0|^6.0|^7.0",
15+
"illuminate/http": "^5.0|^6.0|^7.0",
16+
"illuminate/support": "^5.0|^6.0|^7.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^7.1",

0 commit comments

Comments
 (0)