{
	"name": "wpmake/user-avatar",
	"description": "User Avatar Uploader and Updater plugin for WordPress.",
	"homepage": "https://wpmake.net/",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
		"psr-4": {
		  "WPMake\\WPMakeAdvanceUserAvatar\\": "includes/"
		}
	  },
	"require": {
    "php": ">=5.6.20",
    "composer/installers": "2.0.1"
	},
	"require-dev": {
    "wp-cli/i18n-command": "2.2.9",
    "squizlabs/php_codesniffer": "^3.7",
    "wp-coding-standards/wpcs": "*"
  },
	"scripts": {
	  "phpcs": [
		"phpcs -s -p"
	  ],
	  "phpcs-pre-commit": [
		"phpcs -s -p -n"
	  ],
	  "phpcbf": [
		"phpcbf -p"
	  ],
	  "makepot-audit": [
		"wp --allow-root i18n make-pot . --exclude=\"github,.wordpress-org,bin,node_modules,vendor,tests, build\" --headers='{\"Report-Msgid-Bugs-To\":\"dev@wpmake.net\"}' --slug=wpmake-advance-user-avatar"
	  ],
	  "makepot": [
		"@makepot-audit --skip-audit"
	  ]
	},
	"extra": {
	  "scripts-description": {
		"phpcs": "Analyze code against the WordPress coding standard with PHP_CodeSniffer",
		"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier",
		"makepot-audit": "Generate langauges/wpmake-advance-user-avatar.pot file and run audit",
		"makepot": "Generate langauges/wpmake-advance-user-avatar.pot file"
	  }
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"composer/installers": true,
      "roots/wordpress-core-installer": true
		},
    "platform": {
      "php": "7.4.3"
    }
	}
}
