39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "mapleopentech/maple-local-fonts",
|
|
"description": "Import Google Fonts to local storage for GDPR-compliant, privacy-friendly typography in WordPress.",
|
|
"type": "wordpress-plugin",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Maple Open Technologies",
|
|
"homepage": "https://mapleopentech.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6",
|
|
"wp-coding-standards/wpcs": "^3.0",
|
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"yoast/phpunit-polyfills": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit",
|
|
"phpcs": "phpcs",
|
|
"phpcbf": "phpcbf",
|
|
"compat": "phpcs -p --standard=PHPCompatibilityWP --runtime-set testVersion 7.4- --extensions=php --ignore=vendor,tests ."
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"MapleLocalFonts\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|