Skip to content

Commit 9311266

Browse files
author
Christoph Rumpel
committed
Update dependencies!
1 parent 4037240 commit 9311266

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Twitter notification channel for Laravel 5.3
1+
# Twitter notification channel for Laravel 5.4
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/twitter.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twitter)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -9,7 +9,7 @@
99
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/twitter/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/twitter/?branch=master)
1010
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/twitter.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/twitter)
1111

12-
This package makes it easy to send notifications using [Twitter](https://dev.twitter.com/rest/public) with Laravel 5.3.
12+
This package makes it easy to send notifications using [Twitter](https://dev.twitter.com/rest/public) with Laravel 5.4.
1313

1414
## Contents
1515

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
],
1414
"require": {
1515
"php": ">=5.6.4",
16-
"abraham/twitteroauth": "^0.6.4",
17-
"illuminate/notifications": "5.4.*",
18-
"illuminate/support": "~5.1",
16+
"abraham/twitteroauth": "^0.7.2",
17+
"illuminate/notifications": "5.3.*|5.4.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
1919
"kylewm/brevity": "^0.2.9"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",
23-
"phpunit/phpunit": "4.*",
24-
"orchestra/testbench": "3.4.*"
23+
"phpunit/phpunit": "~5.7",
24+
"orchestra/testbench": "~3.3|~3.4"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)