Skip to content

Commit a8a0ede

Browse files
Update phpunit/phpunit requirement from ^10.0 to ^12.3
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.3.6/ChangeLog-12.3.md) - [Commits](sebastianbergmann/phpunit@10.0.0...12.3.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ac3277 commit a8a0ede

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
@@ -10,7 +10,7 @@
1010
"require-dev": {
1111
"roave/security-advisories": "dev-latest",
1212
"mockery/mockery": "^1.4.2",
13-
"phpunit/phpunit": "^10.0",
13+
"phpunit/phpunit": "^12.3",
1414
"orchestra/testbench": "^8.0.10|^9.0.3"
1515
},
1616
"license": "MIT",

0 commit comments

Comments
 (0)