Skip to content

Instantly share code, notes, and snippets.

@CodeNegar
Last active April 9, 2017 17:08
Show Gist options
  • Save CodeNegar/23d01b9f08b5c21099e4d83fae1a368d to your computer and use it in GitHub Desktop.
Save CodeNegar/23d01b9f08b5c21099e4d83fae1a368d to your computer and use it in GitHub Desktop.
Composer basic start point strcuture
{
"name": "vendor-name/project-name",
"authors": [
{
"name": "Xavier Lacot",
"email": "xlacot@jolicode.com",
"homepage": "http://www.lacot.org",
"role": "Developer"
}
],
"require": {
"monolog/monolog": "1.0.*",
"joli/ternel": "@dev"
},
"autoload": {
"psr-4": {
"Monolog\\": "src/",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment