Skip to content

Commit 27f6d08

Browse files
authored
Merge pull request #130 from MatanYadaev/php-8-support
PHP 8 support
2 parents 137c8ec + e2d4a17 commit 27f6d08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 7.4
7+
- 8.0
68

79
# faster builds on new travis setup not using sudo
810
sudo: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php" : "^7.1.3",
17+
"php" : "^7.1.3|^8.0",
1818
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
1919
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0",
2020
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0"

0 commit comments

Comments
 (0)