Snippets

Dan Gifford Composer WP install

Created by Dan Gifford
{
	"repositories":
	[
		{
			"type": "composer",
			"url": 	"https://wpackagist.org"
		},

		{
			"type": "git",
			"url": 	"https://dgifford@bitbucket.org/dgifford/wp-theme.git"
		}
	],

	"require":
	{
		"php": 											">=5.4",
		"johnpbloch/wordpress": 						"*",

		"wpackagist-plugin/all-in-one-seo-pack": 		"*",
		"wpackagist-plugin/bwp-minify": 				"*",
		"wpackagist-plugin/tinymce-advanced": 			"*",
		"wpackagist-plugin/wufoo-shortcode": 			"*",
		"wpackagist-plugin/disable-emojis": 			"*",
		"wpackagist-plugin/advanced-custom-fields": 	"*",
		"wpackagist-plugin/wp-maintenance-mode": 		"*",

		"wpackagist-plugin/dmg-related-pages-widget": 	"*",
		"wpackagist-plugin/dmg-text-widget": 			"*"
	},

	"extra":
	{
		"wordpress-install-dir": "wp"
	}
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.