PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AccountKiller   Fuse   composer.json   Download  
File: composer.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: chore: bump psalm/plugin-phpunit from 0.17.0 to 0.18.0 (#87)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 1 year ago
Size: 1,406 bytes
 

Contents

Class file image Download
{ "name": "loilo/fuse", "description": "Fuzzy search for PHP based on Bitap algorithm", "type": "library", "version": "6.6.3", "license": "Apache-2.0", "authors": [ { "name": "Florian Reuschel", "email": "florian@loilo.de" } ], "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "dms/phpunit-arraysubset-asserts": "^0.3.0 || ^0.4.0", "phpunit/phpunit": "^8.0 || ^9.0", "psalm/plugin-phpunit": "^0.16.1 || ^0.17.0 || ^0.18.0", "squizlabs/php_codesniffer": "^3.6", "vimeo/psalm": "^4.9 || ^5.0" }, "autoload": { "psr-4": { "Fuse\\": "src/" }, "files": [ "src/Core/computeScore.php", "src/Core/config.php", "src/Core/format.php", "src/Core/parse.php", "src/Helpers/get.php", "src/Helpers/sort.php", "src/Helpers/types.php", "src/Search/Bitap/computeScore.php", "src/Search/Bitap/convertMaskToIndices.php", "src/Search/Bitap/createPatternAlphabet.php", "src/Search/Bitap/search.php", "src/Search/Extended/parseQuery.php", "src/Transform/transformMatches.php", "src/Transform/transformScore.php" ] }, "config": { "sort-packages": true } }