-
-
Save tristanbes/fbacfb2ce6990e7fdc7411a73715fd92 to your computer and use it in GitHub Desktop.
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