{
	"name": "cssjanus/cssjanus",
	"description": "Convert CSS stylesheets between left-to-right and right-to-left.",
	"license": "Apache-2.0",
	"homepage": "https://www.mediawiki.org/wiki/CSSJanus",
	"authors": [
		{
			"name": "Roan Kattouw"
		},
		{
			"name": "Trevor Parscal"
		},
		{
			"name": "Timo Tijhof"
		}
	],
	"autoload": {
		"psr-0": {
			"": "src/"
		}
	},
	"require": {
		"php": ">=7.4.0"
	},
	"require-dev": {
		"mediawiki/mediawiki-codesniffer": "43.0.0",
		"mediawiki/mediawiki-phan-config": "0.14.0",
		"php-parallel-lint/php-parallel-lint": "1.3.2",
		"phpunit/phpunit": "9.6.16"
	},
	"scripts": {
		"test": [
			"parallel-lint . --exclude vendor",
			"phpunit",
			"@phpcs",
			"@phan"
		],
		"cover": "phpunit --coverage-html coverage",
		"phan": "phan --allow-polyfill-parser",
		"fix": [
			"phpcbf"
		],
		"phpcs": "phpcs -sp"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
