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

Commit

Permalink
Add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2018
1 parent de05103 commit f723071
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.2 - 2018-09-04
- Add support for Laravel 5.7

## 1.1.1 - 2018-06-04
- Fixed regression introduced in 1.1.0

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
}
],
"require": {
"illuminate/support": "5.6.*|5.7.*",
"php": "^7.1"
},
"require-dev": {
"orchestra/testbench": "3.6.*",
"orchestra/testbench": "3.6.*|3.7.*",
"phpunit/phpunit": "^7.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-html" target="build/coverage"/>
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
Expand Down

0 comments on commit f723071

Please sign in to comment.