We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9252b0a commit 6db5917Copy full SHA for 6db5917
.travis.yml
@@ -4,11 +4,12 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
env:
- matrix:
10
- - COMPOSER_FLAGS="--prefer-lowest"
11
- - COMPOSER_FLAGS=""
+ matrix:
+ - COMPOSER_FLAGS="--prefer-lowest"
12
+ - COMPOSER_FLAGS=""
13
14
before_script:
15
- travis_retry composer self-update
composer.json
@@ -25,7 +25,7 @@
25
}
26
],
27
"require": {
28
- "php": "^7.2.0",
+ "php": "^7.2.0|^8.0",
29
"berkayk/onesignal-laravel": "^1.0.0",
30
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0",
31
"illuminate/support": "5.*|^6.0|^7.0|^8.0"
0 commit comments