Skip to content

Commit c76a724

Browse files
Update phpunit/phpunit requirement from ^12.5 to ^12.5 || ^13.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/13.1.7/ChangeLog-13.1.md) - [Commits](sebastianbergmann/phpunit@12.5.0...13.1.7) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.1.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e811ac8 commit c76a724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"require-dev": {
3434
"nyholm/psr7": "^1.8",
3535
"phpstan/phpstan": "^2.0",
36-
"phpunit/phpunit": "^12.5",
36+
"phpunit/phpunit": "^12.5 || ^13.0",
3737
"respect/coding-standard": "^5.0",
3838
"squizlabs/php_codesniffer": "^4.0"
3939
},

0 commit comments

Comments
 (0)