Skip to content

Instantly share code, notes, and snippets.

@alphaolomi
Created May 28, 2022 01:57
Show Gist options
  • Save alphaolomi/582e2f70c3a2e2113e9aa1be5e757e24 to your computer and use it in GitHub Desktop.
Save alphaolomi/582e2f70c3a2e2113e9aa1be5e757e24 to your computer and use it in GitHub Desktop.
Composer.json minimal stub
{
"name": "name/example",
"description": "demo",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Your Name",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment