Skip to content

Instantly share code, notes, and snippets.

@ahuggins
Last active August 29, 2015 14:14
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 ahuggins/cff06134ff8673c2a562 to your computer and use it in GitHub Desktop.
Save ahuggins/cff06134ff8673c2a562 to your computer and use it in GitHub Desktop.
{
"require": {
"wordpress/core": "3.5.2",
"wordpress/twentytwelve": "1.1",
"wordpress/akismet": "2.5.7",
"wordpress/google-sitemap-generator": "3.2.9",
"wordpress/google-analytics-for-wordpress": "4.3.3",
"wordpress/wordpress-importer": "0.6.1"
},
"repositories": [
{
"type": "composer",
"url": "https://raw.github.com/wordpressoncomposer/composer-repository/master/"
},
{
"type": "vcs",
"url": "https://github.com/wordpressoncomposer/installer"
}
],
"scripts": {
"post-install-cmd": "Wordpress\\Composer\\InstallerTasks::wpConfig"
},
"extra": {
"wordpress_coredir": "wordpress/core",
"wordpress_wp_contentdir": "wordpress/wp-content",
"wordpress_wp_config": {
"site_url": "http://localhost",
"db_host": "localhost",
"db_user": "root",
"db_pass": "",
"db_name": "wordpress"
}
},
"minimum-stability": "dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment