File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11.php_cs.cache
2+ .phpunit.result.cache
23build
34composer.lock
45files
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to ` laravel-messenger ` will be documented in this file.
4+
5+ ## [ Unreleased]
6+
7+ ### Added
8+
9+ - ([ #321 ] ( https://github.com/cmgmyr/laravel-messenger/pull/321 ) ) Laravel 6 support
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^7.1.3" ,
16- "illuminate/config" : " >= 5.5 < 6.0" ,
17- "illuminate/support" : " >= 5.5 < 6.0" ,
18- "illuminate/database" : " >= 5.5 < 6.0"
16+ "illuminate/config" : " ^ 5.5|^ 6.0" ,
17+ "illuminate/support" : " ^ 5.5|^ 6.0" ,
18+ "illuminate/database" : " ^ 5.5|^ 6.0"
1919 },
2020 "require-dev" : {
2121 "adamwathan/faktory" : " 0.3.*" ,
2222 "friendsofphp/php-cs-fixer" : " ^2.5" ,
23- "orchestra/testbench" : " ~3 .0" ,
23+ "orchestra/testbench" : " ^3.0|^4 .0" ,
2424 "phpunit/phpunit" : " ^7.0"
2525 },
2626 "autoload" : {
You can’t perform that action at this time.
0 commit comments