Ejegg has submitted this change and it was merged.

Change subject: Autoload through Composer
......................................................................


Autoload through Composer

Change-Id: Iea011636c45595c71ad8390d3979b1c4c3cee5c5
---
M composer.json
1 file changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Ejegg: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/composer.json b/composer.json
index dc6f8a4..4999f52 100644
--- a/composer.json
+++ b/composer.json
@@ -22,5 +22,10 @@
         "php": ">=5.3.3",
         "symfony/event-dispatcher": ">=2.1,<2.4-dev",
         "symfony/http-foundation": ">=2.1,<2.4-dev"
-    }
+    },
+       "autoload": {
+               "psr-4": {
+                       "SmashPig\\": "./"
+               }
+       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iea011636c45595c71ad8390d3979b1c4c3cee5c5
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to