Skip to content

Instantly share code, notes, and snippets.

@softwarespot
Created September 1, 2015 05:35
Show Gist options
  • Save softwarespot/351d20a31ebc05652830 to your computer and use it in GitHub Desktop.
Save softwarespot/351d20a31ebc05652830 to your computer and use it in GitHub Desktop.
Composer configuration
{
"name": "Example",
"version": "1.0.0",
"description": "Example description",
"license": "MIT",
"authors": [
{
"name": "",
"email": ""
}
],
"keywords": [],
"homepage": "",
"minimum-stability": "stable",
"require": {},
"autoload": {
"classmap": []
},
"require-dev": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment