Skip to content

Commit 2746b31

Browse files
Update phpunit/phpunit requirement from 10.* to 12.*
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.2.9/ChangeLog-12.2.md) - [Commits](sebastianbergmann/phpunit@10.0.0...12.2.9) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a5e728 commit 2746b31

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
@@ -21,7 +21,7 @@
2121
"nails\/common": "dev-develop"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "10.*",
24+
"phpunit/phpunit": "12.*",
2525
"phpstan/phpstan": "2.*"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)