[
    {
        "name": "diggin/diggin-htmlsax",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/diggin/Diggin_HTMLSax.git",
            "reference": "e2faaefadc1aff6f520374c578234d3a2ae8e986"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/diggin/Diggin_HTMLSax/zipball/e2faaefadc1aff6f520374c578234d3a2ae8e986",
            "reference": "e2faaefadc1aff6f520374c578234d3a2ae8e986",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.11.5",
            "phpunit/phpunit": "~8",
            "zendframework/zend-coding-standard": "^1.0"
        },
        "time": "2019-05-06T03:29:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Diggin\\HTMLSax\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "description": "FORK of PEAR's XML_HTMLSax3",
        "keywords": [
            "HTMLSax",
            "sax"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.5.x-dev",
        "version_normalized": "6.5.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "400cefd25a23a3098486bfb52685b5367a464171"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/400cefd25a23a3098486bfb52685b5367a464171",
            "reference": "400cefd25a23a3098486bfb52685b5367a464171",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "ext-intl": "Required for Internationalized Domain Name (IDN) support",
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2019-12-30T04:52:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "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"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "89b1a76b7fda5853401297dc4b2a093cba1fda23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/89b1a76b7fda5853401297dc4b2a093cba1fda23",
            "reference": "89b1a76b7fda5853401297dc4b2a093cba1fda23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^7.5"
        },
        "time": "2020-02-15T23:33:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "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"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.x-dev",
        "version_normalized": "1.9999999.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "c73b502efd02beb2602500aa36793fb405e383ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/c73b502efd02beb2602500aa36793fb405e383ac",
            "reference": "c73b502efd02beb2602500aa36793fb405e383ac",
            "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": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-02-12T23:13:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "source",
        "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": "onecrm/api",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/1CRM/1crm-api-client-php.git",
            "reference": "64294eb1374b3f836c044f4186a9a7eeb45ed752"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/1CRM/1crm-api-client-php/zipball/64294eb1374b3f836c044f4186a9a7eeb45ed752",
            "reference": "64294eb1374b3f836c044f4186a9a7eeb45ed752",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.3"
        },
        "time": "2019-10-19T02:31:32+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "OneCRM\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Andrey Demenev",
                "email": "andrey@1crm.com",
                "role": "Developer"
            }
        ],
        "description": "PHP library to access 1CRM REST API",
        "homepage": "https://www.1crm.com/",
        "keywords": [
            "1crm",
            "api",
            "crm",
            "rest"
        ]
    },
    {
        "name": "pear/html_safe",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/landy2005/SafeHTML.git",
            "reference": "1bc8f3bc452932c6704267255dfaf4ea7541154e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/landy2005/SafeHTML/zipball/1bc8f3bc452932c6704267255dfaf4ea7541154e",
            "reference": "1bc8f3bc452932c6704267255dfaf4ea7541154e",
            "shasum": ""
        },
        "require": {
            "diggin/diggin-htmlsax": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2018-08-01T12:52:55+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "HTML": "./"
            }
        },
        "include-path": [
            "./"
        ],
        "license": [
            "BSD (3 Clause)"
        ],
        "authors": [
            {
                "email": "demrit@php.net",
                "name": "Miguel Vazquez Gocobachi",
                "role": "Lead"
            }
        ],
        "description": "More info available on: http://pear.php.net/package/HTML_Safe",
        "support": {
            "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=HTML_Safe",
            "source": "https://github.com/pear/HTML_Safe"
        }
    },
    {
        "name": "psr/http-message",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-08-29T13:16:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "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."
    }
]
