projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d942f60
)
use psr-4
author
Michael Wallner
<mike@php.net>
Wed, 6 Mar 2019 15:14:08 +0000
(16:14 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 6 Mar 2019 15:15:33 +0000
(16:15 +0100)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index 9ff5f9c1edf34dd2e060f3e564ddbf8d87320a67..48578c2e8e424c3328758a57640ccc2d25dc2b71 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-7,5
+7,11
@@
"name": "Michael Wallner",
"email": "mike@php.net"
}
- ]
+ ],
+
+ "autoload": {
+ "psr-4": {
+ "mdref\\": "mdref/"
+ }
+ }
}