Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created March 19, 2017 01:22
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 s3w47m88/6462719beb5561c3229d55df5c3f3055 to your computer and use it in GitHub Desktop.
Save s3w47m88/6462719beb5561c3229d55df5c3f3055 to your computer and use it in GitHub Desktop.
bedrock/web/wp/composer.json
{
"name": "johnpbloch/wordpress",
"description": "WordPress is web software you can use to create a beautiful website or blog.",
"keywords": ["blog", "cms"],
"type": "wordpress-core",
"homepage": "http://wordpress.org/",
"license": "GPL-2.0+",
"authors": [
{
"name": "WordPress Community",
"homepage": "http://wordpress.org/about/"
}
],
"support": {
"issues": "http://core.trac.wordpress.org/",
"forum": "http://wordpress.org/support/",
"wiki": "http://codex.wordpress.org/",
"irc": "irc://irc.freenode.net/wordpress",
"source": "http://core.trac.wordpress.org/browser"
},
"require": {
"php": ">=5.3.2",
"johnpbloch/wordpress-core-installer": "~0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment