mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Update minimum PHPUnit version in composer.json from 11.5.0 to 11.5.50.
PiperOrigin-RevId: 903968967
This commit is contained in:
parent
4a62481217
commit
109234b095
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue