File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99(This is already detected in subscription update.)
1010- Filter any incoming web-hook events that are in test mode.
1111
12+ ## [ 0.10.1] - 2020-03-04
13+ ### Updated
14+ - Laravel dependency to release version.
15+
1216## [ 0.10.0] - 2020-02-29
1317### Added
1418- Laravel 7 compatibility.
Original file line number Diff line number Diff line change 2727 },
2828 "require-dev" : {
2929 "fzaninotto/faker" : " ^1.8" ,
30- "laravel/laravel" : " dev-develop@dev " ,
31- "laravel/browser-kit-testing" : " dev-master@dev " ,
30+ "laravel/laravel" : " ^7.0 " ,
31+ "laravel/browser-kit-testing" : " ^6.0 " ,
3232 "phpmd/phpmd" : " ^2.7" ,
3333 "phpunit/phpunit" : " ^8.5" ,
3434 "sebastian/phpcpd" : " ^5.0" ,
You can’t perform that action at this time.
0 commit comments