D3r1ck01 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/244937

Change subject: Added authors names & property to oojs-ui's composer.json
......................................................................

Added authors names & property to oojs-ui's composer.json

The oojs/ui extension lacked the author property in the
composer.json file. But the extension itself had an author list
so i have put the names and emails of the major contributors in
the json array of the author property.

Bug: T114626
Change-Id: Ib98add46cd837122e788d74a12c36ec5f48077fe
---
M composer.json
1 file changed, 34 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/37/244937/1

diff --git a/composer.json b/composer.json
index ba8f4ec..4bbc540 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,40 @@
                "mediawiki/at-ease": "1.1.0",
                "php": ">=5.3.3"
        },
+       "authors": [
+        {
+            "name": "Bartosz DziewoƄski",
+            "email": "[email protected]",
+        },
+        {
+            "name": "Ed Sanders",
+            "email": "[email protected]",
+        },
+        {
+            "name": "James D. Forrester",
+            "email": "[email protected]",
+        },
+        {
+            "name": "Kirsten Menger-Anderson",
+            "email": "[email protected]",
+        },
+               {
+            "name": "Rob Moen",
+            "email": "[email protected]",
+        },
+        {
+            "name": "Roan Kattouw",
+            "email": "[email protected]",
+        },
+        {
+            "name": "Timo Tijhof",
+            "email": "[email protected]",
+        },
+        {
+            "name": "Trevor Parscal",
+            "email": "[email protected]",
+        }
+    ],
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9",
                "mediawiki/mediawiki-codesniffer": "0.4.0",

-- 
To view, visit https://gerrit.wikimedia.org/r/244937
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib98add46cd837122e788d74a12c36ec5f48077fe
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: D3r1ck01 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to