HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/liempde.ehbo.today/vendor/teamtnt/tntsearch/composer.json
{
    "name": "teamtnt/tntsearch",
    "type": "library",
    "description": "A fully featured full text search engine written in PHP",
    "keywords": [
        "teamtnt", "tntsearch", "search", "fulltext", "geosearch", "fuzzy search"
    ],
    "homepage": "https://github.com/teamtnt/tntsearch",
    "license": "MIT",
    "authors": [
        {
            "name": "Nenad Tičarić",
            "email": "nticaric@gmail.com",
            "homepage": "http://www.tntstudio.us",
            "role": "Developer"
        }
    ],
    "require": {
        "php" : "~5.5|~7.0",
        "ext-pdo_sqlite": "*",
        "ext-sqlite3": "*",
        "ext-mbstring": "*"
    },
    "require-dev": {
        "phpunit/phpunit" : "5.*"
    },
    "autoload": {
        "psr-4": {
            "TeamTNT\\TNTSearch\\": "src"
        },
        "files": [
            "helper/helpers.php"
        ]
    }
}