From: Michael Wallner Date: Wed, 6 Mar 2019 15:14:08 +0000 (+0100) Subject: use psr-4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=52a547755ed5cc280150c73b83e4f738760341b4;p=mdref%2Fmdref use psr-4 --- diff --git a/composer.json b/composer.json index 9ff5f9c..48578c2 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,11 @@ "name": "Michael Wallner", "email": "mike@php.net" } - ] + ], + + "autoload": { + "psr-4": { + "mdref\\": "mdref/" + } + } }