123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "8fa5f3e8ff0d88b02f744b9dc4cfa420",
- "packages": [
- {
- "name": "teamtnt/tntsearch",
- "version": "v2.9.0",
- "source": {
- "type": "git",
- "url": "https://github.com/teamtnt/tntsearch.git",
- "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
- "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "ext-pdo_sqlite": "*",
- "ext-sqlite3": "*",
- "php": "~7.1|^8"
- },
- "require-dev": {
- "phpunit/phpunit": "7.*|8.*|9.*",
- "symfony/var-dumper": "^4|^5.2"
- },
- "type": "library",
- "autoload": {
- "files": [
- "helper/helpers.php"
- ],
- "psr-4": {
- "TeamTNT\\TNTSearch\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nenad Tičarić",
- "email": "nticaric@gmail.com",
- "homepage": "http://www.tntstudio.us",
- "role": "Developer"
- }
- ],
- "description": "A fully featured full text search engine written in PHP",
- "homepage": "https://github.com/teamtnt/tntsearch",
- "keywords": [
- "Fuzzy search",
- "bm25",
- "fulltext",
- "geosearch",
- "search",
- "stemming",
- "teamtnt",
- "text classification",
- "tntsearch"
- ],
- "support": {
- "issues": "https://github.com/teamtnt/tntsearch/issues",
- "source": "https://github.com/teamtnt/tntsearch/tree/v2.9.0"
- },
- "funding": [
- {
- "url": "https://ko-fi.com/nticaric",
- "type": "ko_fi"
- },
- {
- "url": "https://opencollective.com/tntsearch",
- "type": "open_collective"
- },
- {
- "url": "https://www.patreon.com/nticaric",
- "type": "patreon"
- }
- ],
- "time": "2022-02-22T10:35:34+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=7.1.3",
- "ext-json": "*",
- "ext-pdo": "*"
- },
- "platform-dev": [],
- "platform-overrides": {
- "php": "7.1.3"
- },
- "plugin-api-version": "2.3.0"
- }
|