|
|
|
@ -450,6 +450,123 @@ |
|
|
|
|
}, |
|
|
|
|
"install-path": "../easywechat-composer/easywechat-composer" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "elastic/transport", |
|
|
|
|
"version": "v8.8.0", |
|
|
|
|
"version_normalized": "8.8.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/elastic/elastic-transport-php.git", |
|
|
|
|
"reference": "cdf9f63a16ec6bfb4c881ab89aa0e2a61fb7c20b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/elastic/elastic-transport-php/zipball/cdf9f63a16ec6bfb4c881ab89aa0e2a61fb7c20b", |
|
|
|
|
"reference": "cdf9f63a16ec6bfb4c881ab89aa0e2a61fb7c20b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"composer-runtime-api": "^2.0", |
|
|
|
|
"php": "^7.4 || ^8.0", |
|
|
|
|
"php-http/discovery": "^1.14", |
|
|
|
|
"php-http/httplug": "^2.3", |
|
|
|
|
"psr/http-client": "^1.0", |
|
|
|
|
"psr/http-factory": "^1.0", |
|
|
|
|
"psr/http-message": "^1.0 || ^2.0", |
|
|
|
|
"psr/log": "^1 || ^2 || ^3" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"nyholm/psr7": "^1.5", |
|
|
|
|
"php-http/mock-client": "^1.5", |
|
|
|
|
"phpstan/phpstan": "^1.4", |
|
|
|
|
"phpunit/phpunit": "^9.5" |
|
|
|
|
}, |
|
|
|
|
"time": "2023-11-08T10:51:51+00:00", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Elastic\\Transport\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"description": "HTTP transport PHP library for Elastic products", |
|
|
|
|
"keywords": [ |
|
|
|
|
"PSR_17", |
|
|
|
|
"elastic", |
|
|
|
|
"http", |
|
|
|
|
"psr-18", |
|
|
|
|
"psr-7", |
|
|
|
|
"transport" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/elastic/elastic-transport-php/issues", |
|
|
|
|
"source": "https://github.com/elastic/elastic-transport-php/tree/v8.8.0" |
|
|
|
|
}, |
|
|
|
|
"install-path": "../elastic/transport" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "elasticsearch/elasticsearch", |
|
|
|
|
"version": "v8.6.0", |
|
|
|
|
"version_normalized": "8.6.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/elastic/elasticsearch-php.git", |
|
|
|
|
"reference": "03b145a3fd1dc984d7c2c79638c9257b1a17f8b7" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/03b145a3fd1dc984d7c2c79638c9257b1a17f8b7", |
|
|
|
|
"reference": "03b145a3fd1dc984d7c2c79638c9257b1a17f8b7", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"elastic/transport": "^8.5", |
|
|
|
|
"guzzlehttp/guzzle": "^7.0", |
|
|
|
|
"php": "^7.4 || ^8.0", |
|
|
|
|
"psr/http-client": "^1.0", |
|
|
|
|
"psr/http-message": "^1.0", |
|
|
|
|
"psr/log": "^1|^2|^3" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"ext-yaml": "*", |
|
|
|
|
"ext-zip": "*", |
|
|
|
|
"mockery/mockery": "^1.5", |
|
|
|
|
"nyholm/psr7": "^1.5", |
|
|
|
|
"php-http/mock-client": "^1.5", |
|
|
|
|
"phpstan/phpstan": "^1.4", |
|
|
|
|
"phpunit/phpunit": "^9.5", |
|
|
|
|
"symfony/finder": "~4.0", |
|
|
|
|
"symfony/http-client": "^5.0|^6.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2022-10-18T13:38:48+00:00", |
|
|
|
|
"type": "library", |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Elastic\\Elasticsearch\\": "src/" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"description": "PHP Client for Elasticsearch", |
|
|
|
|
"keywords": [ |
|
|
|
|
"client", |
|
|
|
|
"elastic", |
|
|
|
|
"elasticsearch", |
|
|
|
|
"search" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/elastic/elasticsearch-php/issues", |
|
|
|
|
"source": "https://github.com/elastic/elasticsearch-php/tree/v8.6.0" |
|
|
|
|
}, |
|
|
|
|
"install-path": "../elasticsearch/elasticsearch" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ezyang/htmlpurifier", |
|
|
|
|
"version": "v4.14.0", |
|
|
|
@ -2073,6 +2190,203 @@ |
|
|
|
|
"abandoned": "w7corp/easywechat", |
|
|
|
|
"install-path": "../overtrue/wechat" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "php-http/discovery", |
|
|
|
|
"version": "1.19.4", |
|
|
|
|
"version_normalized": "1.19.4.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-http/discovery.git", |
|
|
|
|
"reference": "0700efda8d7526335132360167315fdab3aeb599" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599", |
|
|
|
|
"reference": "0700efda8d7526335132360167315fdab3aeb599", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"composer-plugin-api": "^1.0|^2.0", |
|
|
|
|
"php": "^7.1 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"nyholm/psr7": "<1.0", |
|
|
|
|
"zendframework/zend-diactoros": "*" |
|
|
|
|
}, |
|
|
|
|
"provide": { |
|
|
|
|
"php-http/async-client-implementation": "*", |
|
|
|
|
"php-http/client-implementation": "*", |
|
|
|
|
"psr/http-client-implementation": "*", |
|
|
|
|
"psr/http-factory-implementation": "*", |
|
|
|
|
"psr/http-message-implementation": "*" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"composer/composer": "^1.0.2|^2.0", |
|
|
|
|
"graham-campbell/phpspec-skip-example-extension": "^5.0", |
|
|
|
|
"php-http/httplug": "^1.0 || ^2.0", |
|
|
|
|
"php-http/message-factory": "^1.0", |
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", |
|
|
|
|
"sebastian/comparator": "^3.0.5 || ^4.0.8", |
|
|
|
|
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-03-29T13:00:05+00:00", |
|
|
|
|
"type": "composer-plugin", |
|
|
|
|
"extra": { |
|
|
|
|
"class": "Http\\Discovery\\Composer\\Plugin", |
|
|
|
|
"plugin-optional": true |
|
|
|
|
}, |
|
|
|
|
"installation-source": "dist", |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Http\\Discovery\\": "src/" |
|
|
|
|
}, |
|
|
|
|
"exclude-from-classmap": [ |
|
|
|
|
"src/Composer/Plugin.php" |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"license": [ |
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Márk Sági-Kazár", |
|
|
|
|
"email": "mark.sagikazar@gmail.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", |
|
|
|
|
"homepage": "http://php-http.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"adapter", |
|
|
|
|
"client", |
|
|
|
|
"discovery", |
|
|
|
|
"factory", |
|
|
|
|
"http", |
|
|
|
|
"message", |
|
|
|
|
"psr17", |
|
|
|
|
"psr7" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/php-http/discovery/issues", |
|
|
|
|
"source": "https://github.com/php-http/discovery/tree/1.19.4" |
|
|
|
|
}, |
|
|
|
|
"install-path": "../php-http/discovery" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "php-http/httplug", |
|
|
|
|
"version": "2.4.0", |
|
|
|
|
"version_normalized": "2.4.0.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-http/httplug.git", |
|
|
|
|
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67", |
|
|
|
|
"reference": "625ad742c360c8ac580fcc647a1541d29e257f67", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.1 || ^8.0", |
|
|
|
|
"php-http/promise": "^1.1", |
|
|
|
|
"psr/http-client": "^1.0", |
|
|
|
|
"psr/http-message": "^1.0 || ^2.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0", |
|
|
|
|
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2023-04-14T15:10:03+00:00", |
|
|
|
|
"type": "library", |
|
|
|
|
"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.4.0" |
|
|
|
|
}, |
|
|
|
|
"install-path": "../php-http/httplug" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "php-http/promise", |
|
|
|
|
"version": "1.3.1", |
|
|
|
|
"version_normalized": "1.3.1.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/php-http/promise.git", |
|
|
|
|
"reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", |
|
|
|
|
"reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": "^7.1 || ^8.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3", |
|
|
|
|
"phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-03-15T13:55:21+00:00", |
|
|
|
|
"type": "library", |
|
|
|
|
"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.3.1" |
|
|
|
|
}, |
|
|
|
|
"install-path": "../php-http/promise" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phpoffice/phpspreadsheet", |
|
|
|
|
"version": "1.22.0", |
|
|
|
|