adamquaile commented on code in PR #3057:
URL: https://github.com/apache/avro/pull/3057#discussion_r1944621307


##########
composer.json:
##########
@@ -3,16 +3,65 @@
   "description": "Apache Avro™ is a data serialization system.",
   "minimum-stability": "stable",
   "license": "Apache-2.0",
+  "homepage": "http://avro.apache.org";,
+  "type": "library",
+  "keywords": [
+    "RPC"
+  ],
+  "readme": "README.md",
+  "authors": [
+    {
+      "name": "Apache Avro Developers",
+      "email": "[email protected]",
+      "homepage": "http://avro.apache.org";
+    }
+  ],
+  "support": {
+    "email": "[email protected]",
+    "issues": "https://issues.apache.org/jira/browse/AVRO";
+  },
   "require": {
-    "beberlei/composer-monorepo-plugin": "0.16.5"

Review Comment:
   Approved, though since I worked with @jjatria on this, treat my approval 
almost like an author self-approving their own work (but not quite, because 
@jjatria did the actual work). 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to