Correct composer autoloader definition.
This commit is contained in:
parent
4e091d4105
commit
d60efe65b8
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "michelf": "" }
|
||||
"psr-0": { "Michelf": "" }
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue