���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/trader/vendor/composer/ |
{ "packages": [ { "name": "evenement/evenement", "version": "v3.0.1", "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "time": "2017-07-23T21:35:13+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "[email protected]" } ], "description": "Événement is a very simple event dispatching library for PHP", "keywords": [ "event-dispatcher", "event-emitter" ], "support": { "issues": "https://github.com/igorw/evenement/issues", "source": "https://github.com/igorw/evenement/tree/master" }, "install-path": "../evenement/evenement" }, { "name": "guzzlehttp/guzzle", "version": "7.5.0", "version_normalized": "7.5.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.9 || ^2.4", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "time": "2022-08-28T15:39:27+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "7.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "[email protected]", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "[email protected]", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "[email protected]", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "[email protected]", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "[email protected]", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "[email protected]", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "[email protected]", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.5.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "install-path": "../guzzlehttp/guzzle" }, { "name": "guzzlehttp/promises", "version": "1.5.2", "version_normalized": "1.5.2.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "time": "2022-08-28T14:55:35+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "[email protected]", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "[email protected]", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "[email protected]", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "[email protected]", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.5.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "install-path": "../guzzlehttp/promises" }, { "name": "guzzlehttp/psr7", "version": "2.4.3", "version_normalized": "2.4.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "67c26b443f348a51926030c83481b85718457d3d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", "reference": "67c26b443f348a51926030c83481b85718457d3d", "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-10-26T14:07:24+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": "[email protected]", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "[email protected]", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "[email protected]", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "[email protected]", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "[email protected]", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "[email protected]", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "[email protected]", "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.3" }, "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": "jaggedsoft/php-binance-api", "version": "dev-master", "version_normalized": "dev-master", "source": { "type": "git", "url": "https://github.com/jaggedsoft/php-binance-api.git", "reference": "d153dd9af258615d8b3c06c2a652387674e876b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jaggedsoft/php-binance-api/zipball/d153dd9af258615d8b3c06c2a652387674e876b3", "reference": "d153dd9af258615d8b3c06c2a652387674e876b3", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=7.0", "ratchet/pawl": "^0.4.0", "ratchet/rfc6455": "^0.3", "react/socket": "^1.0 || ^0.8 || ^0.7" }, "require-dev": { "codacy/coverage": "dev-master", "phpunit/phpunit": "~6" }, "time": "2022-02-06T09:10:28+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "php-binance-api.php", "php-binance-api-rate-limiter.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use.", "keywords": [ "binance", "cryptocurrency", "websocket" ], "support": { "issues": "https://github.com/jaggedsoft/php-binance-api/issues", "source": "https://github.com/jaggedsoft/php-binance-api/tree/master" }, "install-path": "../jaggedsoft/php-binance-api" }, { "name": "linwj/binance", "version": "2.2.5", "version_normalized": "2.2.5.0", "source": { "type": "git", "url": "https://github.com/zhouaini528/binance-php.git", "reference": "a83c032a9a9d3d33d192d04b43d5b9b85cf43d43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zhouaini528/binance-php/zipball/a83c032a9a9d3d33d192d04b43d5b9b85cf43d43", "reference": "a83c032a9a9d3d33d192d04b43d5b9b85cf43d43", "shasum": "" }, "require": { "guzzlehttp/guzzle": "*", "php": ">=7.0", "workerman/globaldata": "*", "workerman/workerman": "*" }, "time": "2022-09-16T03:46:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Lin\\Binance\\": "./src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "linwenjun", "email": "[email protected]" } ], "description": "Binance API Like the official document interface, Support for arbitrary extension.", "keywords": [ "BitMEX", "Huobi", "OKEX", "binance", "kucoin", "kumex" ], "support": { "issues": "https://github.com/zhouaini528/binance-php/issues", "source": "https://github.com/zhouaini528/binance-php/tree/2.2.5" }, "install-path": "../linwj/binance" }, { "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": "[email protected]" } ], "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": "ratchet/pawl", "version": "v0.4.1", "version_normalized": "0.4.1.0", "source": { "type": "git", "url": "https://github.com/ratchetphp/Pawl.git", "reference": "af70198bab77a582b31169d3cc3982bed25c161f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/af70198bab77a582b31169d3cc3982bed25c161f", "reference": "af70198bab77a582b31169d3cc3982bed25c161f", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0", "guzzlehttp/psr7": "^2.0 || ^1.7", "php": ">=5.4", "ratchet/rfc6455": "^0.3.1", "react/socket": "^1.9" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8" }, "suggest": { "reactivex/rxphp": "~2.0" }, "time": "2021-12-10T14:32:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "Ratchet\\Client\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Asynchronous WebSocket client", "keywords": [ "Ratchet", "async", "client", "websocket", "websocket client" ], "support": { "issues": "https://github.com/ratchetphp/Pawl/issues", "source": "https://github.com/ratchetphp/Pawl/tree/v0.4.1" }, "install-path": "../ratchet/pawl" }, { "name": "ratchet/rfc6455", "version": "v0.3.1", "version_normalized": "0.3.1.0", "source": { "type": "git", "url": "https://github.com/ratchetphp/RFC6455.git", "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/7c964514e93456a52a99a20fcfa0de242a43ccdb", "reference": "7c964514e93456a52a99a20fcfa0de242a43ccdb", "shasum": "" }, "require": { "guzzlehttp/psr7": "^2 || ^1.7", "php": ">=5.4.2" }, "require-dev": { "phpunit/phpunit": "^5.7", "react/socket": "^1.3" }, "time": "2021-12-09T23:20:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Ratchet\\RFC6455\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Boden", "email": "[email protected]", "role": "Developer" }, { "name": "Matt Bonneau", "role": "Developer" } ], "description": "RFC6455 WebSocket protocol handler", "homepage": "http://socketo.me", "keywords": [ "WebSockets", "rfc6455", "websocket" ], "support": { "chat": "https://gitter.im/reactphp/reactphp", "issues": "https://github.com/ratchetphp/RFC6455/issues", "source": "https://github.com/ratchetphp/RFC6455/tree/v0.3.1" }, "install-path": "../ratchet/rfc6455" }, { "name": "react/cache", "version": "v1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/cache.git", "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", "shasum": "" }, "require": { "php": ">=5.3.0", "react/promise": "^3.0 || ^2.0 || ^1.1" }, "require-dev": { "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" }, "time": "2022-11-30T15:59:55+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "React\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "Async, Promise-based cache interface for ReactPHP", "keywords": [ "cache", "caching", "promise", "reactphp" ], "support": { "issues": "https://github.com/reactphp/cache/issues", "source": "https://github.com/reactphp/cache/tree/v1.2.0" }, "funding": [ { "url": "https://opencollective.com/reactphp", "type": "open_collective" } ], "install-path": "../react/cache" }, { "name": "react/dns", "version": "v1.10.0", "version_normalized": "1.10.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", "reference": "a5427e7dfa47713e438016905605819d101f238c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/dns/zipball/a5427e7dfa47713e438016905605819d101f238c", "reference": "a5427e7dfa47713e438016905605819d101f238c", "shasum": "" }, "require": { "php": ">=5.3.0", "react/cache": "^1.0 || ^0.6 || ^0.5", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.7 || ^1.2.1", "react/promise-timer": "^1.9" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^4.8.35", "react/async": "^4 || ^3 || ^2" }, "time": "2022-09-08T12:22:46+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "React\\Dns\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "Async DNS resolver for ReactPHP", "keywords": [ "async", "dns", "dns-resolver", "reactphp" ], "support": { "issues": "https://github.com/reactphp/dns/issues", "source": "https://github.com/reactphp/dns/tree/v1.10.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/dns" }, { "name": "react/event-loop", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/event-loop/zipball/187fb56f46d424afb6ec4ad089269c72eec2e137", "reference": "187fb56f46d424afb6ec4ad089269c72eec2e137", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "suggest": { "ext-event": "~1.0 for ExtEventLoop", "ext-pcntl": "For signal handling support when using the StreamSelectLoop", "ext-uv": "* for ExtUvLoop" }, "time": "2022-03-17T11:10:22+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "React\\EventLoop\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", "keywords": [ "asynchronous", "event-loop" ], "support": { "issues": "https://github.com/reactphp/event-loop/issues", "source": "https://github.com/reactphp/event-loop/tree/v1.3.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/event-loop" }, { "name": "react/promise", "version": "v2.9.0", "version_normalized": "2.9.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "time": "2022-02-11T10:27:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "support": { "issues": "https://github.com/reactphp/promise/issues", "source": "https://github.com/reactphp/promise/tree/v2.9.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/promise" }, { "name": "react/promise-timer", "version": "v1.9.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise-timer.git", "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", "shasum": "" }, "require": { "php": ">=5.3", "react/event-loop": "^1.2", "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "time": "2022-06-13T13:41:03+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\Timer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.", "homepage": "https://github.com/reactphp/promise-timer", "keywords": [ "async", "event-loop", "promise", "reactphp", "timeout", "timer" ], "support": { "issues": "https://github.com/reactphp/promise-timer/issues", "source": "https://github.com/reactphp/promise-timer/tree/v1.9.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/promise-timer" }, { "name": "react/socket", "version": "v1.12.0", "version_normalized": "1.12.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/socket/zipball/81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", "reference": "81e1b4d7f5450ebd8d2e9a95bb008bb15ca95a7b", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", "react/dns": "^1.8", "react/event-loop": "^1.2", "react/promise": "^3 || ^2.6 || ^1.2.1", "react/promise-timer": "^1.9", "react/stream": "^1.2" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", "react/async": "^4 || ^3 || ^2", "react/promise-stream": "^1.4" }, "time": "2022-08-25T12:32:25+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "React\\Socket\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", "keywords": [ "Connection", "Socket", "async", "reactphp", "stream" ], "support": { "issues": "https://github.com/reactphp/socket/issues", "source": "https://github.com/reactphp/socket/tree/v1.12.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/socket" }, { "name": "react/stream", "version": "v1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", "reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/stream/zipball/7a423506ee1903e89f1e08ec5f0ed430ff784ae9", "reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.8", "react/event-loop": "^1.2" }, "require-dev": { "clue/stream-filter": "~1.2", "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "time": "2021-07-11T12:37:55+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "React\\Stream\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "[email protected]", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "[email protected]", "homepage": "https://wyrihaximus.net/" }, { "name": "Jan Sorgalla", "email": "[email protected]", "homepage": "https://sorgalla.com/" }, { "name": "Chris Boden", "email": "[email protected]", "homepage": "https://cboden.dev/" } ], "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", "keywords": [ "event-driven", "io", "non-blocking", "pipe", "reactphp", "readable", "stream", "writable" ], "support": { "issues": "https://github.com/reactphp/stream/issues", "source": "https://github.com/reactphp/stream/tree/v1.2.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../react/stream" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.2", "version_normalized": "2.5.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { "php": ">=7.1" }, "time": "2022-01-02T09:53:40+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "installation-source": "dist", "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "[email protected]" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "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/deprecation-contracts" }, { "name": "workerman/globaldata", "version": "v1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/walkor/GlobalData.git", "reference": "baf3b7af338f329e88136ebe92266dfe40dd00a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/walkor/GlobalData/zipball/baf3b7af338f329e88136ebe92266dfe40dd00a7", "reference": "baf3b7af338f329e88136ebe92266dfe40dd00a7", "shasum": "" }, "require": { "workerman/workerman": ">=3.3.0" }, "time": "2018-08-16T03:59:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "GlobalData\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "homepage": "http://www.workerman.net", "support": { "issues": "https://github.com/walkor/GlobalData/issues", "source": "https://github.com/walkor/GlobalData/tree/v1.0.3" }, "install-path": "../workerman/globaldata" }, { "name": "workerman/workerman", "version": "v4.1.6", "version_normalized": "4.1.6.0", "source": { "type": "git", "url": "https://github.com/walkor/workerman.git", "reference": "a278ddcc78040e5d1e25ca2022eeb7ccfdccc86b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/walkor/workerman/zipball/a278ddcc78040e5d1e25ca2022eeb7ccfdccc86b", "reference": "a278ddcc78040e5d1e25ca2022eeb7ccfdccc86b", "shasum": "" }, "require": { "php": ">=7.0" }, "suggest": { "ext-event": "For better performance. " }, "time": "2023-01-13T02:17:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Workerman\\": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "walkor", "email": "[email protected]", "homepage": "http://www.workerman.net", "role": "Developer" } ], "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.", "homepage": "http://www.workerman.net", "keywords": [ "asynchronous", "event-loop" ], "support": { "email": "[email protected]", "forum": "http://wenda.workerman.net/", "issues": "https://github.com/walkor/workerman/issues", "source": "https://github.com/walkor/workerman", "wiki": "http://doc.workerman.net/" }, "funding": [ { "url": "https://opencollective.com/workerman", "type": "open_collective" }, { "url": "https://www.patreon.com/walkor", "type": "patreon" } ], "install-path": "../workerman/workerman" }, { "name": "zaloplatform/zalo-php-sdk", "version": "4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/zaloplatform/zalo-php-sdk.git", "reference": "798b4df78d50e06d29f9a72e8488b87e20372486" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zaloplatform/zalo-php-sdk/zipball/798b4df78d50e06d29f9a72e8488b87e20372486", "reference": "798b4df78d50e06d29f9a72e8488b87e20372486", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^5.2" }, "time": "2023-02-14T05:18:18+00:00", "type": "project", "installation-source": "dist", "autoload": { "psr-4": { "Zalo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "zaloplatform", "email": "[email protected]" } ], "description": "sdk for zalo developers", "keywords": [ "composer", "sdk", "zalo", "zalosdk" ], "support": { "issues": "https://github.com/zaloplatform/zalo-php-sdk/issues", "source": "https://github.com/zaloplatform/zalo-php-sdk/tree/4.0.0" }, "install-path": "../zaloplatform/zalo-php-sdk" } ], "dev": true, "dev-package-names": [] }