{ "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": "ecb4107d112db322386414837b1e22bced90dfb1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrestaShopCorp/facebook-php-business-sdk/zipball/ecb4107d112db322386414837b1e22bced90dfb1", "reference": "ecb4107d112db322386414837b1e22bced90dfb1", "shasum": "" }, "require": { "prestashop/module-lib-guzzle-adapter": "^0.5" }, "require-dev": { "mockery/mockery": "1.3.3", "phpunit/phpunit": "~8", "symfony/finder": "~2.6" }, "time": "2022-08-31T10:19:05+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": "2.4.1", "version_normalized": "2.4.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "time": "2022-08-28T14:45:39+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "2.4-dev" } }, "installation-source": "dist", "autoload": { "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" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "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/2.4.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": "2.3.0", "version_normalized": "2.3.0.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "f640739f80dfa1152533976e3c112477f69274eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", "reference": "f640739f80dfa1152533976e3c112477f69274eb", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.1", "phpspec/phpspec": "^5.1 || ^6.0" }, "time": "2022-02-21T09:52:22+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-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", "homepage": "https://sagikazarmark.hu" } ], "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/2.3.0" }, "install-path": "../php-http/httplug" }, { "name": "php-http/message", "version": "1.13.0", "version_normalized": "1.13.0.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", "php": "^7.1 || ^8.0", "php-http/message-factory": "^1.0.2", "psr/http-message": "^1.0" }, "provide": { "php-http/message-factory-implementation": "1.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", "guzzlehttp/psr7": "^1.0", "laminas/laminas-diactoros": "^2.0", "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": "2022-02-11T13:41:14+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "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.13.0" }, "install-path": "../php-http/message" }, { "name": "php-http/message-factory", "version": "v1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", "shasum": "" }, "require": { "php": ">=5.4", "psr/http-message": "^1.0" }, "time": "2015-12-19T14:08:53+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "installation-source": "dist", "autoload": { "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": "Factory interfaces for PSR-7 HTTP Message", "homepage": "http://php-http.org", "keywords": [ "factory", "http", "message", "stream", "uri" ], "support": { "issues": "https://github.com/php-http/message-factory/issues", "source": "https://github.com/php-http/message-factory/tree/master" }, "install-path": "../php-http/message-factory" }, { "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.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8", "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "time": "2022-07-30T15:51:26+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.0" }, "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.5", "version_normalized": "0.5.0.0", "source": { "type": "git", "url": "https://github.com/PrestaShopCorp/module-lib-guzzle-adapter.git", "reference": "e832ee996ce0eeae665e0590b6cff30ba00ed8d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrestaShopCorp/module-lib-guzzle-adapter/zipball/e832ee996ce0eeae665e0590b6cff30ba00ed8d3", "reference": "e832ee996ce0eeae665e0590b6cff30ba00ed8d3", "shasum": "" }, "require": { "guzzlehttp/psr7": "^2.3.0", "php": "^7.2 || ^8.0", "php-http/httplug": "^2.3", "php-http/message": "^1.13", "psr/http-client": "^1.0", "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", "prestashop/php-dev-tools": "^4.2" }, "time": "2022-08-31T10:11:27+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.5" }, "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.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/PrestaShopCorp/prestashop-accounts-installer.git", "reference": "f038af2408968d1045330b32aa1fed65fcaf4c9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PrestaShopCorp/prestashop-accounts-installer/zipball/f038af2408968d1045330b32aa1fed65fcaf4c9b", "reference": "f038af2408968d1045330b32aa1fed65fcaf4c9b", "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": "2021-07-23T15:40:36+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.1" }, "install-path": "../prestashop/prestashop-accounts-installer" }, { "name": "psr/http-client", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "time": "2020-06-29T06:28:15+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "install-path": "../psr/http-client" }, { "name": "psr/http-factory", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "time": "2019-04-30T12:38:16+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 interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/master" }, "install-path": "../psr/http-factory" }, { "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" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "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 ", "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.26.0", "version_normalized": "1.26.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "time": "2022-05-24T11:49:31+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-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.26.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.4.0", "version_normalized": "3.4.0.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "5084b23845c24dbff8ac6c204290c341e4776c92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5084b23845c24dbff8ac6c204290c341e4776c92", "reference": "5084b23845c24dbff8ac6c204290c341e4776c92", "shasum": "" }, "require": { "php": "^5.4 || ^7.0", "phpoption/phpoption": "^1.5", "symfony/polyfill-ctype": "^1.9" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" }, "time": "2019-06-15T22:40:20+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "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.4.0" }, "install-path": "../vlucas/phpdotenv" } ], "dev": false, "dev-package-names": [] }