Skip to content

Commit a553067

Browse files
Update phpunit/phpunit requirement from 7.4.* || 8.3.* || 8.4.* to 7.4.* || 8.3.* || 8.4.* || 8.5.*
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.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/8.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ebdf01c commit a553067

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
@@ -32,7 +32,7 @@
3232
"consistence/coding-standard": "3.7",
3333
"orchestra/testbench": "~3.0 || 4.*",
3434
"phpmd/phpmd": "^2.6",
35-
"phpunit/phpunit": "7.4.* || 8.3.* || 8.4.*",
35+
"phpunit/phpunit": "7.4.* || 8.3.* || 8.4.* || 8.5.*",
3636
"slevomat/coding-standard": "4.8.7",
3737
"squizlabs/php_codesniffer": "^3.4"
3838
},

0 commit comments

Comments
 (0)