Add using example and implementation example
Showing
... | @@ -13,5 +13,12 @@ | ... | @@ -13,5 +13,12 @@ |
"require": { | "require": { | ||
"fguillot/json-rpc": "@stable" | "fguillot/json-rpc": "@stable" | ||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Etersoft\\Typos\\": "src/", | |||
"My\\": "example/" | |||
} | |||
} | } | ||
} | } |
example/correctTypo.php
0 → 100644
Please
register
or
sign in
to comment