You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#7201 in this repository allows setting the dependency for google/protobuf to ^v3.25.3||^4.26.1.
This is not reflected in the released package for googleapis/common-protos-php. The composer.json for that package still depends on google/protobuf^3.6.1.
The text was updated successfully, but these errors were encountered:
Having a similar issue in my app, can't upgrade googleapis/common-protos-php to the latest versions because my app also requires google/protobuf:^4, and ^4 support seems to have dropped in the latest version
#7201 in this repository allows setting the dependency for
google/protobuf
to^v3.25.3||^4.26.1
.This is not reflected in the released package for
googleapis/common-protos-php
. The composer.json for that package still depends ongoogle/protobuf
^3.6.1
.The text was updated successfully, but these errors were encountered: