@ -53,21 +53,21 @@
} ,
{
"name" : "ezyang/htmlpurifier" ,
"version" : "v4.16 .0" ,
"version_normalized" : "4.16 .0.0" ,
"version" : "v4.17 .0" ,
"version_normalized" : "4.17 .0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/ezyang/htmlpurifier.git" ,
"reference" : "523407fb06eb9e5f3d59889b3978d5bfe94299c8 "
"reference" : "bbc513d79acf6691fa9cf10f192c90dd2957f18c "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8 " ,
"reference" : "523407fb06eb9e5f3d59889b3978d5bfe94299c8 " ,
"url" : "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c " ,
"reference" : "bbc513d79acf6691fa9cf10f192c90dd2957f18c " ,
"shasum" : ""
} ,
"require" : {
"php" : "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
"php" : "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 "
} ,
"require-dev" : {
"cerdic/css-tidy" : "^1.7 || ^2.0" ,
@ -79,7 +79,7 @@
"ext-iconv" : "Converts text to and from non-UTF-8 encodings" ,
"ext-tidy" : "Used for pretty-printing HTML"
} ,
"time" : "2022-09-18T07:06:19 +00:00" ,
"time" : "2023-11-17T15:01:25 +00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
@ -111,29 +111,29 @@
] ,
"support" : {
"issues" : "https://github.com/ezyang/htmlpurifier/issues" ,
"source" : "https://github.com/ezyang/htmlpurifier/tree/v4.16 .0"
"source" : "https://github.com/ezyang/htmlpurifier/tree/v4.17 .0"
} ,
"install-path" : "../ezyang/htmlpurifier"
} ,
{
"name" : "guzzlehttp/guzzle" ,
"version" : "7.7.0 " ,
"version_normalized" : "7.7.0 .0" ,
"version" : "7.8.1 " ,
"version_normalized" : "7.8.1 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/guzzle.git" ,
"reference" : "fb7566caccf22d74d1ab270de3551f72a58399f5 "
"reference" : "41042bc7ab002487b876a0683fc8dce04ddce104 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5 " ,
"reference" : "fb7566caccf22d74d1ab270de3551f72a58399f5 " ,
"url" : "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104 " ,
"reference" : "41042bc7ab002487b876a0683fc8dce04ddce104 " ,
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"guzzlehttp/promises" : "^1.5.3 || ^2.0" ,
"guzzlehttp/psr7" : "^1.9.1 || ^2.4. 5" ,
"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"
@ -142,11 +142,11 @@
"psr/http-client-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.1 " ,
"bamarni/composer-bin-plugin" : "^1.8.2 " ,
"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 " ,
"phpunit/phpunit" : "^8.5.36 || ^9.6.15 " ,
"psr/log" : "^1.1 || ^2.0 || ^3.0"
} ,
"suggest" : {
@ -154,7 +154,7 @@
"ext-intl" : "Required for Internationalized Domain Name (IDN) support" ,
"psr/log" : "Required for using the Log middleware"
} ,
"time" : "2023-05-21T14:04:53 +00:00" ,
"time" : "2023-12-03T20:35:24 +00:00" ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
@ -226,7 +226,7 @@
] ,
"support" : {
"issues" : "https://github.com/guzzle/guzzle/issues" ,
"source" : "https://github.com/guzzle/guzzle/tree/7.7.0 "
"source" : "https://github.com/guzzle/guzzle/tree/7.8.1 "
} ,
"funding" : [
{
@ -246,27 +246,27 @@
} ,
{
"name" : "guzzlehttp/promises" ,
"version" : "2.0.0 " ,
"version_normalized" : "2.0.0 .0" ,
"version" : "2.0.2 " ,
"version_normalized" : "2.0.2 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/promises.git" ,
"reference" : "3a494dc7dc1d7d12e511890177ae2d0e6c107da6 "
"reference" : "bbff78d96034045e58e13dedd6ad91b5d1253223 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6 " ,
"reference" : "3a494dc7dc1d7d12e511890177ae2d0e6c107da6 " ,
"url" : "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223 " ,
"reference" : "bbff78d96034045e58e13dedd6ad91b5d1253223 " ,
"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 "
"bamarni/composer-bin-plugin" : "^1.8.2 " ,
"phpunit/phpunit" : "^8.5.36 || ^9.6.15 "
} ,
"time" : "2023-05-21T13:50:22 +00:00" ,
"time" : "2023-12-03T20:19:20 +00:00" ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
@ -312,7 +312,7 @@
] ,
"support" : {
"issues" : "https://github.com/guzzle/promises/issues" ,
"source" : "https://github.com/guzzle/promises/tree/2.0.0 "
"source" : "https://github.com/guzzle/promises/tree/2.0.2 "
} ,
"funding" : [
{
@ -332,17 +332,17 @@
} ,
{
"name" : "guzzlehttp/psr7" ,
"version" : "2.5.0 " ,
"version_normalized" : "2.5.0 .0" ,
"version" : "2.6.2 " ,
"version_normalized" : "2.6.2 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/guzzle/psr7.git" ,
"reference" : "b635f279edd83fc275f822a1188157ffea568ff6 "
"reference" : "45b30f99ac27b5ca93cb4831afe16285f57b8221 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6 " ,
"reference" : "b635f279edd83fc275f822a1188157ffea568ff6 " ,
"url" : "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221 " ,
"reference" : "45b30f99ac27b5ca93cb4831afe16285f57b8221 " ,
"shasum" : ""
} ,
"require" : {
@ -356,14 +356,14 @@
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"bamarni/composer-bin-plugin" : "^1.8.1 " ,
"bamarni/composer-bin-plugin" : "^1.8.2 " ,
"http-interop/http-factory-tests" : "^0.9" ,
"phpunit/phpunit" : "^8.5.29 || ^9.5.23 "
"phpunit/phpunit" : "^8.5.36 || ^9.6.15 "
} ,
"suggest" : {
"laminas/laminas-httphandlerrunner" : "Emit PSR-7 responses"
} ,
"time" : "2023-04-17T16:11:26 +00:00" ,
"time" : "2023-12-03T20:05:35 +00:00" ,
"type" : "library" ,
"extra" : {
"bamarni-bin" : {
@ -431,7 +431,7 @@
] ,
"support" : {
"issues" : "https://github.com/guzzle/psr7/issues" ,
"source" : "https://github.com/guzzle/psr7/tree/2.5.0 "
"source" : "https://github.com/guzzle/psr7/tree/2.6.2 "
} ,
"funding" : [
{
@ -703,17 +703,17 @@
} ,
{
"name" : "monolog/monolog" ,
"version" : "2.9.1 " ,
"version_normalized" : "2.9.1 .0" ,
"version" : "2.9.2 " ,
"version_normalized" : "2.9.2 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1 "
"reference" : "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1 " ,
"reference" : "f259e2b15fb95494c83f52d3caad003bbf5ffaa1 " ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f " ,
"reference" : "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f " ,
"shasum" : ""
} ,
"require" : {
@ -759,7 +759,7 @@
"rollbar/rollbar" : "Allow sending log messages to Rollbar" ,
"ruflin/elastica" : "Allow sending log messages to an Elastic Search server"
} ,
"time" : "2023-02-06T13:44:4 6+00:00" ,
"time" : "2023-10-27T15:25:2 6+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
@ -792,7 +792,7 @@
] ,
"support" : {
"issues" : "https://github.com/Seldaek/monolog/issues" ,
"source" : "https://github.com/Seldaek/monolog/tree/2.9.1 "
"source" : "https://github.com/Seldaek/monolog/tree/2.9.2 "
} ,
"funding" : [
{
@ -1521,24 +1521,24 @@
} ,
{
"name" : "psr/http-client" ,
"version" : "1.0.2 " ,
"version_normalized" : "1.0.2 .0" ,
"version" : "1.0.3 " ,
"version_normalized" : "1.0.3 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-client.git" ,
"reference" : "0955afe48220520692d2d09f7ab7e0f93ffd6a31 "
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31 " ,
"reference" : "0955afe48220520692d2d09f7ab7e0f93ffd6a31 " ,
"url" : "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90 " ,
"reference" : "bb5906edc1c324c9a05aa0873d40117941e5fa90 " ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0 || ^8.0" ,
"psr/http-message" : "^1.0 || ^2.0"
} ,
"time" : "2023-04-10T20:12:12 +00:00" ,
"time" : "2023-09-23T14:17:50 +00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
@ -1570,7 +1570,7 @@
"psr-18"
] ,
"support" : {
"source" : "https://github.com/php-fig/http-client/tree/1.0.2 "
"source" : "https://github.com/php-fig/http-client"
} ,
"install-path" : "../psr/http-client"
} ,
@ -1844,17 +1844,17 @@
} ,
{
"name" : "symfony/cache" ,
"version" : "v5.4.25 " ,
"version_normalized" : "5.4.25 .0" ,
"version" : "v5.4.36 " ,
"version_normalized" : "5.4.36 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/cache.git" ,
"reference" : "e2013521c0f07473ae69a01fce0af78fc3ec0f23 "
"reference" : "a30f316214d908cf5874f700f3f3fb29ceee91ba "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/cache/zipball/e2013521c0f07473ae69a01fce0af78fc3ec0f23 " ,
"reference" : "e2013521c0f07473ae69a01fce0af78fc3ec0f23 " ,
"url" : "https://api.github.com/repos/symfony/cache/zipball/a30f316214d908cf5874f700f3f3fb29ceee91ba " ,
"reference" : "a30f316214d908cf5874f700f3f3fb29ceee91ba " ,
"shasum" : ""
} ,
"require" : {
@ -1882,7 +1882,7 @@
"require-dev" : {
"cache/integration-tests" : "dev-master" ,
"doctrine/cache" : "^1.6|^2.0" ,
"doctrine/dbal" : "^2.13.1|^3.0 " ,
"doctrine/dbal" : "^2.13.1|^3|^4 " ,
"predis/predis" : "^1.1" ,
"psr/simple-cache" : "^1.0|^2.0" ,
"symfony/config" : "^4.4|^5.0|^6.0" ,
@ -1892,7 +1892,7 @@
"symfony/messenger" : "^4.4|^5.0|^6.0" ,
"symfony/var-dumper" : "^4.4|^5.0|^6.0"
} ,
"time" : "2023-06-22T08:06:06 +00:00" ,
"time" : "2024-02-19T13:08:14 +00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
@ -1924,7 +1924,7 @@
"psr6"
] ,
"support" : {
"source" : "https://github.com/symfony/cache/tree/v5.4.25 "
"source" : "https://github.com/symfony/cache/tree/v5.4.36 "
} ,
"funding" : [
{
@ -2096,17 +2096,17 @@
} ,
{
"name" : "symfony/event-dispatcher" ,
"version" : "v5.4.22 " ,
"version_normalized" : "5.4.22 .0" ,
"version" : "v5.4.35 " ,
"version_normalized" : "5.4.35 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/event-dispatcher.git" ,
"reference" : "1df20e45d56da29a4b1d8259dd6e950acbf1b13f "
"reference" : "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f " ,
"reference" : "1df20e45d56da29a4b1d8259dd6e950acbf1b13f " ,
"url" : "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38 " ,
"reference" : "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38 " ,
"shasum" : ""
} ,
"require" : {
@ -2136,7 +2136,7 @@
"symfony/dependency-injection" : "" ,
"symfony/http-kernel" : ""
} ,
"time" : "2023-03-17T11:31:58 +00:00" ,
"time" : "2024-01-23T13:51:25 +00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
@ -2164,7 +2164,7 @@
"description" : "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/event-dispatcher/tree/v5.4.22 "
"source" : "https://github.com/symfony/event-dispatcher/tree/v5.4.35 "
} ,
"funding" : [
{
@ -2266,17 +2266,17 @@
} ,
{
"name" : "symfony/finder" ,
"version" : "v5.4.21 " ,
"version_normalized" : "5.4.21 .0" ,
"version" : "v5.4.35 " ,
"version_normalized" : "5.4.35 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/finder.git" ,
"reference" : "078e9a5e1871fcfe6a5ce421b539344c21afef19 "
"reference" : "abe6d6f77d9465fed3cd2d029b29d03b56b56435 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19 " ,
"reference" : "078e9a5e1871fcfe6a5ce421b539344c21afef19 " ,
"url" : "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435 " ,
"reference" : "abe6d6f77d9465fed3cd2d029b29d03b56b56435 " ,
"shasum" : ""
} ,
"require" : {
@ -2284,7 +2284,7 @@
"symfony/deprecation-contracts" : "^2.1|^3" ,
"symfony/polyfill-php80" : "^1.16"
} ,
"time" : "2023-02-16T09:33:00 +00:00" ,
"time" : "2024-01-23T13:51:25 +00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
@ -2312,7 +2312,7 @@
"description" : "Finds files and directories via an intuitive fluent interface" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/finder/tree/v5.4.21 "
"source" : "https://github.com/symfony/finder/tree/v5.4.35 "
} ,
"funding" : [
{
@ -2332,17 +2332,17 @@
} ,
{
"name" : "symfony/http-foundation" ,
"version" : "v5.4.2 5" ,
"version_normalized" : "5.4.2 5.0" ,
"version" : "v5.4.3 5" ,
"version_normalized" : "5.4.3 5.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/http-foundation.git" ,
"reference" : "f66be2706075c5f6325d2fe2b743a57fb5d23f6b "
"reference" : "f2ab692a22aef1cd54beb893aa0068bdfb093928 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/http-foundation/zipball/f66be2706075c5f6325d2fe2b743a57fb5d23f6b " ,
"reference" : "f66be2706075c5f6325d2fe2b743a57fb5d23f6b " ,
"url" : "https://api.github.com/repos/symfony/http-foundation/zipball/f2ab692a22aef1cd54beb893aa0068bdfb093928 " ,
"reference" : "f2ab692a22aef1cd54beb893aa0068bdfb093928 " ,
"shasum" : ""
} ,
"require" : {
@ -2363,7 +2363,7 @@
"suggest" : {
"symfony/mime" : "To use the file extension guesser"
} ,
"time" : "2023-06-22T08:06:06 +00:00" ,
"time" : "2024-01-23T13:51:25 +00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
@ -2391,7 +2391,7 @@
"description" : "Defines an object-oriented layer for the HTTP specification" ,
"homepage" : "https://symfony.com" ,
"support" : {
"source" : "https://github.com/symfony/http-foundation/tree/v5.4.2 5"
"source" : "https://github.com/symfony/http-foundation/tree/v5.4.3 5"
} ,
"funding" : [
{
@ -2411,17 +2411,17 @@
} ,
{
"name" : "symfony/polyfill-mbstring" ,
"version" : "v1.27 .0" ,
"version_normalized" : "1.27 .0.0" ,
"version" : "v1.29 .0" ,
"version_normalized" : "1.29 .0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
"reference" : "8ad114f6b39e2c98a8b0e3bd907732c207c2b534 "
"reference" : "9773676c8a1bb1f8d4340a62efe641cf76eda7ec "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534 " ,
"reference" : "8ad114f6b39e2c98a8b0e3bd907732c207c2b534 " ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec " ,
"reference" : "9773676c8a1bb1f8d4340a62efe641cf76eda7ec " ,
"shasum" : ""
} ,
"require" : {
@ -2433,12 +2433,9 @@
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
"time" : "2022-11-03T14:55:06 +00:00" ,
"time" : "2024-01-29T20:11:03 +00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.27-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
@ -2477,7 +2474,7 @@
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.27 .0"
"source" : "https://github.com/symfony/polyfill-mbstring/tree/v1.29 .0"
} ,
"funding" : [
{
@ -2497,28 +2494,25 @@
} ,
{
"name" : "symfony/polyfill-php73" ,
"version" : "v1.27 .0" ,
"version_normalized" : "1.27 .0.0" ,
"version" : "v1.29 .0" ,
"version_normalized" : "1.29 .0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php73.git" ,
"reference" : "9e8ecb5f92152187c4799efd3c96b78ccab18ff9 "
"reference" : "21bd091060673a1177ae842c0ef8fe30893114d2 "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9 " ,
"reference" : "9e8ecb5f92152187c4799efd3c96b78ccab18ff9 " ,
"url" : "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2 " ,
"reference" : "21bd091060673a1177ae842c0ef8fe30893114d2 " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2022-11-03T14:55:06 +00:00" ,
"time" : "2024-01-29T20:11:03 +00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.27-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
@ -2559,7 +2553,7 @@
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php73/tree/v1.27 .0"
"source" : "https://github.com/symfony/polyfill-php73/tree/v1.29 .0"
} ,
"funding" : [
{
@ -2579,28 +2573,25 @@
} ,
{
"name" : "symfony/polyfill-php80" ,
"version" : "v1.27 .0" ,
"version_normalized" : "1.27 .0.0" ,
"version" : "v1.29 .0" ,
"version_normalized" : "1.29 .0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-php80.git" ,
"reference" : "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936 "
"reference" : "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936 " ,
"reference" : "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936 " ,
"url" : "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b " ,
"reference" : "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"time" : "2022-11-03T14:55:06 +00:00" ,
"time" : "2024-01-29T20:11:03 +00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-main" : "1.27-dev"
} ,
"thanks" : {
"name" : "symfony/polyfill" ,
"url" : "https://github.com/symfony/polyfill"
@ -2645,7 +2636,7 @@
"shim"
] ,
"support" : {
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.27 .0"
"source" : "https://github.com/symfony/polyfill-php80/tree/v1.29 .0"
} ,
"funding" : [
{
@ -2665,22 +2656,23 @@
} ,
{
"name" : "symfony/psr-http-message-bridge" ,
"version" : "v2.2.0 " ,
"version_normalized" : "2.2.0 .0" ,
"version" : "v2.3.1 " ,
"version_normalized" : "2.3.1 .0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/psr-http-message-bridge.git" ,
"reference" : "28a732c05bbad801304ad5a5c674cf2970508993 "
"reference" : "581ca6067eb62640de5ff08ee1ba6850a0ee472e "
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/28a732c05bbad801304ad5a5c674cf2970508993 " ,
"reference" : "28a732c05bbad801304ad5a5c674cf2970508993 " ,
"url" : "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e " ,
"reference" : "581ca6067eb62640de5ff08ee1ba6850a0ee472e " ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.2.5" ,
"psr/http-message" : "^1.0 || ^2.0" ,
"symfony/deprecation-contracts" : "^2.5 || ^3.0" ,
"symfony/http-foundation" : "^5.4 || ^6.0"
} ,
"require-dev" : {
@ -2696,11 +2688,11 @@
"suggest" : {
"nyholm/psr7" : "For a super lightweight PSR-7/17 implementation"
} ,
"time" : "2023-04-21T08:40:19 +00:00" ,
"time" : "2023-07-26T11:53:26 +00:00" ,
"type" : "symfony-bridge" ,
"extra" : {
"branch-alias" : {
"dev-main" : "2.2 -dev"
"dev-main" : "2.3 -dev"
}
} ,
"installation-source" : "dist" ,
@ -2736,7 +2728,7 @@
] ,
"support" : {
"issues" : "https://github.com/symfony/psr-http-message-bridge/issues" ,
"source" : "https://github.com/symfony/psr-http-message-bridge/tree/v2.2.0 "
"source" : "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1 "
} ,
"funding" : [
{
@ -2901,7 +2893,7 @@
"source" : {
"type" : "git" ,
"url" : "https://gitee.com/fastadminnet/framework.git" ,
"reference" : "096811899433eb0eb0988f1fe1db56ebb521bf34 "
"reference" : "8fa1957eb15aab3c08efdebed28c5e7fe25706b8 "
} ,
"require" : {
"php" : ">=7.1.0" ,
@ -2915,7 +2907,7 @@
"phpunit/phpunit" : "4.8.*" ,
"sebastian/phpcpd" : "2.*"
} ,
"time" : "2022-12-19T02:13:42 +00:00" ,
"time" : "2024-02-18T14:12:58 +00:00" ,
"default-branch" : true ,
"type" : "think-framework" ,
"installation-source" : "source" ,
@ -3189,6 +3181,171 @@
"source" : "https://github.com/txthinking/Mailer/tree/master"
} ,
"install-path" : "../txthinking/mailer"
} ,
{
"name" : "workerman/channel" ,
"version" : "v1.2.0" ,
"version_normalized" : "1.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/channel.git" ,
"reference" : "fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/walkor/channel/zipball/fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e" ,
"reference" : "fbfb81c7ebc5858c4053f226cbb5d15fe670ff6e" ,
"shasum" : ""
} ,
"require" : {
"workerman/workerman" : ">=4.0.12"
} ,
"time" : "2023-04-04T02:47:35+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Channel\\" : "./src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"homepage" : "http://www.workerman.net" ,
"support" : {
"issues" : "https://github.com/walkor/channel/issues" ,
"source" : "https://github.com/walkor/channel/tree/v1.2.0"
} ,
"install-path" : "../workerman/channel"
} ,
{
"name" : "workerman/phpsocket.io" ,
"version" : "v2.0.3" ,
"version_normalized" : "2.0.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/phpsocket.io.git" ,
"reference" : "902ab181e12840d612084dd096656456feecb134"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/walkor/phpsocket.io/zipball/902ab181e12840d612084dd096656456feecb134" ,
"reference" : "902ab181e12840d612084dd096656456feecb134" ,
"shasum" : ""
} ,
"require" : {
"workerman/channel" : ">=1.0.0" ,
"workerman/workerman" : "^4.0.0"
} ,
"require-dev" : {
"squizlabs/php_codesniffer" : "^3.7"
} ,
"time" : "2023-07-18T00:36:23+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPSocketIO\\" : "./src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "A server side alternative implementation of socket.io in PHP based on Workerman" ,
"homepage" : "https://www.workerman.net" ,
"keywords" : [
"Socket.io" ,
"async" ,
"non-blocking" ,
"phpsocket.io" ,
"server" ,
"sockets" ,
"stream" ,
"workerman"
] ,
"support" : {
"issues" : "https://github.com/walkor/phpsocket.io/issues" ,
"source" : "https://github.com/walkor/phpsocket.io/tree/v2.0.3"
} ,
"funding" : [
{
"url" : "https://opencollective.com/walkor" ,
"type" : "open_collective"
} ,
{
"url" : "https://www.patreon.com/walkor" ,
"type" : "patreon"
}
] ,
"install-path" : "../workerman/phpsocket.io"
} ,
{
"name" : "workerman/workerman" ,
"version" : "v4.1.15" ,
"version_normalized" : "4.1.15.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/walkor/workerman.git" ,
"reference" : "afc8242fc769ab7cf22eb4ac22b97cb59d465e4e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/walkor/workerman/zipball/afc8242fc769ab7cf22eb4ac22b97cb59d465e4e" ,
"reference" : "afc8242fc769ab7cf22eb4ac22b97cb59d465e4e" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0"
} ,
"suggest" : {
"ext-event" : "For better performance. "
} ,
"time" : "2024-02-19T02:10:39+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Workerman\\" : "./"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "walkor" ,
"email" : "walkor@workerman.net" ,
"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" : "walkor@workerman.net" ,
"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"
}
] ,
"dev" : true ,