{
	"name": "youthweb/urllinker",
	"description": "Autolink URLs in text or html",
	"type": "library",
	"license": "GPL-3.0-or-later",
	"homepage": "https://github.com/youthweb",
	"authors": [
		{
			"name": "Søren Løvborg",
			"role": "Developer"
		},
		{
			"name": "Dawid Nowak",
			"email": "code@dnowak.pl",
			"role": "Developer"
		}
	],
	"require": {
		"php": "^7.4 || ^8.0"
	},
	"require-dev": {
		"friendsofphp/php-cs-fixer": "^3.13",
		"phpunit/phpunit": "^9",
		"phpstan/phpstan": "^1.9"
	},
	"autoload": {
		"psr-4": {
			"Youthweb\\UrlLinker\\": "src"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"Youthweb\\UrlLinker\\Tests\\": "tests"
		}
	},
	"config": {
		"sort-packages": true
	},
	"scripts": {
		"check": "vendor/bin/phpstan analyze",
		"cs": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
		"test": "vendor/bin/phpunit"
	}
}
