Skip to content

Commit

Permalink
Updated Laravel dependency to release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Mar 4, 2020
1 parent ceb8d37 commit 141bf9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
(This is already detected in subscription update.)
- Filter any incoming web-hook events that are in test mode.

## [0.10.1] - 2020-03-04
### Updated
- Laravel dependency to release version.

## [0.10.0] - 2020-02-29
### Added
- Laravel 7 compatibility.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"require-dev": {
"fzaninotto/faker": "^1.8",
"laravel/laravel": "dev-develop@dev",
"laravel/browser-kit-testing": "dev-master@dev",
"laravel/laravel": "^7.0",
"laravel/browser-kit-testing": "^6.0",
"phpmd/phpmd": "^2.7",
"phpunit/phpunit": "^8.5",
"sebastian/phpcpd": "^5.0",
Expand Down

0 comments on commit 141bf9b

Please sign in to comment.