{ "packages": [ { "name": "ares333/php-curl", "version": "v4.6.1", "version_normalized": "4.6.1.0", "source": { "type": "git", "url": "https://github.com/ares333/php-curl.git", "reference": "580025300c3cbf7cafe825bd454018ffc62233cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ares333/php-curl/zipball/580025300c3cbf7cafe825bd454018ffc62233cf", "reference": "580025300c3cbf7cafe825bd454018ffc62233cf", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.0" }, "time": "2018-12-13T03:47:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Ares333\\Curl\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Ares", "homepage": "http://phpdr.net" } ], "description": "The best php curl library.", "keywords": [ "PHP cURL", "aysnc http", "curl", "curlmulti" ], "support": { "issues": "https://github.com/ares333/php-curl/issues", "source": "https://github.com/ares333/php-curl/tree/master" }, "install-path": "../ares333/php-curl" }, { "name": "cache/adapter-common", "version": "1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/php-cache/adapter-common.git", "reference": "8788309be72aa7be69b88cdc0687549c74a7d479" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/8788309be72aa7be69b88cdc0687549c74a7d479", "reference": "8788309be72aa7be69b88cdc0687549c74a7d479", "shasum": "" }, "require": { "cache/tag-interop": "^1.0", "php": ">=7.4", "psr/cache": "^1.0 || ^2.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "psr/simple-cache": "^1.0" }, "require-dev": { "cache/integration-tests": "^0.17", "phpunit/phpunit": "^7.5.20 || ^9.5.10" }, "time": "2022-01-15T15:47:19+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Cache\\Adapter\\Common\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Scherer", "email": "aequasi@gmail.com", "homepage": "https://github.com/aequasi" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" } ], "description": "Common classes for PSR-6 adapters", "homepage": "http://www.php-cache.com/en/latest/", "keywords": [ "cache", "psr-6", "tag" ], "support": { "source": "https://github.com/php-cache/adapter-common/tree/1.3.0" }, "install-path": "../cache/adapter-common" }, { "name": "cache/filesystem-adapter", "version": "1.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/php-cache/filesystem-adapter.git", "reference": "f1faaae40aaa696ef899cef6f6888aedb90b419b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/f1faaae40aaa696ef899cef6f6888aedb90b419b", "reference": "f1faaae40aaa696ef899cef6f6888aedb90b419b", "shasum": "" }, "require": { "cache/adapter-common": "^1.0", "league/flysystem": "^1.0", "php": ">=7.4", "psr/cache": "^1.0 || ^2.0", "psr/simple-cache": "^1.0" }, "provide": { "psr/cache-implementation": "^1.0", "psr/simple-cache-implementation": "^1.0" }, "require-dev": { "cache/integration-tests": "^0.17", "phpunit/phpunit": "^7.5.20 || ^9.5.10" }, "time": "2022-01-15T15:47:19+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Cache\\Adapter\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aaron Scherer", "email": "aequasi@gmail.com", "homepage": "https://github.com/aequasi" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" } ], "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags", "homepage": "http://www.php-cache.com/en/latest/", "keywords": [ "cache", "filesystem", "psr-6", "tag" ], "support": { "source": "https://github.com/php-cache/filesystem-adapter/tree/1.2.0" }, "install-path": "../cache/filesystem-adapter" }, { "name": "cache/tag-interop", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/php-cache/tag-interop.git", "reference": "b062b1d735357da50edf8387f7a8696f3027d328" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/b062b1d735357da50edf8387f7a8696f3027d328", "reference": "b062b1d735357da50edf8387f7a8696f3027d328", "shasum": "" }, "require": { "php": "^5.5 || ^7.0 || ^8.0", "psr/cache": "^1.0 || ^2.0" }, "time": "2021-12-31T10:03:23+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Cache\\TagInterop\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/nyholm" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com", "homepage": "https://github.com/nicolas-grekas" } ], "description": "Framework interoperable interfaces for tags", "homepage": "https://www.php-cache.com/en/latest/", "keywords": [ "cache", "psr", "psr6", "tag" ], "support": { "issues": "https://github.com/php-cache/tag-interop/issues", "source": "https://github.com/php-cache/tag-interop/tree/1.1.0" }, "install-path": "../cache/tag-interop" }, { "name": "clue/socket-raw", "version": "v1.6.0", "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://github.com/clue/socket-raw.git", "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/socket-raw/zipball/91e9f619f6769f931454a9882c21ffd7623d06cb", "reference": "91e9f619f6769f931454a9882c21ffd7623d06cb", "shasum": "" }, "require": { "ext-sockets": "*", "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" }, "time": "2022-04-14T14:58:06+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Socket\\Raw\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "Simple and lightweight OOP wrapper for PHP's low-level sockets extension (ext-sockets).", "homepage": "https://github.com/clue/socket-raw", "keywords": [ "Socket", "client", "datagram", "dgram", "icmp", "ipv6", "server", "stream", "tcp", "udg", "udp", "unix" ], "support": { "issues": "https://github.com/clue/socket-raw/issues", "source": "https://github.com/clue/socket-raw/tree/v1.6.0" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "install-path": "../clue/socket-raw" }, { "name": "guzzlehttp/guzzle", "version": "7.8.0", "version_normalized": "7.8.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5.3 || ^2.0.1", "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "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": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", "php-http/message-factory": "^1.1", "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": "2023-08-27T10:20:53+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "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": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "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": "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.8.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": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "time": "2023-08-03T15:11:55+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "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": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "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/2.0.1" }, "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.6.1", "version_normalized": "2.6.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.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": "2023-08-27T10:13:57+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "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.6.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": "jaeger/g-http", "version": "V1.7.2", "version_normalized": "1.7.2.0", "source": { "type": "git", "url": "https://github.com/jae-jae/GHttp.git", "reference": "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/GHttp/zipball/82585ddd5e2c6651e37ab1d8166efcdbb6b293d4", "reference": "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4", "shasum": "" }, "require": { "cache/filesystem-adapter": "^1", "guzzlehttp/guzzle": "^6.0 | ^7.0" }, "time": "2021-08-08T04:59:44+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Jaeger\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "Simple Http client base on GuzzleHttp", "support": { "issues": "https://github.com/jae-jae/GHttp/issues", "source": "https://github.com/jae-jae/GHttp/tree/V1.7.2" }, "install-path": "../jaeger/g-http" }, { "name": "jaeger/phpquery-single", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/jae-jae/phpQuery-single.git", "reference": "39a650ade692a6b480c22220dce0c198d6a946fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/39a650ade692a6b480c22220dce0c198d6a946fb", "reference": "39a650ade692a6b480c22220dce0c198d6a946fb", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2022-03-26T15:01:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "phpQuery.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobiasz Cudnik", "email": "tobiasz.cudnik@gmail.com", "homepage": "https://github.com/TobiaszCudnik", "role": "Developer" }, { "name": "Jaeger", "role": "Packager" } ], "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/", "homepage": "http://code.google.com/p/phpquery/", "support": { "issues": "https://github.com/jae-jae/phpQuery-single/issues", "source": "https://github.com/jae-jae/phpQuery-single/tree/1.1.1" }, "install-path": "../jaeger/phpquery-single" }, { "name": "jaeger/querylist", "version": "V4.2.8", "version_normalized": "4.2.8.0", "source": { "type": "git", "url": "https://github.com/jae-jae/QueryList.git", "reference": "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/QueryList/zipball/39dc0ca9c668bec7a793e20472ccd7d26ef89ea4", "reference": "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4", "shasum": "" }, "require": { "ext-dom": "*", "jaeger/g-http": "^1.1", "jaeger/phpquery-single": "^1", "php": ">=7.1", "tightenco/collect": ">5.0" }, "require-dev": { "phpunit/phpunit": "^8.5", "symfony/var-dumper": "^3.3" }, "time": "2021-07-05T06:07:58+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "QL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。", "homepage": "http://querylist.cc", "keywords": [ "QueryList", "phpQuery", "spider" ], "support": { "issues": "https://github.com/jae-jae/QueryList/issues", "source": "https://github.com/jae-jae/QueryList/tree/V4.2.8" }, "funding": [ { "url": "https://opencollective.com/querylist", "type": "open_collective" } ], "install-path": "../jaeger/querylist" }, { "name": "jaeger/querylist-curl-multi", "version": "4.0.1", "version_normalized": "4.0.1.0", "source": { "type": "git", "url": "https://github.com/jae-jae/QueryList-CurlMulti.git", "reference": "6f9bec5198cdafc56ffcc2e047374c76a08b153a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/QueryList-CurlMulti/zipball/6f9bec5198cdafc56ffcc2e047374c76a08b153a", "reference": "6f9bec5198cdafc56ffcc2e047374c76a08b153a", "shasum": "" }, "require": { "ares333/php-curl": "^4.2", "php": ">=7.0" }, "require-dev": { "jaeger/querylist": "dev-master" }, "time": "2018-10-16T07:13:30+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "QL\\Ext\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "QueryList Plugin: Curl multi threading. QueryList Curl多线程插件", "support": { "issues": "https://github.com/jae-jae/QueryList-CurlMulti/issues", "source": "https://github.com/jae-jae/QueryList-CurlMulti/tree/master" }, "install-path": "../jaeger/querylist-curl-multi" }, { "name": "jaeger/querylist-puppeteer", "version": "4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/jae-jae/QueryList-Puppeteer.git", "reference": "c6bd5acc4c95022bea92ba1308841b863eab2cf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/QueryList-Puppeteer/zipball/c6bd5acc4c95022bea92ba1308841b863eab2cf0", "reference": "c6bd5acc4c95022bea92ba1308841b863eab2cf0", "shasum": "" }, "require": { "nesk/puphpeteer": "^1.4", "php": ">=7.1" }, "require-dev": { "jaeger/querylist": "dev-master" }, "time": "2019-01-15T10:18:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "QL\\Ext\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "QueryList Plugin: Use Puppeteer to crawl Javascript dynamically rendered pages.(Headless Chrome ) 使用Puppeteer采集JavaScript动态渲染的页面", "support": { "issues": "https://github.com/jae-jae/QueryList-Puppeteer/issues", "source": "https://github.com/jae-jae/QueryList-Puppeteer/tree/4.0.0" }, "install-path": "../jaeger/querylist-puppeteer" }, { "name": "jaeger/querylist-rule-baidu", "version": "4.0.2", "version_normalized": "4.0.2.0", "source": { "type": "git", "url": "https://github.com/jae-jae/QueryList-Rule-Baidu.git", "reference": "ab0af74f1289caa9dac09e9340023ae9d51a3a0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/QueryList-Rule-Baidu/zipball/ab0af74f1289caa9dac09e9340023ae9d51a3a0c", "reference": "ab0af74f1289caa9dac09e9340023ae9d51a3a0c", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "jaeger/querylist": "dev-master" }, "time": "2020-09-29T02:44:07+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "QL\\Ext\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "QueryList Plugin: Baidu searcher. QueryList百度搜索插件", "support": { "issues": "https://github.com/jae-jae/QueryList-Rule-Baidu/issues", "source": "https://github.com/jae-jae/QueryList-Rule-Baidu/tree/4.0.2" }, "install-path": "../jaeger/querylist-rule-baidu" }, { "name": "jaeger/querylist-rule-google", "version": "4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/jae-jae/QueryList-Rule-Google.git", "reference": "8fa181b5a9f118799b43a494f4683be4cee66cec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jae-jae/QueryList-Rule-Google/zipball/8fa181b5a9f118799b43a494f4683be4cee66cec", "reference": "8fa181b5a9f118799b43a494f4683be4cee66cec", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "jaeger/querylist": "dev-master" }, "time": "2017-10-01T15:27:33+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "QL\\Ext\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaeger", "email": "JaegerCode@gmail.com" } ], "description": "QueryList Plugin: Google searcher. QueryList谷歌搜索插件", "support": { "issues": "https://github.com/jae-jae/QueryList-Rule-Google/issues", "source": "https://github.com/jae-jae/QueryList-Rule-Google/tree/4.0.0" }, "install-path": "../jaeger/querylist-rule-google" }, { "name": "league/flysystem", "version": "1.1.10", "version_normalized": "1.1.10.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/mime-type-detection": "^1.3", "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/prophecy": "^1.11.1", "phpunit/phpunit": "^8.5.8" }, "suggest": { "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "time": "2022-10-04T09:16:37+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", "source": "https://github.com/thephpleague/flysystem/tree/1.1.10" }, "funding": [ { "url": "https://offset.earth/frankdejonge", "type": "other" } ], "install-path": "../league/flysystem" }, { "name": "league/mime-type-detection", "version": "1.13.0", "version_normalized": "1.13.0.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96", "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "time": "2023-08-05T12:09:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0" }, "funding": [ { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "install-path": "../league/mime-type-detection" }, { "name": "liesauer/ql-plugin-bingsearcher", "version": "v4.0.0", "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/liesauer/QLPlugin-BingSearcher.git", "reference": "d39f801616abe533a7fe52e158727d35f9f0fd3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/liesauer/QLPlugin-BingSearcher/zipball/d39f801616abe533a7fe52e158727d35f9f0fd3e", "reference": "d39f801616abe533a7fe52e158727d35f9f0fd3e", "shasum": "" }, "require": { "jaeger/querylist": "^4.0.0" }, "time": "2017-10-12T14:36:01+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "liesauer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "QueryList Plugin - BingSearcher", "support": { "issues": "https://github.com/liesauer/QLPlugin-BingSearcher/issues", "source": "https://github.com/liesauer/QLPlugin-BingSearcher/tree/v4.0.0" }, "install-path": "../liesauer/ql-plugin-bingsearcher" }, { "name": "nesk/puphpeteer", "version": "1.6.0", "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://github.com/nesk/puphpeteer.git", "reference": "21adf25d320f32b005cb3e2f9026616566015fcc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nesk/puphpeteer/zipball/21adf25d320f32b005cb3e2f9026616566015fcc", "reference": "21adf25d320f32b005cb3e2f9026616566015fcc", "shasum": "" }, "require": { "nesk/rialto": "^1.2.0", "php": ">=7.1", "psr/log": "^1.0", "vierbergenlars/php-semver": "^3.0.2" }, "require-dev": { "codedungeon/phpunit-result-printer": ">=0.6 <1.0", "monolog/monolog": "^1.23", "phpunit/phpunit": "^6.5|^7.0", "symfony/process": "^4.0" }, "time": "2019-06-24T11:12:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Nesk\\Puphpeteer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johann Pardanaud", "email": "pardanaud.j@gmail.com" } ], "description": "A Puppeteer bridge for PHP, supporting the entire API.", "keywords": [ "automation", "developer-tools", "headless-chrome", "php", "puppeteer", "testing", "web" ], "support": { "issues": "https://github.com/nesk/puphpeteer/issues", "source": "https://github.com/nesk/puphpeteer/tree/1.6.0" }, "abandoned": true, "install-path": "../nesk/puphpeteer" }, { "name": "nesk/rialto", "version": "1.4.0", "version_normalized": "1.4.0.0", "source": { "type": "git", "url": "https://github.com/nesk/rialto.git", "reference": "a3db615d845cca42135fa1e271b323ffe904b83c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nesk/rialto/zipball/a3db615d845cca42135fa1e271b323ffe904b83c", "reference": "a3db615d845cca42135fa1e271b323ffe904b83c", "shasum": "" }, "require": { "clue/socket-raw": "^1.2", "php": ">=7.1", "psr/log": "^1.0", "symfony/process": "^3.3|^4.0|^5.0" }, "require-dev": { "codedungeon/phpunit-result-printer": ">=0.6 <1.0", "monolog/monolog": "^1.23", "phpunit/phpunit": "^6.5|^7.0" }, "suggest": { "ext-weakref": "Required to run all the tests" }, "time": "2020-04-12T13:11:08+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Nesk\\Rialto\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Johann Pardanaud", "email": "pardanaud.j@gmail.com" } ], "description": "Manage Node resources from PHP", "keywords": [ "Bridge", "Socket", "communication", "node", "php", "wrapper" ], "support": { "issues": "https://github.com/nesk/rialto/issues", "source": "https://github.com/nesk/rialto/tree/1.4.0" }, "abandoned": true, "install-path": "../nesk/rialto" }, { "name": "psr/cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2016-08-06T20:24:11+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "install-path": "../psr/cache" }, { "name": "psr/http-client", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "time": "2023-04-10T20:12:12+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": "https://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/1.0.2" }, "install-path": "../psr/http-client" }, { "name": "psr/http-factory", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0 || ^2.0" }, "time": "2023-04-10T20:10:41+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": "https://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/1.0.2" }, "install-path": "../psr/http-factory" }, { "name": "psr/http-message", "version": "2.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "time": "2023-04-04T09:54:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.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": "https://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/2.0" }, "install-path": "../psr/http-message" }, { "name": "psr/log", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "install-path": "../psr/log" }, { "name": "psr/simple-cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-10-23T01:57:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "install-path": "../psr/simple-cache" }, { "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": "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": "p@tchwork.com" }, { "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": "symfony/polyfill-mbstring", "version": "v1.28.0", "version_normalized": "1.28.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", "reference": "42292d99c55abe617799667f454222c54c60e229", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2023-07-28T09:04:16+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\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/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-mbstring" }, { "name": "symfony/polyfill-php80", "version": "v1.28.0", "version_normalized": "1.28.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { "php": ">=7.1" }, "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\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/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-php80" }, { "name": "symfony/process", "version": "v5.4.28", "version_normalized": "5.4.28.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "time": "2023-08-07T10:36:04+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v5.4.28" }, "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/process" }, { "name": "symfony/var-dumper", "version": "v5.4.28", "version_normalized": "5.4.28.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73", "reference": "684b36ff415e1381d4a943c3ca2502cd2debad73", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/console": "<4.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "time": "2023-08-24T13:38:36+00:00", "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "installation-source": "dist", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v5.4.28" }, "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/var-dumper" }, { "name": "tightenco/collect", "version": "v8.83.27", "version_normalized": "8.83.27.0", "source": { "type": "git", "url": "https://github.com/tighten/collect.git", "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tighten/collect/zipball/07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6", "reference": "07eed6cf7441c7a69c379fdcb118eec1a1fdd0e6", "shasum": "" }, "require": { "php": "^7.3|^8.0", "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "mockery/mockery": "^1.0", "nesbot/carbon": "^2.23.0", "phpunit/phpunit": "^8.3" }, "time": "2023-01-13T18:05:42+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/Collect/Support/helpers.php", "src/Collect/Support/alias.php" ], "psr-4": { "Tightenco\\Collect\\": "src/Collect" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "Collect - Illuminate Collections as a separate package.", "keywords": [ "collection", "laravel" ], "support": { "issues": "https://github.com/tighten/collect/issues", "source": "https://github.com/tighten/collect/tree/v8.83.27" }, "install-path": "../tightenco/collect" }, { "name": "vierbergenlars/php-semver", "version": "v3.0.4", "version_normalized": "3.0.4.0", "source": { "type": "git", "url": "https://github.com/vierbergenlars/php-semver.git", "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vierbergenlars/php-semver/zipball/ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf", "reference": "ff2f5b33f33a1e702a09c6f91f3ea34f5cf78bdf", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^9.5.21" }, "time": "2023-05-02T06:45:47+00:00", "bin": [ "bin/semver", "bin/update-versions" ], "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "vierbergenlars\\LibJs\\": "src/", "vierbergenlars\\SemVer\\": "src/" }, "classmap": [ "src/vierbergenlars/SemVer/internal.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Vierbergen", "email": "vierbergenlars@gmail.com" } ], "description": "The Semantic Versioner for PHP", "keywords": [ "semantic", "semver", "versioning" ], "support": { "issues": "https://github.com/vierbergenlars/php-semver/issues", "source": "https://github.com/vierbergenlars/php-semver/tree/v3.0.4" }, "abandoned": "composer/semver", "install-path": "../vierbergenlars/php-semver" } ], "dev": true, "dev-package-names": [] }