Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding provide to php composer.json (#13141)
Adding composer config to allow the native protobuf extension to provide ext-protobuf. This allows libraries to require at least one protobuf implementation. If the extension is not available, it can be provided by the native package. If the extension is available but the native package is required, the native will be installed. Importantly, for libraries which require at least one of them to be installed, composer will complain if neither is available. Closes #13141 COPYBARA_INTEGRATE_REVIEW=#13141 from brettmc:php-provides-ext 72d3e44 PiperOrigin-RevId: 546312826
- Loading branch information