Skip to content

Commit 26251e3

Browse files
Update phpunit/phpunit requirement from 4.* to 4.* || 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/5.7.27/ChangeLog-5.7.md) - [Commits](sebastianbergmann/phpunit@4.0.0...5.7.27) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 907ddd2 commit 26251e3

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
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "2.*",
23-
"phpunit/phpunit": "4.*",
23+
"phpunit/phpunit": "4.* || 5.*",
2424
"squizlabs/php_codesniffer": "3.*"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)