80c8a03638
Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.7.1 to 1.0.0. - [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases) - [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator) - [Commits](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/compare/v0.7.1...v1.0.0) --- updated-dependencies: - dependency-name: dealerdirect/phpcodesniffer-composer-installer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.9 KiB
JSON
40 lines
1.9 KiB
JSON
{
|
|
"name": "markcheret/footnotes",
|
|
"description": "footnotes lets you easily add highly-customisable footnotes on your WordPress Pages and Posts.",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"cm": "npm run cz",
|
|
"release": "./_tools/release.sh",
|
|
"release:commit": "composer run release -- -c",
|
|
"build": "./_tools/build.sh",
|
|
"lint": "composer run lint:php && npm run lint",
|
|
"lint:fix": "composer run lint:php:fix && npm run lint:fix",
|
|
"format": "npm run format",
|
|
"format:fix": "npm run format:fix",
|
|
"lint:php": "./vendor/bin/phpcs --standard=WordPress,PHPCompatibilityWP --runtime-set testVersion 7.0- --colors --encoding=utf-8 -p ./src/*.php ./src/*/*.php ./src/*/*/*.php",
|
|
"lint:php:fix": "./vendor/bin/phpcbf --standard=WordPress,PHPCompatibilityWP --runtime-set testVersion 7.0- --colors --encoding=utf-8 -p ./src/*.php ./src/*/*.php ./src/*/*/*.php",
|
|
"lint:css": "npm run lint:css",
|
|
"lint:css:fix": "npm run lint:css:fix",
|
|
"lint:js": "npm run lint:js",
|
|
"lint:js:fix": "npm run lint:js:fix",
|
|
"format:js": "npm run format:js",
|
|
"format:js:fix": "npm run format:js:fix",
|
|
"lint:md": "npm run lint:md",
|
|
"lint:md:fix": "npm run lint:md:fix",
|
|
"lint:html": "npm run lint:html",
|
|
"docs": "./vendor/bin/phpdoc",
|
|
"post-install-cmd": "npm install",
|
|
"minify": "npm run minify",
|
|
"minify:css": "npm run minify:css",
|
|
"minify:js": "npm run minify:js"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
|
|
"phpcompatibility/php-compatibility": "*",
|
|
"wp-coding-standards/wpcs": "^2.3",
|
|
"phpdocumentor/phpdocumentor": "^3.0",
|
|
"marcocesarato/php-conventional-changelog": "^1.9",
|
|
"phpcompatibility/phpcompatibility-wp": "*"
|
|
},
|
|
"prefer-stable": true
|
|
}
|