We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d44ae80 + 32bb15d commit 8127600Copy full SHA for 8127600
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.0
5
- 7.1
6
+ - 7.2
7
8
env:
9
matrix:
composer.json
@@ -15,7 +15,7 @@
15
}
16
],
17
"require": {
18
- "php": ">=5.6.4",
+ "php": ">=7.0.0",
19
"berkayk/onesignal-laravel": "^0.9.3",
20
"illuminate/notifications": "5.*",
21
"illuminate/support": "5.*"
0 commit comments