We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c17e85 commit 10670ccCopy full SHA for 10670cc
.gitignore
@@ -4,6 +4,7 @@ composer.lock
4
5
# php (phpunit)
6
build/logs/
7
+.phpunit.result.cache
8
9
# phpcs fixer
10
.php_cs.cache
composer.json
@@ -29,7 +29,7 @@
29
"ondrejmirtes/better-reflection": "~4.3"
30
},
31
"require-dev": {
32
- "phpunit/phpunit": "~6.0 || ~7.0",
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
33
"jetbrains/phpstorm-stubs": "dev-master as v2019.3"
34
35
"autoload": {
0 commit comments