Created
May 28, 2022 01:57
-
-
Save alphaolomi/582e2f70c3a2e2113e9aa1be5e757e24 to your computer and use it in GitHub Desktop.
Composer.json minimal stub
This file contains hidden or 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": "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