Skip to content

Commit 8127600

Browse files
authored
Merge pull request #44 from laravel-notification-channels/test-on-php-7.2
Test the package on PHP 7.2 too
2 parents d44ae80 + 32bb15d commit 8127600

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
env:
89
matrix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.6.4",
18+
"php": ">=7.0.0",
1919
"berkayk/onesignal-laravel": "^0.9.3",
2020
"illuminate/notifications": "5.*",
2121
"illuminate/support": "5.*"

0 commit comments

Comments
 (0)