{
	"name": "melbahja/seo",
	"type": "library",
	"description": "SEO library for PHP is a simple PHP library to help developers 🍻 do better on-page SEO optimizations.",
	"keywords": [
		"seo", 
		"search engine optimization", 
		"php8",
		"schema.org",
		"sitemaps", 
		"sitemap.xml", 
		"sitemap index",
		"meta tags",
		"open graph",
		"twitter tags",
		"rich results",
		"images sitemaps",
		"video sitemaps",
		"index sitemaps",
		"news sitemaps"
	],
	"license": "MIT",
	"authors": [
		{
			"name": "Mohamed ELbahja",
			"email": "mohamed@elbahja.me",
			"homepage": "https://elbahja.me",
			"role": "Developer"
		}
	],
	"require":  {
		"php": ">=8.1",
		"ext-xml": "*",
		"ext-curl": "*",
		"ext-json": "*"
	},
	"autoload": {
		"psr-4": {
			"Melbahja\\Seo\\": "src/"
		}
	},
	"require-dev": {
		"phpunit/phpunit": "^10.0"
	},
	"minimum-stability": "dev",
	"prefer-stable": true
}
