Skip to content

Commit

Permalink
Update phpunit/phpunit requirement from ^7.0 to ^7.0 || ^8.0 (#10)
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-8.2.md)
- [Commits](sebastianbergmann/phpunit@7.0.0...8.2.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and rogervila committed Aug 19, 2019
1 parent ddac8a2 commit ac35cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tivie/php-os-detector": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": "^7.0 || ^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ac35cf0

Please sign in to comment.