Skip to content

Commit 5b84642

Browse files
Update phpunit/phpunit requirement from ^7.0 to ^7.0 || ^8.0
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.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 062f9a6 commit 5b84642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"symfony/css-selector": "^4.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.0",
22+
"phpunit/phpunit": "^7.0 || ^8.0",
2323
"phpdocumentor/phpdocumentor": "^2.9"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)