Robert Vogel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/394289 )

Change subject: BSContextMenu: Fixed missing psr-4 autoloader path
......................................................................


BSContextMenu: Fixed missing psr-4 autoloader path

Change-Id: I53e4a2701e542847f0474836198f202a2f930dd8
---
M composer.json
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved



diff --git a/composer.json b/composer.json
index 8852834..1d0e8a6 100644
--- a/composer.json
+++ b/composer.json
@@ -6,6 +6,11 @@
        "require": {
                "composer/installers": "~1.0"
        },
+       "autoload": {
+               "psr-4": {
+                       "BlueSpice\\ContextMenu\\" : "src"
+               }
+       },
        "require-dev": {
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "jakub-onderka/php-console-highlighter": "0.3.2"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I53e4a2701e542847f0474836198f202a2f930dd8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceContextMenu
Gerrit-Branch: master
Gerrit-Owner: Pwirth <[email protected]>
Gerrit-Reviewer: Ljonka <[email protected]>
Gerrit-Reviewer: Mglaser <[email protected]>
Gerrit-Reviewer: Robert Vogel <[email protected]>

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

Reply via email to