Update developer username in package.xml (#10297)

I hit an error uploading to pecl.php.net, and I suspect it is because we
have changed to a new username but still have the old username in
package.xml.
pull/10298/head
Adam Cozzette 2 years ago committed by GitHub
parent e7835368be
commit 4e7c56cf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      php/ext/google/protobuf/package.xml

@ -5,9 +5,9 @@
<summary>Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.</summary> <summary>Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.</summary>
<description>https://developers.google.com/protocol-buffers/</description> <description>https://developers.google.com/protocol-buffers/</description>
<lead> <lead>
<name>Bo Yang</name> <name>Protobuf Team</name>
<user>stanleycheung</user> <user>protobufpackages</user>
<email>protobuf-opensource@google.com</email> <email>protobuf-packages@google.com</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2022-07-21</date> <date>2022-07-21</date>

Loading…
Cancel
Save