PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of AccountKiller   Fuse   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Fuse
Fuzzy search of arrays using the Bitap algorithm
Author: By
Last change: refactor: migrate from Psalm + PHPUnit to PHPStan + Pest
feat: add 'format' npm script
chore: format package.json with 2 spaces of indentation
chore: update dependencies
Date: 1 month ago
Size: 286 bytes
 

Contents

Class file image Download
{ "devDependencies": { "@prettier/plugin-php": "^0.22.4", "@prettier/plugin-xml": "^3.4.1", "prettier": "^3.4.2" }, "scripts": { "format": "prettier --plugin @prettier/plugin-php --plugin @prettier/plugin-xml --write 'src/**/*.php' 'tests/**/*.php' '*.xml'" } }