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 11Changelog
22=========
33
4+ ## 2.13.0 (2018-01-29)
5+
6+ ### Enhancements
7+
8+ * Updates deploy command to new build API, avoiding compatibility issues
9+ [ #279 ] ( https://github.com/bugsnag/bugsnag-laravel/pull/279 )
10+
411## 2.12.0 (2018-01-09)
512
613### Enhancements
Original file line number Diff line number Diff line change 1414 "php" : " >=5.5" ,
1515 "illuminate/contracts" : " ^5.0" ,
1616 "illuminate/support" : " ^5.0" ,
17- "bugsnag/bugsnag" : " ^3.11 " ,
17+ "bugsnag/bugsnag" : " ^3.12 " ,
1818 "bugsnag/bugsnag-psr-logger" : " ^1.4.0"
1919 },
2020 "require-dev" : {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class BugsnagServiceProvider extends ServiceProvider
2828 *
2929 * @var string
3030 */
31- const VERSION = '2.12 .0 ' ;
31+ const VERSION = '2.13 .0 ' ;
3232
3333 /**
3434 * Boot the service provider.
You can’t perform that action at this time.
0 commit comments