[
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "serps/core",
        "version": "v0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serp-spider/core.git",
            "reference": "0d626b3755ab4e56de494041ae559f0d68ae9171"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serp-spider/core/zipball/0d626b3755ab4e56de494041ae559f0d68ae9171",
            "reference": "0d626b3755ab4e56de494041ae559f0d68ae9171",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "psr/http-message": "^1.0.0",
            "symfony/css-selector": "^2|^3|^4"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.3.0",
            "phpunit/phpunit": "~4.1",
            "squizlabs/php_codesniffer": "~2.5",
            "zendframework/zend-diactoros": "1.3.3"
        },
        "time": "2018-04-04T14:00:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Serps\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Fair"
        ],
        "authors": [
            {
                "name": "Soufiane GHZAL",
                "homepage": "https://github.com/gsouf"
            }
        ],
        "description": "Search engine scrapper",
        "homepage": "https://github.com/serp-spider/core",
        "keywords": [
            "bing",
            "google",
            "scrapper",
            "search engine",
            "yahoo"
        ]
    },
    {
        "name": "serps/http-client-curl",
        "version": "v0.2.3",
        "version_normalized": "0.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serp-spider/http-client-curl.git",
            "reference": "67e57649b512dd1ae57bdb766bdd08d18de7f0cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serp-spider/http-client-curl/zipball/67e57649b512dd1ae57bdb766bdd08d18de7f0cf",
            "reference": "67e57649b512dd1ae57bdb766bdd08d18de7f0cf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "serps/core": "~0.2.0|~0.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.1",
            "serps/http-client-test-suite": "*",
            "squizlabs/php_codesniffer": "~2.5",
            "zendframework/zend-diactoros": ">=1"
        },
        "time": "2018-04-04T14:05:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.2.*-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Serps\\HttpClient\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Fair"
        ],
        "authors": [
            {
                "name": "Soufiane GHZAL",
                "homepage": "https://github.com/gsouf"
            }
        ],
        "description": "CURL client for SERPS",
        "homepage": "https://github.com/serp-spider/serps-http-client-curl",
        "keywords": [
            "SERPS",
            "curl",
            "http client"
        ]
    },
    {
        "name": "serps/search-engine-google",
        "version": "v0.4.7",
        "version_normalized": "0.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serp-spider/search-engine-google.git",
            "reference": "83d88cf6ab7e11189a7ae39202ec2b3fbdc5d1be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serp-spider/search-engine-google/zipball/83d88cf6ab7e11189a7ae39202ec2b3fbdc5d1be",
            "reference": "83d88cf6ab7e11189a7ae39202ec2b3fbdc5d1be",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "php": ">=5.5",
            "serps/core": "~0.3.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.4",
            "phpunit/phpunit": "~4.1",
            "serps/cli": "^1.1",
            "squizlabs/php_codesniffer": "~3.2",
            "symfony/yaml": ">=2.0"
        },
        "suggest": {
            "guzzlehttp/psr7": "For http request",
            "zendframework/zend-diactoros": "For http request"
        },
        "time": "2019-05-18T07:33:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Serps\\SearchEngine\\Google\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Fair"
        ],
        "authors": [
            {
                "name": "Soufiane GHZAL",
                "homepage": "https://github.com/gsouf"
            }
        ],
        "description": "Google Rules and client for SERPS",
        "homepage": "https://github.com/serp-spider/search-engine-google",
        "keywords": [
            "SERPS",
            "google"
        ]
    },
    {
        "name": "symfony/css-selector",
        "version": "v4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/105c98bb0c5d8635bea056135304bd8edcc42b4d",
            "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2019-01-16T21:53:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    }
]
