{
	"name": "codekraft/md4ai",
  "version": "1.0.0",
	"description": "Markdown for AI - GEO optimization for WordPress",
	"license": "GPL-3.0-or-later",
	"type": "wordpress-plugin",
	"authors": [
		{
			"name": "Erik Golinelli",
			"email": "erik@codekraft.it",
			"homepage": "https://modul-r.codekraft.it/"
		}
	],
	"homepage": "https://wordpress.org/plugins/cf7-antispam/",
	"require-dev": {
    "php": ">=7.4",
		"squizlabs/php_codesniffer": "^3.13.4",
		"friendsofphp/php-cs-fixer": "3",
		"phpcompatibility/php-compatibility": "*",
		"wp-coding-standards/wpcs": "3.0",
		"phpcompatibility/phpcompatibility-wp": "*",
		"phpunit/phpunit": "^9.6.13",
		"wp-phpunit/wp-phpunit": "^5.9.5",
		"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
		"ext-dom": "*",
		"ext-libxml": "*",
		"yoast/phpunit-polyfills": "^4.0"
	},
	"scripts": {
		"PHPCS": "vendor/bin/phpcs --standard=phpcs.xml -s --report=full,summary,source",
		"PHPCBF": "vendor/bin/phpcbf --standard=phpcs.xml --report=full,summary,source",
		"test": "vendor/bin/phpunit -c phpunit.xml.dist",
		"test-multisite": "WP_MULTISITE=1 vendor/bin/phpunit -c tests/multisite.xml --verbose",
		"start_dev": "composer install",
		"build": "composer install --no-dev && composer dump-autoload --optimize"
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"config": {
		"platform-check": false,
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"autoload": {
		"psr-4": {
      "Md4Ai\\": "inc/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Md4Ai\\Tests\\": "tests/"
		}
	}
}
