Skip to content

Commit e75a9d1

Browse files
Update phpunit/phpunit requirement from ^10.5 to ^10.5 || ^12.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/12.5.3/ChangeLog-12.5.md) - [Commits](sebastianbergmann/phpunit@10.5.0...12.5.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6ed6aa commit e75a9d1

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
@@ -24,7 +24,7 @@
2424
"doctrine/lexer": "^3.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.5",
27+
"phpunit/phpunit": "^10.5 || ^12.0",
2828
"openlss/lib-array2xml": "^1.0",
2929
"symfony/expression-language": "^5.4 || ^6.4 || ^7.3 || ^8.0"
3030
},

0 commit comments

Comments
 (0)