Skip to content

Commit db546bf

Browse files
authored
Adds support for Laravel 5.7 (#13)
Adds 5.7 support
1 parent 33c60f9 commit db546bf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2327
before_script:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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))

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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": {

0 commit comments

Comments
 (0)