{
    "packages": [
        {
            "name": "camoo/curl-http-client",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/curl-http-client.git",
                "reference": "164fda1367351084487cd60d3e977a426f9d31e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/curl-http-client/zipball/164fda1367351084487cd60d3e977a426f9d31e8",
                "reference": "164fda1367351084487cd60d3e977a426f9d31e8",
                "shasum": ""
            },
            "require": {
                "camoo/http-header-parser": "^1.0",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=8.0",
                "psr/http-message": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2024-10-20T09:33:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Camoo\\Http\\Curl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CAMOO SARL",
                    "email": "support@camoo.hosting"
                }
            ],
            "description": "Simple Curl Http Client",
            "homepage": "https://www.camoo.hosting",
            "keywords": [
                "PSR-7 http-client",
                "Simple Http Client",
                "curl client",
                "http client"
            ],
            "support": {
                "issues": "https://github.com/camoo/curl-http-client/issues",
                "source": "https://github.com/camoo/curl-http-client"
            },
            "install-path": "../camoo/curl-http-client"
        },
        {
            "name": "camoo/http-header-parser",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/http-header-parser.git",
                "reference": "350ea05fa68c67f321d692f33d49de1434605528"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/http-header-parser/zipball/350ea05fa68c67f321d692f33d49de1434605528",
                "reference": "350ea05fa68c67f321d692f33d49de1434605528",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2023-06-19T05:54:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "BFunky\\HttpParser\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jairo Rodríguez",
                    "email": "jairo@bfunky.net",
                    "homepage": "http://www.bfunky.net"
                },
                {
                    "name": "Camoo Sarl",
                    "email": "dev@camoo.sarl",
                    "homepage": "https://www.camoo.cm"
                }
            ],
            "description": "A library to parse HTTP headers and HTTP header fields",
            "keywords": [
                "http",
                "http fields",
                "http parser",
                "http request",
                "http response",
                "parser"
            ],
            "support": {
                "source": "https://github.com/camoo/http-header-parser/tree/1.0.1"
            },
            "install-path": "../camoo/http-header-parser"
        },
        {
            "name": "camoo/payment-api",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/camoo/payment-api.git",
                "reference": "ff954744efa623ac6cb31f9e574f07ad824c9492"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/camoo/payment-api/zipball/ff954744efa623ac6cb31f9e574f07ad824c9492",
                "reference": "ff954744efa623ac6cb31f9e574f07ad824c9492",
                "shasum": ""
            },
            "require": {
                "camoo/curl-http-client": "^1.1",
                "php": ">=8.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^11"
            },
            "time": "2025-01-22T22:53:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Camoo\\Payment\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "CAMOO SARL",
                    "email": "payment@camoo.sarl"
                }
            ],
            "description": "CAMOO Payment API",
            "support": {
                "issues": "https://github.com/camoo/payment-api/issues",
                "source": "https://github.com/camoo/payment-api/tree/1.0.2"
            },
            "install-path": "../camoo/payment-api"
        },
        {
            "name": "psr/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/1.1"
            },
            "install-path": "../psr/http-message"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
