Skip to content

Instantly share code, notes, and snippets.

@Adroit11
Created January 19, 2019 14:42
Show Gist options
  • Save Adroit11/880ce086d092260ac6b9d36ecf4bb1c7 to your computer and use it in GitHub Desktop.
Save Adroit11/880ce086d092260ac6b9d36ecf4bb1c7 to your computer and use it in GitHub Desktop.
updated for composer dump-autoload
{
"name": "your name",
"description":"a simple mini library demo app",
"require": {
"slim/slim": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4": {
"Library\\App\\" : "routes"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment