Skip to content

Commit

Permalink
[BUILD] Use phpunit 8 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Jul 31, 2019
2 parents 3ebc1da + 2298bf7 commit 46d5860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions vendor-bin/phpstan/composer.json
Expand Up @@ -6,8 +6,5 @@
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11"
},
"conflict": {
"phpunit/phpunit": ">=8.0"
}
}
4 changes: 2 additions & 2 deletions vendor-bin/test/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"matthiasnoback/symfony-dependency-injection-test": "^3.0",
"phpunit/phpunit": "^7.4",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"phpunit/phpunit": "^8.2",
"symfony/phpunit-bridge": "^4.1"
}
}

0 comments on commit 46d5860

Please sign in to comment.