/composer.json Secret
Created
April 8, 2019 16:12
Example of a composer.json for private package
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": "<your-organization-name>/formidable-pro", | |
"description": "Formidable Pro WordPress plugin", | |
"type": "wordpress-plugin", | |
"license": "proprietary", | |
"require": { | |
"php": ">=7.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment