Skip to content

Commit

Permalink
Proper PHPUnit for every supported PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyshockov committed Dec 26, 2019
1 parent e61a4c3 commit 6d09a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -32,7 +32,7 @@
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"phpunit/phpunit": "^6.4 || ^7",
"squizlabs/php_codesniffer": "3.*",
"cache/array-adapter": "^1.0",
"symfony/polyfill-php73": "^1.10"
Expand Down

0 comments on commit 6d09a1d

Please sign in to comment.