Update minimum PHPUnit version in composer.json from 11.5.0 to 11.5.50.

PiperOrigin-RevId: 903968967
This commit is contained in:
Rachel Goldfinger 2026-04-22 12:00:25 -07:00 committed by Copybara-Service
parent 4a62481217
commit 109234b095
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
"php": ">=8.2.0"
},
"require-dev": {
"phpunit/phpunit": ">=11.5.0 <12.0.0"
"phpunit/phpunit": ">=11.5.50 <12.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"

View file

@ -9,7 +9,7 @@
"php": ">=8.2.0"
},
"require-dev": {
"phpunit/phpunit": ">=11.5.0 <12.0.0"
"phpunit/phpunit": ">=11.5.50 <12.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"