Skip to content

Instantly share code, notes, and snippets.

@heinthanth
Created April 19, 2020 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heinthanth/ed51fbd9969849e5a4a4f6249da3ea51 to your computer and use it in GitHub Desktop.
Save heinthanth/ed51fbd9969849e5a4a4f6249da3ea51 to your computer and use it in GitHub Desktop.
moddable - composer.json
{
"name": "heinthanth/moddable",
"description": "Simple, Hackable, Mini PHP MVC framework",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Hein Thanth",
"email": "contact@heinthanth.com"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",
"Moddable\\Framework\\": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment