Skip to content

Commit

Permalink
Merge pull request #52 from scoutapp/prepare-for-1.3.0
Browse files Browse the repository at this point in the history
Use scout-apm-php ^4.2 and prepare for release 1.3.0
  • Loading branch information
asgrim authored Mar 17, 2020
2 parents 67bc290 + 23483e4 commit 112adea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.2.4 - TBD
## 1.3.0 - 2020-03-17

### Added

- Nothing.
- [#51](https://github.com/scoutapp/scout-apm-laravel/pull/51) Added support for Laravel 7.x series

### Changed

- Nothing.
- [#52](https://github.com/scoutapp/scout-apm-laravel/pull/52) Require minimum ^4.2 for scout-apm-php to upgrade to core-agent 1.2.8

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"illuminate/view": "^5.5.0|^6.0|^7.0",
"ramsey/uuid": "^3.0",
"psr/log": "^1.0",
"scoutapp/scout-apm-php": "^4.0"
"scoutapp/scout-apm-php": "^4.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 112adea

Please sign in to comment.