Skip to content

Commit 73b0344

Browse files
[TASK] Update phpunit/phpunit requirement from ^5.7.27 to ^8.5.36 (#424)
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.36/ChangeLog-8.5.md) - [Commits](sebastianbergmann/phpunit@5.7.27...8.5.36) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bd764e commit 73b0344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ext-iconv": "*"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^5.7.27",
22+
"phpunit/phpunit": "^8.5.36",
2323
"codacy/coverage": "^1.4.3"
2424
},
2525
"suggest": {

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd">
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd">
44
<testsuites>
55
<testsuite name="Project Test Suite">
66
<directory>tests</directory>

0 commit comments

Comments
 (0)