Skip to content

Instantly share code, notes, and snippets.

@salcode
Last active March 10, 2017 20:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salcode/6ecf004f110dd257c889 to your computer and use it in GitHub Desktop.
Save salcode/6ecf004f110dd257c889 to your computer and use it in GitHub Desktop.
Example WordPress Composer file for plugin management
{
"repositories":[
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"wpackagist-plugin/wordpress-seo":">1.7.3",
"wpackagist-plugin/simple-google-analytics-tracking":">1.0"
}
}
@ericdecanini
Copy link

Hi Sal, could we change the repo url to https please?

As appears on the wpackagist.org website.

Kind regards,

sumnermic

@salcode
Copy link
Author

salcode commented Mar 10, 2017

Good call @ericdecanini, now updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment