Created
April 19, 2020 08:03
-
-
Save heinthanth/ed51fbd9969849e5a4a4f6249da3ea51 to your computer and use it in GitHub Desktop.
moddable - composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "heinthanth/moddable", | |
"description": "Simple, Hackable, Mini PHP MVC framework", | |
"type": "project", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Hein Thanth", | |
"email": "[email protected]" | |
} | |
], | |
"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