Skip to content

Commit

Permalink
Merge pull request #4 from biscofil/master
Browse files Browse the repository at this point in the history
Laravel 7
  • Loading branch information
santigarcor authored May 21, 2020
2 parents 1288d24 + 7b38e2d commit da835c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laravel Vuetable (Laravel 6.x/5.4 Package)
# Laravel Vuetable (Laravel 7.x/6.x/5.4 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 Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=7.1",
"illuminate/http": "^5.0|^6.0",
"illuminate/support": "^5.0|^6.0",
"illuminate/database": "^5.0|^6.0"
"illuminate/database": "^5.0|^6.0|^7.0",
"illuminate/http": "^5.0|^6.0|^7.0",
"illuminate/support": "^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.1",
Expand Down

0 comments on commit da835c5

Please sign in to comment.