{ "name": "automattic/jetpack-schema", "description": "Define a schema to validate or sanitize data in php", "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { "php": ">=7.2" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", "automattic/jetpack-changelogger": "^5.1.0", "automattic/wordbless": "^0.4.2" }, "autoload": { "classmap": [ "src/" ] }, "scripts": { "build-development": "echo 'Add your build step to composer.json, please!'", "build-production": "echo 'Add your build step to composer.json, please!'", "phpunit": [ "./vendor/phpunit/phpunit/phpunit --colors=always" ], "test-coverage": [ "php -dpcov.directory=. ./vendor/bin/phpunit --coverage-php \"$COVERAGE_DIR/php.cov\"" ], "test-php": [ "@composer phpunit" ], "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "autotagger": true, "branch-alias": { "dev-trunk": "0.2.x-dev" }, "changelogger": { "link-template": "https://github.com/Automattic/jetpack-schema/compare/v${old}...v${new}" }, "mirror-repo": "Automattic/jetpack-schema", "textdomain": "jetpack-schema", "version-constants": { "::PACKAGE_VERSION": "src/class-schema.php" } }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." }, "config": { "allow-plugins": { "roots/wordpress-core-installer": true } } }