Initial commit: Atomaste website
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "litespeed-cache",
|
||||
"description": "High-performance page caching and site optimization from LiteSpeed",
|
||||
"license": "GPLv3",
|
||||
"scripts": {
|
||||
"format-check": "vendor/bin/phpcs --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php",
|
||||
"install-composer-packages": "composer require --dev squizlabs/php_codesniffer:^3.12 wp-coding-standards/wpcs:^3.1 dealerdirect/phpcodesniffer-composer-installer:^1.0 && vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs,vendor/phpcsstandards/phpcsutils,vendor/phpcsstandards/phpcsextra",
|
||||
"sniff-check": "vendor/bin/phpcs --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php",
|
||||
"wpformat": "vendor/bin/phpcbf --standard=phpcs.ruleset.xml cli/ lib/ src/ tpl/ thirdparty autoload.php litespeed-cache.php"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-php": "^0.21.0",
|
||||
"prettier": "^3.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user