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

Commit

Permalink
Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Feb 27, 2019
1 parent ec40b38 commit 9ab41ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ build
composer.lock
docs
vendor
coverage
coverage
.phpunit.result.cache
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

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

## 1.1.2 - 2018-09-04
- Add support for Laravel 5.7

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"illuminate/support": "5.6.*|5.7.*",
"php": "^7.1"
"php": "^7.1",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
},
"require-dev": {
"orchestra/testbench": "3.6.*|3.7.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
"phpunit/phpunit": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9ab41ea

Please sign in to comment.