Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

55 lines
1.3 KiB
JSON

{
"name": "automattic/block-delimiter",
"description": "Efficiently work with block structure",
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"php": ">=7.2"
},
"require-dev": {
"automattic/jetpack-test-environment": "@dev",
"automattic/jetpack-changelogger": "^6.0.6",
"automattic/phpunit-select-config": "^1.0.3"
},
"autoload": {
"classmap": [
"src/"
]
},
"autoload-dev": {
"classmap": [
"tests/php/lib/"
],
"psr-4": {
"Automattic\\Block_Delimiter\\Tests\\": "tests/php/"
}
},
"scripts": {
"phpunit": [
"phpunit-select-config phpunit.#.xml.dist --colors=always"
],
"test-coverage": [
"php -dpcov.directory=. ./vendor/bin/phpunit-select-config phpunit.#.xml.dist --coverage-php \"$COVERAGE_DIR/php.cov\""
],
"test-php": [
"@composer phpunit"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"autotagger": true,
"branch-alias": {
"dev-trunk": "0.3.x-dev"
},
"changelogger": {
"link-template": "https://github.com/Automattic/block-delimiter/compare/v${old}...v${new}"
},
"mirror-repo": "Automattic/block-delimiter",
"textdomain": "jetpack-block-delimiter"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
}
}