Skip to content

Commit

Permalink
Update phpunit/phpunit requirement to ^6.5|^7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-5.7.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/commits/7.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 15, 2018
1 parent 42ce032 commit 0b3f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"jakub-onderka/php-console-highlighter": "^0.3.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpunit/php-invoker": "^1.1|^2.0",
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^6.5|^7.0",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
Expand Down

0 comments on commit 0b3f1e3

Please sign in to comment.