Skip to content

Commit 5471110

Browse files
Update phpunit/phpunit requirement from ^9.5 to ^11.4
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.3/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@9.5.0...11.4.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1ef257 commit 5471110

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
@@ -14,7 +14,7 @@
1414
"php": ">=7.4"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^9.5",
17+
"phpunit/phpunit": "^11.4",
1818
"donatj/drop": "^1.0",
1919
"friendsofphp/php-cs-fixer": "^3.14",
2020
"ext-dom": "*"

0 commit comments

Comments
 (0)