Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Laravel 6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Sep 3, 2019
1 parent 9ab41ea commit ed4933e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

All notable changes to `laravel-view-components` will be documented in this file

## 1.1.3 - 2018-02-27
## 1.2.0 - 2019-09-03
- Add support for Laravel 6.0

## 1.1.3 - 2019-02-27
- Add support for Laravel 5.8

## 1.1.2 - 2018-09-04
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
"orchestra/testbench": "3.6.*|3.7.*|3.8.*|^4.0",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
Expand All @@ -36,7 +36,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand Down

0 comments on commit ed4933e

Please sign in to comment.