{
	"name": "threadi/easy-language",
	"version": "3.1.0",
	"description": "This plugin adds support for easy language in WordPress.",
	"authors": [
		{
			"name": "Thomas Zwirner",
			"email": "tz@laolaweb.com"
		}
	],
	"type": "wordpress-plugin",
	"homepage": "https://laolaweb.com",
	"minimum-stability": "stable",
	"scripts": {
		"post-install-cmd": [
			"\"vendor/bin/mozart\" compose",
			"composer dump-autoload"
		],
		"post-update-cmd": [
			"\"vendor/bin/mozart\" compose",
			"composer dump-autoload"
		],
		"test": "phpunit",
		"test-install": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest",
		"test-install-during-build": "bash bin/install-wp-tests.sh wordpress_test root 'debian' 127.0.0.1 latest false true"
	},
	"extra": {
		"mozart": {
			"dep_namespace": "easyLanguage\\Dependencies\\",
			"dep_directory": "/app/Dependencies/",
			"classmap_directory": "/libs/classes/dependencies/",
			"classmap_prefix": "easyLanguage",
			"packages": [
				"threadi/easy-settings-for-wordpress",
				"threadi/easy-transients-for-wordpress"
			]
		}
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true
		},
		"optimize-autoloader": true,
		"classmap-authoritative": true,
		"apcu-autoloader": true,
		"prepend-autoloader": false,
		"platform-check": false
	},
	"autoload": {
		"psr-4": {
			"easyLanguage\\": "app/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"easyLanguage\\Tests\\": "tests/"
		}
	},
	"require": {
		"php": "^8.0",
		"gettext/gettext": "^5.7",
		"threadi/easy-dialog-for-wordpress": "^1.0.1",
		"threadi/easy-setup-for-wordpress": "^1.2.3",
		"threadi/easy-settings-for-wordpress": "^1.17.3",
		"threadi/easy-transients-for-wordpress": "^1.4.1",
		"threadi/react-dialog": "dev-master"
	},
	"require-dev": {
		"wp-coding-standards/wpcs": "^3.0.1",
		"pronamic/wp-documentor": "^1.3",
		"automattic/vipwpcs": "^3.0",
		"phpstan/phpstan": "^2.1",
		"szepeviktor/phpstan-wordpress": "^2.0",
		"phpstan/extension-installer": "^1.4",
		"php-stubs/wp-cli-stubs": "^2.11",
		"coenjacobs/mozart": "^0.7.1",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"dealerdirect/phpcodesniffer-composer-installer": "^1.2",
		"yoast/phpunit-polyfills": "^1.0",
		"wp-phpunit/wp-phpunit": "^6.3"
	}
}
