Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
update for l5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 27, 2018
1 parent 8cdd44f commit 8e76bce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 1.2.3 - 2018-08-27

- add support for Laravel 5.7

## 1.2.2 - 2018-05-05

- add support for streamed responses
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"require": {
"php": "^7.0",
"illuminate/support": "5.5.*|5.6.*"
"laravel/framework": "5.5.*|5.6.*|5.7.*"
},
"require-dev": {
"orchestra/testbench": "3.5.*|3.6.*",
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
"phpunit/phpunit": "^6.5.4|^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 8e76bce

Please sign in to comment.