[
    {
        "name": "asika/pdf2text",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/asika32764/php-pdf-2-text.git",
            "reference": "a14ea95695a277e385dbc03caeddb91c5e10319f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/asika32764/php-pdf-2-text/zipball/a14ea95695a277e385dbc03caeddb91c5e10319f",
            "reference": "a14ea95695a277e385dbc03caeddb91c5e10319f",
            "shasum": ""
        },
        "time": "2016-11-02T03:47:29+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Asika\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL v2"
        ],
        "authors": [
            {
                "name": "Simon Asika",
                "email": "asika32764@gmail.com"
            }
        ],
        "description": "Simple PHP PDF to text class."
    },
    {
        "name": "foadyousefi/seven-fields",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/foadyousefi/seven-fields.git",
            "reference": "89e1431b0960657135ee44095d862afe48baeb62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/foadyousefi/seven-fields/zipball/89e1431b0960657135ee44095d862afe48baeb62",
            "reference": "89e1431b0960657135ee44095d862afe48baeb62",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2019-01-09T12:17:22+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "SevenFields\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Foad Yousefi",
                "email": "foadyousefi@gmail.com",
                "homepage": "https://7km.co/"
            }
        ],
        "description": "WordPress developer-friendly option pages with custom fields.",
        "homepage": "https://7km.co/"
    },
    {
        "name": "front/redisearch",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/front/redisearch.git",
            "reference": "e74aa4dd41f3bdbee1a501b2cedf679ae0331ed9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/front/redisearch/zipball/e74aa4dd41f3bdbee1a501b2cedf679ae0331ed9",
            "reference": "e74aa4dd41f3bdbee1a501b2cedf679ae0331ed9",
            "shasum": ""
        },
        "require": {
            "predis/predis": "^1.1"
        },
        "time": "2020-10-13T12:33:36+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "FKRediSearch\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Foad Yousefi",
                "email": "foadyousefi@gmail.com",
                "homepage": "https://frontkom.no"
            },
            {
                "name": "Fábio Neves",
                "email": "fabio@frontkom.com",
                "homepage": "https://frontkom.com"
            },
            {
                "name": "Bartosz Jarzyna",
                "email": "bartosz@netkata.com",
                "homepage": "https://netkata.com"
            }
        ],
        "description": "CMS/Framework agnostic RediSearch client",
        "homepage": "http://github.com/front/redisearch",
        "keywords": [
            "redis",
            "redisearch"
        ]
    },
    {
        "name": "predis/predis",
        "version": "v1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/predis/predis.git",
            "reference": "5f4b87080f4df0042a57d537137c1d2c17a2b79a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/predis/predis/zipball/5f4b87080f4df0042a57d537137c1d2c17a2b79a",
            "reference": "5f4b87080f4df0042a57d537137c1d2c17a2b79a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "cweagans/composer-patches": "^1.6",
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "ext-curl": "Allows access to Webdis when paired with phpiredis",
            "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
        },
        "time": "2020-09-20T15:16:49+00:00",
        "type": "library",
        "extra": {
            "composer-exit-on-patch-failure": true,
            "patches": {
                "phpunit/phpunit-mock-objects": {
                    "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
                },
                "phpunit/phpunit": {
                    "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
                    "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
                }
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Predis\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniele Alessandri",
                "email": "suppakilla@gmail.com",
                "homepage": "http://clorophilla.net",
                "role": "Creator & Maintainer"
            },
            {
                "name": "Till Krüss",
                "homepage": "https://till.im",
                "role": "Maintainer"
            }
        ],
        "description": "Flexible and feature-complete Redis client for PHP and HHVM",
        "homepage": "http://github.com/predis/predis",
        "keywords": [
            "nosql",
            "predis",
            "redis"
        ],
        "funding": [
            {
                "url": "https://github.com/sponsors/tillkruss",
                "type": "github"
            }
        ]
    },
    {
        "name": "vaites/php-apache-tika",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/vaites/php-apache-tika.git",
            "reference": "dcc27626ee7d0f572a828539a607d734094b9e73"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vaites/php-apache-tika/zipball/dcc27626ee7d0f572a828539a607d734094b9e73",
            "reference": "dcc27626ee7d0f572a828539a607d734094b9e73",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=7.2.0"
        },
        "require-dev": {
            "filp/whoops": "^2.7",
            "nunomaduro/phpinsights": "^1.14",
            "phpstan/phpstan": "^0.12.26",
            "phpunit/phpunit": "^8.0",
            "symfony/var-dumper": "^5.1"
        },
        "time": "2020-10-19T20:23:24+00:00",
        "type": "library",
        "extra": {
            "supported-versions": [
                "1.15",
                "1.16",
                "1.17",
                "1.18",
                "1.19",
                "1.19.1",
                "1.20",
                "1.21",
                "1.22",
                "1.23",
                "1.24",
                "1.24.1"
            ]
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Vaites\\ApacheTika\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Martínez",
                "email": "contacto@davidmartinez.net"
            }
        ],
        "description": "Apache Tika bindings for PHP: extracts text from documents and images (with OCR), metadata and more...",
        "keywords": [
            "OCR",
            "apache",
            "doc",
            "documents",
            "docx",
            "odt",
            "office",
            "pdf",
            "ppt",
            "pptx",
            "tika"
        ]
    }
]
