Skip to content

Commit 2f5c328

Browse files
dependabot[bot]kpicaza
authored andcommitted
Update phpunit/phpunit requirement from ^8.0 to ^8.0 || ^9.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-9.2.md) - [Commits](sebastianbergmann/phpunit@8.0.0...9.2.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a7a1c0 commit 2f5c328

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
"require-dev": {
2020
"phpro/grumphp": "^0.17.1",
2121
"phpstan/phpstan": "^0.11.5",
22-
"phpunit/phpunit": "^8.0",
22+
"phpunit/phpunit": "^8.0 || ^9.0",
2323
"squizlabs/php_codesniffer": "^3.4",
2424
"symfony/var-dumper": "^4.2 || ^5.0"
2525
},

0 commit comments

Comments
 (0)