File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ matrix:
1414 env : LARAVEL='5.5.*' TESTBENCH='3.5.*'
1515 - php : 7.1
1616 env : LARAVEL='5.6.*' TESTBENCH='3.6.*'
17+ - php : 7.1
18+ env : LARAVEL='5.7.*' TESTBENCH='3.7.*'
1719 - php : 7.2
1820 env : LARAVEL='5.5.* 'TESTBENCH='3.5.*'
1921 - php : 7.2
20- env : COVERAGE=1 LARAVEL='5.6.*' 'TESTBENCH='3.6.*'
22+ env : LARAVEL='5.6.*' 'TESTBENCH='3.6.*'
23+ - php : 7.2
24+ env : COVERAGE=1 LARAVEL='5.7.*' 'TESTBENCH='3.7.*'
2125 fast_finish : true
2226
2327before_script :
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ### Added
9+ * Support for Laravel 5.7 ([ #13 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/13 ) )
10+
811### Changed
912* Updated the Travis CI config ([ #14 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/14 ) )
1013* Updated [ honeybadger-io/honeybadger-php] ( https://github.com/honeybadger-io/honeybadger-php ) ([ #14 ] ( https://github.com/honeybadger-io/honeybadger-laravel/pull/14 ) )
Original file line number Diff line number Diff line change 3030 "friendsofphp/php-cs-fixer" : " ^2.10" ,
3131 "larapack/dd" : " ^1.0" ,
3232 "mockery/mockery" : " ^1.1" ,
33- "orchestra/testbench" : " ^3.5|^3.6" ,
33+ "orchestra/testbench" : " ^3.5|^3.6|^3.7 " ,
3434 "phpunit/phpunit" : " ^6.0|^7.0"
3535 },
3636 "autoload" : {
You can’t perform that action at this time.
0 commit comments