Created
January 8, 2020 13:04
-
-
Save austinpray/5181417168dc5bd88c2cce4447625baa to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "zzzzz/no-trailing-comma", | |
"description": "Placeholder package for clean diffs in composer.json.", | |
"version": "1.0.0", | |
"type": "metapackage", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Austin Pray", | |
"email": "[email protected]" | |
} | |
], | |
"minimum-stability": "dev", | |
"require": {} | |
} | |
}, | |
{ | |
"type": "composer", | |
"url": "https://wpackagist.org" | |
} | |
], | |
"require": { | |
"zzzzz/no-trailing-comma": "^1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment