Skip to content

Commit

Permalink
Update phpunit/phpunit requirement to ^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 17, 2018
1 parent 3dc5c52 commit 9d0eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -41,7 +41,7 @@
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.2"
}
}

0 comments on commit 9d0eeae

Please sign in to comment.