Skip to content

Commit c203a83

Browse files
committed
Use stable version
1 parent c8b686f commit c203a83

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OneSignal notifications channel for Laravel 5.3 [WIP]
1+
# OneSignal notifications channel for Laravel 5.3
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/onesignal.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/onesignal)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": ">=5.6.4",
2020
"berkayk/onesignal-laravel": "^0.9.3",
21-
"illuminate/notifications": "^5.3@dev",
22-
"illuminate/support": "^5.3@dev",
23-
"illuminate/events": "^5.3@dev"
21+
"illuminate/notifications": "5.3.*",
22+
"illuminate/support": "5.1.*|5.2.*|5.3.*"
2423
},
2524
"require-dev": {
2625
"mockery/mockery": "^0.9.5",
27-
"orchestra/testbench": "^3.3@dev"
26+
"orchestra/testbench": "3.3.x-dev",
27+
"orchestra/database": "3.3.x-dev"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -41,6 +41,5 @@
4141
},
4242
"config": {
4343
"sort-packages": true
44-
},
45-
"minimum-stability": "dev"
44+
}
4645
}

0 commit comments

Comments
 (0)