Skip to content

Commit

Permalink
Merge pull request #40 from actionable-co/master
Browse files Browse the repository at this point in the history
PHP 8.0 Support
  • Loading branch information
addgod authored Jun 8, 2021
2 parents b6696ff + 0598323 commit 2f79b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php
php:
- 7.2
- 7.3
- 7.4
- 8.0

env:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^3.7",
"php-mock/php-mock-mockery": "^1.3"
},
Expand Down

0 comments on commit 2f79b5c

Please sign in to comment.