Added autoloader information to composer json
This commit is contained in:
parent
96f49285bb
commit
d050a70f30
|
@ -10,5 +10,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {}
|
"require": {},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": {
|
||||||
|
"SteamPixel": "src/"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user