Skip to content

Commit d845060

Browse files
committed
Update dependencies to support Laravel 5.6
1 parent 532468c commit d845060

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Exponent push notifications channel for Laravel 5.3
1+
# Exponent push notifications channel for Laravel 5
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/alymosul/laravel-exponent-push-notifications.svg?style=flat-square)](https://packagist.org/packages/alymosul/laravel-exponent-push-notifications)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
@@ -28,11 +28,6 @@ You can install the package via composer:
2828
composer require alymosul/laravel-exponent-push-notifications
2929
```
3030

31-
If you use Laravel <= 5.4, please use release v1.0:
32-
```bash
33-
composer require alymosul/laravel-exponent-push-notifications dev-master#v1.0
34-
```
35-
3631
You must install the service provider:
3732

3833
```php

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"require": {
1414
"php": ">=7.0",
1515
"alymosul/exponent-server-sdk-php": "1.0.*",
16-
"illuminate/notifications": "~5.5.0",
17-
"illuminate/support": "~5.5.0",
18-
"illuminate/events": "~5.5.0",
19-
"illuminate/queue": "~5.5.0",
20-
"illuminate/http": "~5.5.0",
21-
"illuminate/routing": "~5.5.0",
22-
"illuminate/validation": "~5.5.0",
23-
"illuminate/auth": "~5.5.0"
16+
"illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
17+
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
18+
"illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
19+
"illuminate/queue": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
20+
"illuminate/http": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
21+
"illuminate/routing": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
22+
"illuminate/validation": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
23+
"illuminate/auth": "5.3.* || 5.4.* || 5.5.* || 5.6.*"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)