File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the ` Twitter notification channel ` will be documented in this file
44
5+ ## 0.0.12 - 2017-01-24
6+
7+ - add Laravel 5.4 support
8+
59## 0.0.11 - 2016-11-08
610
711- refactor Twitter status updates image handling
Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-notification-channels/twitter" ,
3- "description" : " This package makes it easy to send notifications via Twitter with Laravel 5.3 " ,
3+ "description" : " This package makes it easy to send notifications via Twitter with Laravel 5.4 " ,
44 "homepage" : " https://github.com/laravel-notification-channels/twitter" ,
55 "license" : " MIT" ,
66 "authors" : [
1414 "require" : {
1515 "php" : " >=5.6.4" ,
1616 "abraham/twitteroauth" : " ^0.6.4" ,
17- "illuminate/notifications" : " 5.3 .*" ,
18- "illuminate/support" : " 5.1.*|5.2.*|5.3.* " ,
17+ "illuminate/notifications" : " 5.4 .*" ,
18+ "illuminate/support" : " ~ 5.1" ,
1919 "kylewm/brevity" : " ^0.2.9"
2020 },
2121 "require-dev" : {
2222 "mockery/mockery" : " ^0.9.5" ,
2323 "phpunit/phpunit" : " 4.*" ,
24- "orchestra/testbench" : " 3.3 .*"
24+ "orchestra/testbench" : " 3.4 .*"
2525 },
2626 "autoload" : {
2727 "psr-4" : {
You can’t perform that action at this time.
0 commit comments