Jeroen De Dauw has submitted this change and it was merged.

Change subject: Update composer file to include the entry point as autoloading
......................................................................


Update composer file to include the entry point as autoloading

Change-Id: Id859debf872cd89fd6b614c577c0dc54ba09b875
---
M composer.json
1 file changed, 2 insertions(+), 6 deletions(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/composer.json b/composer.json
index 039a0cc..296eb1e 100644
--- a/composer.json
+++ b/composer.json
@@ -29,12 +29,8 @@
                "php": ">=5.3.0"
        },
        "autoload": {
-               "classmap" : [
-                       "DataTypes/",
-                       "DataValues/",
-                       "ValueFormatters/",
-                       "ValueParsers/",
-                       "ValueValidators/"
+               "files" : [
+                       "DataValues.php"
                ]
        }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id859debf872cd89fd6b614c577c0dc54ba09b875
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>

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

Reply via email to