Skip to content

Commit

Permalink
build(deps-dev): update phpunit/phpunit requirement || ^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/7.5.18/ChangeLog-7.5.md)
- [Commits](sebastianbergmann/phpunit@6.0.0...7.5.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 7, 2019
1 parent d86b5bd commit 6cb690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"twig/twig": "^2.4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "^6.0 || ^7.0"
},
"bin": ["bin/phint"],
"config": {
Expand Down

0 comments on commit 6cb690c

Please sign in to comment.