1
0
mirror of https://github.com/thephpleague/climate.git synced 2025-09-14 16:12:14 +02:00

Upgrade phpunit to a version compatible with PHP 8.4

This commit is contained in:
Craig Duncan
2024-11-24 11:47:57 +00:00
parent 237f70e103
commit 1665271d50

View File

@@ -25,7 +25,7 @@
"mockery/mockery": "^1.6.12",
"mikey179/vfsstream": "^1.6.12",
"squizlabs/php_codesniffer": "^3.10",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^9.6.21"
},
"suggest": {
"ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"