Skip to content

Commit b07e645

Browse files
Update phpunit/phpunit requirement from ^10.0 to ^10.0 || ^11.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/11.4.2/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@10.0.0...11.4.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7aa20a3 commit b07e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"veewee/xml": "^3.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^10.0"
28+
"phpunit/phpunit": "^10.0 || ^11.0"
2929
}
3030
}

0 commit comments

Comments
 (0)