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.
2 parents 137c8ec + e2d4a17 commit 27f6d08Copy full SHA for 27f6d08
.travis.yml
@@ -3,6 +3,8 @@ language: php
3
php:
4
- 7.2
5
- 7.3
6
+ - 7.4
7
+ - 8.0
8
9
# faster builds on new travis setup not using sudo
10
sudo: false
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php" : "^7.1.3",
+ "php" : "^7.1.3|^8.0",
18
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
19
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0",
20
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0"
0 commit comments