Skip to content

Commit

Permalink
Merge pull request #352 from bugsnag/tom/php-runtime-versions
Browse files Browse the repository at this point in the history
feat: add Laravel runtime version reporting
  • Loading branch information
tomlongridge authored Jun 14, 2019
2 parents f22bd10 + bf10931 commit ee73359
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4,751 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Changelog
[#344](https://github.com/bugsnag/bugsnag-laravel/pull/344)
[Mozammil Khodabacchas](https://github.com/mozammil)

## TBD

* Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
[#352](https://github.com/bugsnag/bugsnag-laravel/pull/352)

## 2.15.2 (2019-01-23)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=5.5",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.15.0",
"bugsnag/bugsnag": "^3.17.0",
"bugsnag/bugsnag-psr-logger": "^1.4",
"monolog/monolog": "^1.12"
},
Expand Down
2 changes: 1 addition & 1 deletion features/fixtures/laravel58/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": ">=5.5",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.15.0",
"bugsnag/bugsnag": "^3.17.0",
"bugsnag/bugsnag-psr-logger": "^1.4",
"monolog/monolog": "^1.12"
}
Expand Down
Loading

0 comments on commit ee73359

Please sign in to comment.