Skip to content

Commit

Permalink
Merge pull request #130 from MatanYadaev/php-8-support
Browse files Browse the repository at this point in the history
PHP 8 support
  • Loading branch information
Edujugon authored Jan 16, 2021
2 parents 137c8ec + e2d4a17 commit 27f6d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0

# faster builds on new travis setup not using sudo
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php" : "^7.1.3",
"php" : "^7.1.3|^8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0"
Expand Down

0 comments on commit 27f6d08

Please sign in to comment.