{
	"name": "dknauss/borges-bibliography-builder",
	"description": "WordPress scholarly bibliography block plugin PHP tooling",
	"type": "project",
	"license": "GPL-2.0-or-later",
	"require-dev": {
		"phpunit/phpunit": "^12.5",
		"php-stubs/wordpress-stubs": "^6.8",
		"sirbrillig/phpcs-changed": "^2.11",
		"vimeo/psalm": "^6.0",
		"wp-coding-standards/wpcs": "^3.0"
	},
	"scripts": {
		"test:php": "phpunit",
		"test:php:coverage": "phpunit --coverage-clover build/logs/phpunit-clover.xml",
		"analyze:php": "psalm --no-progress",
		"lint:php": "phpcs --standard=phpcs.xml.dist",
		"lint:php:fix": "phpcbf --standard=phpcs.xml.dist"
	},
	"config": {
		"platform": {
			"php": "8.3.30"
		},
		"sort-packages": true,
		"allow-plugins": {
			"composer/package-versions-deprecated": true,
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"require": {
		"seboettg/citeproc-php": "^2.7"
	},
	"repositories": [
		{
			"type": "path",
			"url": "packages/citation-style-language-styles",
			"options": {
				"symlink": false
			}
		},
		{
			"type": "path",
			"url": "packages/citation-style-language-locales",
			"options": {
				"symlink": false
			}
		}
	]
}
