Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2019
1 parent faacf61 commit e343ab3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## 1.8.0 - 2019-09-04

- add support for Laravel 6

## 1.7.0 - 2019-02-27

- drop support for Laravel 5.7 and below
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -19,13 +19,13 @@
"ext-json": "*",
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "~5.8.0",
"spatie/laravel-blink": "~1.2.0",
"laravel/framework": "~5.8.0|^6.0",
"spatie/laravel-blink": "~1.3.0",
"spatie/regex": "~1.1",
"symfony/process": "~4.0"
},
"require-dev": {
"orchestra/testbench": "~3.8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down
7 changes: 0 additions & 7 deletions phpunit.xml.dist
Expand Up @@ -19,11 +19,4 @@
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<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>
</phpunit>

0 comments on commit e343ab3

Please sign in to comment.