Current File : //var/www/prestashop/modules/ps_facebook/vendor/composer/installed.json
{
    "packages": [
        {
            "name": "clue/stream-filter",
            "version": "v1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/clue/stream-filter.git",
                "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
                "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
            },
            "time": "2022-02-21T13:15:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "Clue\\StreamFilter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "A simple and modern approach to stream filtering in PHP",
            "homepage": "https://github.com/clue/php-stream-filter",
            "keywords": [
                "bucket brigade",
                "callback",
                "filter",
                "php_user_filter",
                "stream",
                "stream_filter_append",
                "stream_filter_register"
            ],
            "support": {
                "issues": "https://github.com/clue/stream-filter/issues",
                "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
            },
            "funding": [
                {
                    "url": "https://clue.engineering/support",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/clue",
                    "type": "github"
                }
            ],
            "install-path": "../clue/stream-filter"
        },
        {
            "name": "facebook/php-business-sdk",
            "version": "dev-guzzle-adapter",
            "version_normalized": "dev-guzzle-adapter",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/facebook-php-business-sdk.git",
                "reference": "55994a7162da9ccf5d2e2acaa60e444124f889da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/facebook-php-business-sdk/zipball/55994a7162da9ccf5d2e2acaa60e444124f889da",
                "reference": "55994a7162da9ccf5d2e2acaa60e444124f889da",
                "shasum": ""
            },
            "require": {
                "prestashop/module-lib-guzzle-adapter": "^0 || ^1.0"
            },
            "require-dev": {
                "mockery/mockery": "1.3.3",
                "phpunit/phpunit": "~9",
                "symfony/finder": "~2.6"
            },
            "time": "2023-09-26T10:21:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FacebookAds\\": "src/FacebookAds/"
                }
            },
            "description": "PHP SDK for Facebook Business",
            "homepage": "https://developers.facebook.com/",
            "keywords": [
                "ads",
                "business",
                "facebook",
                "instagram",
                "page",
                "sdk"
            ],
            "support": {
                "source": "https://github.com/PrestaShopCorp/facebook-php-business-sdk/tree/guzzle-adapter"
            },
            "install-path": "../facebook/php-business-sdk"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.9.1",
            "version_normalized": "1.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "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.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-04-17T16:00:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "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"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "php-http/httplug",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/httplug.git",
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
                "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "php-http/promise": "^1.0",
                "psr/http-message": "^1.0"
            },
            "require-dev": {
                "henrikbjorn/phpspec-code-coverage": "^1.0",
                "phpspec/phpspec": "^2.4"
            },
            "time": "2016-08-31T08:30:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eric GELOEN",
                    "email": "geloen.eric@gmail.com"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "HTTPlug, the HTTP client abstraction for PHP",
            "homepage": "http://httplug.io",
            "keywords": [
                "client",
                "http"
            ],
            "support": {
                "issues": "https://github.com/php-http/httplug/issues",
                "source": "https://github.com/php-http/httplug/tree/master"
            },
            "install-path": "../php-http/httplug"
        },
        {
            "name": "php-http/message",
            "version": "1.16.0",
            "version_normalized": "1.16.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/message.git",
                "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
                "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
                "shasum": ""
            },
            "require": {
                "clue/stream-filter": "^1.5",
                "php": "^7.2 || ^8.0",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http/message-factory-implementation": "1.0"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "^2.6",
                "ext-zlib": "*",
                "guzzlehttp/psr7": "^1.0 || ^2.0",
                "laminas/laminas-diactoros": "^2.0 || ^3.0",
                "php-http/message-factory": "^1.0.2",
                "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
                "slim/slim": "^3.0"
            },
            "suggest": {
                "ext-zlib": "Used with compressor/decompressor streams",
                "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
                "laminas/laminas-diactoros": "Used with Diactoros Factories",
                "slim/slim": "Used with Slim Framework PSR-7 implementation"
            },
            "time": "2023-05-17T06:43:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/filters.php"
                ],
                "psr-4": {
                    "Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "HTTP Message related tools",
            "homepage": "http://php-http.org",
            "keywords": [
                "http",
                "message",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/php-http/message/issues",
                "source": "https://github.com/php-http/message/tree/1.16.0"
            },
            "install-path": "../php-http/message"
        },
        {
            "name": "php-http/promise",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-http/promise.git",
                "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
                "phpspec/phpspec": "^5.1.2 || ^6.2"
            },
            "time": "2020-07-07T09:29:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Http\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "joel.wurtz@gmail.com"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Promise used for asynchronous HTTP requests",
            "homepage": "http://httplug.io",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/php-http/promise/issues",
                "source": "https://github.com/php-http/promise/tree/1.1.0"
            },
            "install-path": "../php-http/promise"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.9.1",
            "version_normalized": "1.9.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
            },
            "time": "2023-02-25T19:38:58+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true
                },
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOption\\": "src/PhpOption/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
                },
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "support": {
                "issues": "https://github.com/schmittjoh/php-option/issues",
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpoption/phpoption"
        },
        {
            "name": "prestashop/module-lib-cache-directory-provider",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider.git",
                "reference": "34a577b66a7e52ae16d6f40efd1db17290bad453"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-cache-directory-provider/zipball/34a577b66a7e52ae16d6f40efd1db17290bad453",
                "reference": "34a577b66a7e52ae16d6f40efd1db17290bad453",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7"
            },
            "time": "2020-09-08T14:13:23+00:00",
            "type": "project",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\ModuleLibCacheDirectoryProvider\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "Cache directory provider to use on prestashop modules",
            "keywords": [
                "composer",
                "modules",
                "package",
                "prestashop"
            ],
            "support": {
                "issues": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider/issues",
                "source": "https://github.com/PrestaShopCorp/module-lib-cache-directory-provider/tree/master"
            },
            "install-path": "../prestashop/module-lib-cache-directory-provider"
        },
        {
            "name": "prestashop/module-lib-faq",
            "version": "v2.2",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/module-lib-faq.git",
                "reference": "23be3438f0764c9ceb712ce07bd309124e2a355f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-faq/zipball/23be3438f0764c9ceb712ce07bd309124e2a355f",
                "reference": "23be3438f0764c9ceb712ce07bd309124e2a355f",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "prestashop/module-lib-guzzle-adapter": "^0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.4",
                "php-http/mock-client": "^1.5",
                "phpunit/phpunit": "~5.7",
                "prestashop/php-dev-tools": "^4.2"
            },
            "time": "2022-06-20T15:21:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\ModuleLibFaq\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "Library allowing modules to load FAQ from PrestaShop servers",
            "support": {
                "issues": "https://github.com/PrestaShopCorp/module-lib-faq/issues",
                "source": "https://github.com/PrestaShopCorp/module-lib-faq/tree/v2.2"
            },
            "install-path": "../prestashop/module-lib-faq"
        },
        {
            "name": "prestashop/module-lib-guzzle-adapter",
            "version": "v0.6",
            "version_normalized": "0.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/module-lib-guzzle-adapter.git",
                "reference": "451477b899b6fae8865a0face5b3362b07a1f947"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-guzzle-adapter/zipball/451477b899b6fae8865a0face5b3362b07a1f947",
                "reference": "451477b899b6fae8865a0face5b3362b07a1f947",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "~1.9",
                "php": ">=5.6.0",
                "php-http/httplug": "~1.1",
                "php-http/message": "^1.7",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "php-http/client-implementation": "1.0",
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.7",
                "phpunit/phpunit": "^9.5|^8.5|^5.7",
                "prestashop/php-dev-tools": "^4.2|^3.16"
            },
            "time": "2023-01-11T15:09:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Prestashop\\ModuleLibGuzzleAdapter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "Plug modules to the Guzzle client available on a running shop",
            "support": {
                "issues": "https://github.com/PrestaShopCorp/module-lib-guzzle-adapter/issues",
                "source": "https://github.com/PrestaShopCorp/module-lib-guzzle-adapter/tree/v0.6"
            },
            "install-path": "../prestashop/module-lib-guzzle-adapter"
        },
        {
            "name": "prestashop/module-lib-service-container",
            "version": "v2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/module-lib-service-container.git",
                "reference": "5525b56513d9ddad6e4232dfd93a24e028efdca7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-service-container/zipball/5525b56513d9ddad6e4232dfd93a24e028efdca7",
                "reference": "5525b56513d9ddad6e4232dfd93a24e028efdca7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.0",
                "prestashop/module-lib-cache-directory-provider": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7"
            },
            "suggest": {
                "symfony/config": "Needed when the running PrestaShop does not already run with Symfony",
                "symfony/dependency-injection": "Needed when the running PrestaShop does not already run with Symfony",
                "symfony/expression-language": "Needed when the running PrestaShop does not already run with Symfony",
                "symfony/yaml": "Needed when the running PrestaShop does not already run with Symfony"
            },
            "time": "2022-06-20T08:30:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\ModuleLibServiceContainer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AFL-3.0"
            ],
            "authors": [
                {
                    "name": "PrestaShop SA",
                    "email": "contact@prestashop.com"
                }
            ],
            "description": "Service container to use on prestashop modules",
            "keywords": [
                "composer",
                "modules",
                "package",
                "prestashop"
            ],
            "support": {
                "issues": "https://github.com/PrestaShopCorp/module-lib-service-container/issues",
                "source": "https://github.com/PrestaShopCorp/module-lib-service-container/tree/v2.0"
            },
            "install-path": "../prestashop/module-lib-service-container"
        },
        {
            "name": "prestashop/prestashop-accounts-installer",
            "version": "v1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/prestashop-accounts-installer.git",
                "reference": "0ad934bc540558db3944a9a1e5b08b852bb46e8b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/prestashop-accounts-installer/zipball/0ad934bc540558db3944a9a1e5b08b852bb46e8b",
                "reference": "0ad934bc540558db3944a9a1e5b08b852bb46e8b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "fzaninotto/faker": "^1.9",
                "phpunit/phpunit": "^5.7",
                "prestashop/php-dev-tools": "3.*"
            },
            "time": "2023-05-04T07:24:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShop\\PsAccountsInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Utility package to install `ps_accounts` module or present data to trigger manual install from psx configuration page.",
            "support": {
                "issues": "https://github.com/PrestaShopCorp/prestashop-accounts-installer/issues",
                "source": "https://github.com/PrestaShopCorp/prestashop-accounts-installer/tree/v1.0.4"
            },
            "install-path": "../prestashop/prestashop-accounts-installer"
        },
        {
            "name": "prestashopcorp/module-lib-billing",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PrestaShopCorp/module-lib-billing.git",
                "reference": "b04e70ac5db33accc677fa88a8ec52118bc3b3e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-billing/zipball/b04e70ac5db33accc677fa88a8ec52118bc3b3e4",
                "reference": "b04e70ac5db33accc677fa88a8ec52118bc3b3e4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6",
                "prestashop/module-lib-guzzle-adapter": "0.6"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^5.3",
                "prestashop/php-dev-tools": "^3"
            },
            "time": "2023-08-31T15:09:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PrestaShopCorp\\Billing\\": "src/"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Utility package to retrieve Built for PS context and more",
            "support": {
                "issues": "https://github.com/PrestaShopCorp/module-lib-billing/issues",
                "source": "https://github.com/PrestaShopCorp/module-lib-billing/tree/3.2.0"
            },
            "install-path": "../prestashopcorp/module-lib-billing"
        },
        {
            "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"
        },
        {
            "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.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "segmentio/analytics-php",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/segmentio/analytics-php.git",
                "reference": "7e25b2f6094632bbfb79e33ca024d533899a2ffe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/segmentio/analytics-php/zipball/7e25b2f6094632bbfb79e33ca024d533899a2ffe",
                "reference": "7e25b2f6094632bbfb79e33ca024d533899a2ffe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "overtrue/phplint": "^1.1",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "time": "2021-05-31T22:44:22+00:00",
            "bin": [
                "bin/analytics"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "lib/Segment.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Segment.io <friends@segment.com>",
                    "homepage": "https://segment.com/"
                }
            ],
            "description": "Segment Analytics PHP Library",
            "homepage": "https://segment.com/libraries/php",
            "keywords": [
                "analytics",
                "analytics.js",
                "segment",
                "segmentio"
            ],
            "support": {
                "issues": "https://github.com/segmentio/analytics-php/issues",
                "source": "https://github.com/segmentio/analytics-php/tree/1.8.0"
            },
            "install-path": "../segmentio/analytics-php"
        },
        {
            "name": "sentry/sentry",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/getsentry/sentry-php.git",
                "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
                "reference": "159eeaa02bb2ef8a8ec669f3c88e4bff7e6a7ffe",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": "^5.3|^7.0"
            },
            "conflict": {
                "raven/raven": "*"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^1.8.0",
                "monolog/monolog": "^1.0",
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "suggest": {
                "ext-hash": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "monolog/monolog": "Automatically capture Monolog events as breadcrumbs"
            },
            "time": "2020-02-12T18:38:11+00:00",
            "bin": [
                "bin/sentry"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Raven_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Cramer",
                    "email": "dcramer@gmail.com"
                }
            ],
            "description": "A PHP client for Sentry (http://getsentry.com)",
            "homepage": "http://getsentry.com",
            "keywords": [
                "log",
                "logging"
            ],
            "support": {
                "issues": "https://github.com/getsentry/sentry-php/issues",
                "source": "https://github.com/getsentry/sentry-php/tree/1.11.0"
            },
            "install-path": "../sentry/sentry"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.28.0",
            "version_normalized": "1.28.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2023-01-26T09:26:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.28-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "v3.6.10",
            "version_normalized": "3.6.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5b547cdb25825f10251370f57ba5d9d924e6f68e",
                "reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0",
                "phpoption/phpoption": "^1.5.2",
                "symfony/polyfill-ctype": "^1.17"
            },
            "require-dev": {
                "ext-filter": "*",
                "ext-pcre": "*",
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
            },
            "suggest": {
                "ext-filter": "Required to use the boolean validator.",
                "ext-pcre": "Required to use most of the library."
            },
            "time": "2021-12-12T23:02:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dotenv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "https://github.com/vlucas"
                }
            ],
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "issues": "https://github.com/vlucas/phpdotenv/issues",
                "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.10"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                    "type": "tidelift"
                }
            ],
            "install-path": "../vlucas/phpdotenv"
        }
    ],
    "dev": false,
    "dev-package-names": []
}