Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tristanbes
Created April 8, 2019 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristanbes/fbacfb2ce6990e7fdc7411a73715fd92 to your computer and use it in GitHub Desktop.
Save tristanbes/fbacfb2ce6990e7fdc7411a73715fd92 to your computer and use it in GitHub Desktop.
Example of a composer.json for private package
{
"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