Skip to content

Commit

Permalink
PHP 7.3. and PHPUnit v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Aug 17, 2019
1 parent 6c94d84 commit 88be60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:
- php: 7.1
env:
- EXECUTE_TEST_COVERALLS=true
- php: 7.2
- php: 7.3
env:
- EXECUTE_CS_CHECK=true

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">= 7.1",
"psr/log": "~1.0",
"phpunit/phpunit": "^6.0||^7.0"
"phpunit/phpunit": "^6.0||^7.0||^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0"
Expand Down

0 comments on commit 88be60c

Please sign in to comment.