{
	"name": "themosis/themosis",
	"description": "The Themosis framework. A framework for WordPress developers.",
	"keywords": ["themosis", "framework", "WordPress"],
	"license": "GPL-2.0+",
	"authors": [
		{
			"name": "Julien Lambé",
			"email": "julien@themosis.com",
			"homepage": "http://www.themosis.com/"
		}
	],
	"type": "project",
	"repositories":[
		{
			"type": "composer",
			"url": "https://wpackagist.org"
		}
	],
	"autoload": {
		"psr-0": {
			"Thms": "library"
		}
	},
	"config": {
		"preferred-install": "dist"
	},
	"require": {
		"php": ">=5.4",
		"johnpbloch/wordpress": ">=4.4",
		"themosis/framework": "1.2.*",
		"themosis/theme": "1.2.*",

		"wpackagist-plugin/qtranslate-x": "~3.4",
		"wpackagist-plugin/acf-qtranslate": "~1.7",
		"wpackagist-plugin/wordpress-seo":"~3.0",
		"wpackagist-plugin/wp-seo-qtranslate-x":"~1.1",
		"wpackagist-plugin/radio-buttons-for-taxonomies":"~1.7",
		"wpackagist-plugin/disable-emojis":"~1.5",
		"wpackagist-plugin/disable-comments":"~1.4",
		"wpackagist-plugin/google-analytics-for-wordpress":"~5.4",
		"wpackagist-plugin/w3-total-cache":"~0.9",
		"wpackagist-plugin/geoip-detect":"~2.5",
		"wpackagist-plugin/wp-email-template":"~1.7",
		"wpackagist-plugin/acf-image-crop-add-on":"~1.4",
		"wpackagist-plugin/duplicate-post":"~2.6",
		"wpackagist-plugin/taxonomy-terms-order":"1.4.*",
		"wpackagist-plugin/post-types-order": "^1.9"
	},
	"require-dev": {
		"wpackagist-plugin/debug-bar": "~0.8"
	},
	"extra":{
		"installer-paths":{
			"htdocs/content/mu-plugins/themosis-{$name}/": ["themosis/framework"],
			"htdocs/content/plugins/{$name}/": ["type:wordpress-plugin"],
			"htdocs/content/themes/themosis-{$name}/": ["themosis/theme"],
			"htdocs/content/themes/{$name}/": ["type:wordpress-theme"]
		},
		"wordpress-install-dir": "htdocs/cms"
	}
}
