Skip to content

Commit

Permalink
Allow phpunit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Oct 20, 2019
1 parent 9089849 commit 0be78ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.php_cs.cache
.phpunit.result.cache
composer.phar
composer.lock
php-cs-fixer.phar
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"youthweb/oauth2-youthweb": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0"
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0be78ba

Please sign in to comment.