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

Commit 9ab41ea

Browse files
Laravel 5.8
1 parent ec40b38 commit 9ab41ea

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build
22
composer.lock
33
docs
44
vendor
5-
coverage
5+
coverage
6+
.phpunit.result.cache

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 1.1.3 - 2018-02-27
6+
- Add support for Laravel 5.8
7+
58
## 1.1.2 - 2018-09-04
69
- Add support for Laravel 5.7
710

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"illuminate/support": "5.6.*|5.7.*",
20-
"php": "^7.1"
19+
"php": "^7.1",
20+
"illuminate/support": "5.6.*|5.7.*|5.8.*"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "3.6.*|3.7.*",
24-
"phpunit/phpunit": "^7.0"
23+
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
24+
"phpunit/phpunit": "^7.0|^8.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)