Added autoloader information to composer json

This commit is contained in:
SteamPixel 2020-01-14 11:42:35 +01:00
parent 96f49285bb
commit d050a70f30

View File

@ -10,5 +10,10 @@
}
],
"minimum-stability": "dev",
"require": {}
"require": {},
"autoload": {
"psr-0": {
"SteamPixel": "src/"
}
}
}