A package intended for usage during development
Last active
February 10, 2022 11:42
-
-
Save pixelbrackets/168a0b32d83e2718ca3eb0aa9c678b01 to your computer and use it in GitHub Desktop.
Composer Test Dev Depdendency
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
{ | |
"name": "acme/devtool", | |
"description": "A package intended for usage during development", | |
"type": "library", | |
"license": "GPL-2.0-or-later", | |
"extra": { | |
"packagist": { | |
"encourage-dev": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment