Skip to content

Commit 6fbcfb3

Browse files
author
Christoph Rumpel
committed
Laravel 5.4 support
1 parent 16d2fd0 commit 6fbcfb3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All 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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -14,14 +14,14 @@
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": {

0 commit comments

Comments
 (0)