diff --git a/src/composer.json b/src/composer.json index 19057d39bc..c8e2d4e877 100644 --- a/src/composer.json +++ b/src/composer.json @@ -46,28 +46,28 @@ "ext-session": "*", "ext-zip": "*", "ext-zlib": "*", - "azuyalabs/yasumi": "^2.4.0", - "defuse/php-encryption": "^2.3.1", + "azuyalabs/yasumi": "^2.7.0", + "defuse/php-encryption": "^v2.4.0", "drewm/mailchimp-api": "^2.5.4", - "endroid/qr-code": "^5.0.4", - "geocoder-php/bing-maps-provider": "^4.2.0", - "geocoder-php/google-maps-provider": "^4.6.0", - "ifsnop/mysqldump-php": "^v2.9", + "endroid/qr-code": "^5.0.6", + "geocoder-php/bing-maps-provider": "^4.3.0", + "geocoder-php/google-maps-provider": "^4.7.1", + "ifsnop/mysqldump-php": "^v2.12", "knplabs/github-api": "^3.12.0", - "monolog/monolog": "^2.3.0", - "mustache/mustache": "^v2.13.0", + "monolog/monolog": "^2.9.2", + "mustache/mustache": "^v2.14.2", "php-http/guzzle7-adapter": "^1.0.0", "php-http/message": "^1.11.1", - "phpmailer/phpmailer": "^6.5.1", - "pragmarx/google2fa": "^8.0.0", + "phpmailer/phpmailer": "^6.9.1", + "pragmarx/google2fa": "^8.0.1", "propel/propel": "2.0.0-alpha12", - "setasign/fpdf": "^1.8.3", + "setasign/fpdf": "^1.8.6", "slim/http-cache": "^1.1.0", "slim/php-view": "^3.2.0", - "slim/slim": "^4.12.0", - "symfony/dependency-injection": "^6.0", - "symfony/translation": "^5.4.31", - "verot/class.upload.php": "^2.1.0", + "slim/slim": "^4.13.0", + "symfony/dependency-injection": "^v6.0.20", + "symfony/translation": "^5.4.35", + "verot/class.upload.php": "^2.1.6", "vonage/client": "^2.4.0" }, "autoload": { diff --git a/src/composer.lock b/src/composer.lock index 3a224c0490..57f4691510 100644 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e0430ade661054d0fd9da1fcc107f2f8", + "content-hash": "cf7484c1f4838218c8d290cd6ff4c193", "packages": [ { "name": "azuyalabs/yasumi", @@ -439,16 +439,16 @@ }, { "name": "endroid/qr-code", - "version": "5.0.6", + "version": "5.0.7", "source": { "type": "git", "url": "/~https://github.com/endroid/qr-code.git", - "reference": "3a9cc61d2d34df93f6edc2140e7880966ee7860f" + "reference": "0cc00f0626b73bc71a1ea17af01387d0ac75e046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/endroid/qr-code/zipball/3a9cc61d2d34df93f6edc2140e7880966ee7860f", - "reference": "3a9cc61d2d34df93f6edc2140e7880966ee7860f", + "url": "https://api.github.com/repos/endroid/qr-code/zipball/0cc00f0626b73bc71a1ea17af01387d0ac75e046", + "reference": "0cc00f0626b73bc71a1ea17af01387d0ac75e046", "shasum": "" }, "require": { @@ -502,7 +502,7 @@ ], "support": { "issues": "/~https://github.com/endroid/qr-code/issues", - "source": "/~https://github.com/endroid/qr-code/tree/5.0.6" + "source": "/~https://github.com/endroid/qr-code/tree/5.0.7" }, "funding": [ { @@ -510,7 +510,7 @@ "type": "github" } ], - "time": "2024-03-06T22:34:02+00:00" + "time": "2024-03-08T11:24:40+00:00" }, { "name": "geocoder-php/bing-maps-provider", @@ -1078,22 +1078,22 @@ }, { "name": "knplabs/github-api", - "version": "v3.13.0", + "version": "v3.14.1", "source": { "type": "git", "url": "/~https://github.com/KnpLabs/php-github-api.git", - "reference": "47024f3483520c0fafdfc5c10d2a20d87b4c7ceb" + "reference": "71fec50e228737ec23c0b69801b85bf596fbdaca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/47024f3483520c0fafdfc5c10d2a20d87b4c7ceb", - "reference": "47024f3483520c0fafdfc5c10d2a20d87b4c7ceb", + "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/71fec50e228737ec23c0b69801b85bf596fbdaca", + "reference": "71fec50e228737ec23c0b69801b85bf596fbdaca", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.2.5 || ^8.0", - "php-http/cache-plugin": "^1.7.1", + "php-http/cache-plugin": "^1.7.1|^2.0", "php-http/client-common": "^2.3", "php-http/discovery": "^1.12", "php-http/httplug": "^2.2", @@ -1121,7 +1121,7 @@ "extra": { "branch-alias": { "dev-2.x": "2.20.x-dev", - "dev-master": "3.12-dev" + "dev-master": "3.14-dev" } }, "autoload": { @@ -1154,7 +1154,7 @@ ], "support": { "issues": "/~https://github.com/KnpLabs/php-github-api/issues", - "source": "/~https://github.com/KnpLabs/php-github-api/tree/v3.13.0" + "source": "/~https://github.com/KnpLabs/php-github-api/tree/v3.14.1" }, "funding": [ { @@ -1162,7 +1162,7 @@ "type": "github" } ], - "time": "2023-11-19T21:08:19+00:00" + "time": "2024-03-24T18:21:15+00:00" }, { "name": "laminas/laminas-diactoros", @@ -1720,26 +1720,27 @@ }, { "name": "php-http/cache-plugin", - "version": "1.8.1", + "version": "2.0.0", "source": { "type": "git", "url": "/~https://github.com/php-http/cache-plugin.git", - "reference": "b3e6c25d89ee5e4ac82115ed23b21ba87986d614" + "reference": "539b2d1ea0dc1c2f141c8155f888197d4ac5635b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/b3e6c25d89ee5e4ac82115ed23b21ba87986d614", - "reference": "b3e6c25d89ee5e4ac82115ed23b21ba87986d614", + "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/539b2d1ea0dc1c2f141c8155f888197d4ac5635b", + "reference": "539b2d1ea0dc1c2f141c8155f888197d4ac5635b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/client-common": "^1.9 || ^2.0", - "php-http/message-factory": "^1.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", + "psr/http-factory-implementation": "^1.0", "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { + "nyholm/psr7": "^1.6.1", "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0" }, "type": "library", @@ -1768,9 +1769,9 @@ ], "support": { "issues": "/~https://github.com/php-http/cache-plugin/issues", - "source": "/~https://github.com/php-http/cache-plugin/tree/1.8.1" + "source": "/~https://github.com/php-http/cache-plugin/tree/2.0.0" }, - "time": "2023-11-21T08:52:56+00:00" + "time": "2024-02-19T17:02:14+00:00" }, { "name": "php-http/client-common", @@ -1843,16 +1844,16 @@ }, { "name": "php-http/discovery", - "version": "1.19.2", + "version": "1.19.4", "source": { "type": "git", "url": "/~https://github.com/php-http/discovery.git", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + "reference": "0700efda8d7526335132360167315fdab3aeb599" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", - "reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", + "url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599", + "reference": "0700efda8d7526335132360167315fdab3aeb599", "shasum": "" }, "require": { @@ -1876,7 +1877,8 @@ "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3", - "symfony/phpunit-bridge": "^6.2" + "sebastian/comparator": "^3.0.5 || ^4.0.8", + "symfony/phpunit-bridge": "^6.4.4 || ^7.0.1" }, "type": "composer-plugin", "extra": { @@ -1915,9 +1917,9 @@ ], "support": { "issues": "/~https://github.com/php-http/discovery/issues", - "source": "/~https://github.com/php-http/discovery/tree/1.19.2" + "source": "/~https://github.com/php-http/discovery/tree/1.19.4" }, - "time": "2023-11-30T16:49:05+00:00" + "time": "2024-03-29T13:00:05+00:00" }, { "name": "php-http/guzzle7-adapter", @@ -2107,61 +2109,6 @@ }, "time": "2024-03-07T13:22:09+00:00" }, - { - "name": "php-http/message-factory", - "version": "1.1.0", - "source": { - "type": "git", - "url": "/~https://github.com/php-http/message-factory.git", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57", - "shasum": "" - }, - "require": { - "php": ">=5.4", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Http\\Message\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" - } - ], - "description": "Factory interfaces for PSR-7 HTTP Message", - "homepage": "http://php-http.org", - "keywords": [ - "factory", - "http", - "message", - "stream", - "uri" - ], - "support": { - "issues": "/~https://github.com/php-http/message-factory/issues", - "source": "/~https://github.com/php-http/message-factory/tree/1.1.0" - }, - "abandoned": "psr/http-factory", - "time": "2023-04-14T14:16:17+00:00" - }, { "name": "php-http/multipart-stream-builder", "version": "1.3.0", @@ -2220,16 +2167,16 @@ }, { "name": "php-http/promise", - "version": "1.3.0", + "version": "1.3.1", "source": { "type": "git", "url": "/~https://github.com/php-http/promise.git", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07" + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/promise/zipball/2916a606d3b390f4e9e8e2b8dd68581508be0f07", - "reference": "2916a606d3b390f4e9e8e2b8dd68581508be0f07", + "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83", + "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83", "shasum": "" }, "require": { @@ -2266,9 +2213,9 @@ ], "support": { "issues": "/~https://github.com/php-http/promise/issues", - "source": "/~https://github.com/php-http/promise/tree/1.3.0" + "source": "/~https://github.com/php-http/promise/tree/1.3.1" }, - "time": "2024-01-04T18:49:48+00:00" + "time": "2024-03-15T13:55:21+00:00" }, { "name": "phpmailer/phpmailer", @@ -3264,16 +3211,16 @@ }, { "name": "symfony/config", - "version": "v5.4.36", + "version": "v5.4.38", "source": { "type": "git", "url": "/~https://github.com/symfony/config.git", - "reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1" + "reference": "3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/0a4f363dc2f13d2f871f917cc563796d9ddc78d1", - "reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1", + "url": "https://api.github.com/repos/symfony/config/zipball/3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14", + "reference": "3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14", "shasum": "" }, "require": { @@ -3323,7 +3270,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "/~https://github.com/symfony/config/tree/v5.4.36" + "source": "/~https://github.com/symfony/config/tree/v5.4.38" }, "funding": [ { @@ -3339,7 +3286,7 @@ "type": "tidelift" } ], - "time": "2024-02-23T16:13:23+00:00" + "time": "2024-03-22T10:04:40+00:00" }, { "name": "symfony/console", @@ -3597,16 +3544,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.35", + "version": "v5.4.38", "source": { "type": "git", "url": "/~https://github.com/symfony/filesystem.git", - "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086" + "reference": "899330a01056077271e2f614c7b28b0379a671eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086", - "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/899330a01056077271e2f614c7b28b0379a671eb", + "reference": "899330a01056077271e2f614c7b28b0379a671eb", "shasum": "" }, "require": { @@ -3641,7 +3588,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "/~https://github.com/symfony/filesystem/tree/v5.4.35" + "source": "/~https://github.com/symfony/filesystem/tree/v5.4.38" }, "funding": [ { @@ -3657,7 +3604,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T13:51:25+00:00" + "time": "2024-03-21T08:05:07+00:00" }, { "name": "symfony/finder", @@ -4341,16 +4288,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "/~https://github.com/symfony/service-contracts.git", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" + "reference": "11bbf19a0fb7b36345861e85c5768844c552906e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e", + "reference": "11bbf19a0fb7b36345861e85c5768844c552906e", "shasum": "" }, "require": { @@ -4403,7 +4350,7 @@ "standards" ], "support": { - "source": "/~https://github.com/symfony/service-contracts/tree/v3.4.1" + "source": "/~https://github.com/symfony/service-contracts/tree/v3.4.2" }, "funding": [ { @@ -4419,7 +4366,7 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2023-12-19T21:51:00+00:00" }, { "name": "symfony/string", @@ -4606,16 +4553,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v2.5.2", + "version": "v2.5.3", "source": { "type": "git", "url": "/~https://github.com/symfony/translation-contracts.git", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" + "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", - "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b0073a77ac0b7ea55131020e87b1e3af540f4664", + "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664", "shasum": "" }, "require": { @@ -4664,7 +4611,7 @@ "standards" ], "support": { - "source": "/~https://github.com/symfony/translation-contracts/tree/v2.5.2" + "source": "/~https://github.com/symfony/translation-contracts/tree/v2.5.3" }, "funding": [ { @@ -4680,20 +4627,20 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/validator", - "version": "v5.4.36", + "version": "v5.4.38", "source": { "type": "git", "url": "/~https://github.com/symfony/validator.git", - "reference": "e80028e0f7814a8824fc1f474f1566a7bddceec5" + "reference": "4d107c2d548111156cdc4a12d12d8561d619c3c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/e80028e0f7814a8824fc1f474f1566a7bddceec5", - "reference": "e80028e0f7814a8824fc1f474f1566a7bddceec5", + "url": "https://api.github.com/repos/symfony/validator/zipball/4d107c2d548111156cdc4a12d12d8561d619c3c3", + "reference": "4d107c2d548111156cdc4a12d12d8561d619c3c3", "shasum": "" }, "require": { @@ -4776,7 +4723,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "/~https://github.com/symfony/validator/tree/v5.4.36" + "source": "/~https://github.com/symfony/validator/tree/v5.4.38" }, "funding": [ { @@ -4792,7 +4739,7 @@ "type": "tidelift" } ], - "time": "2024-02-21T11:39:05+00:00" + "time": "2024-03-18T16:56:51+00:00" }, { "name": "symfony/yaml", @@ -5149,16 +5096,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.10.60", + "version": "1.10.66", "source": { "type": "git", "url": "/~https://github.com/phpstan/phpstan.git", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe" + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd", + "reference": "94779c987e4ebd620025d9e5fdd23323903950bd", "shasum": "" }, "require": { @@ -5207,20 +5154,20 @@ "type": "tidelift" } ], - "time": "2024-03-07T13:30:19+00:00" + "time": "2024-03-28T16:17:31+00:00" }, { "name": "rector/rector", - "version": "1.0.2", + "version": "1.0.4", "source": { "type": "git", "url": "/~https://github.com/rectorphp/rector.git", - "reference": "7596fa6da06c6a20c012efe6bb3d9188a9113b11" + "reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7596fa6da06c6a20c012efe6bb3d9188a9113b11", - "reference": "7596fa6da06c6a20c012efe6bb3d9188a9113b11", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/6e04d0eb087aef707fa0c5686d33d6ff61f4a555", + "reference": "6e04d0eb087aef707fa0c5686d33d6ff61f4a555", "shasum": "" }, "require": { @@ -5233,6 +5180,9 @@ "rector/rector-phpunit": "*", "rector/rector-symfony": "*" }, + "suggest": { + "ext-dom": "To manipulate phpunit.xml via the custom-rule command" + }, "bin": [ "bin/rector" ], @@ -5255,7 +5205,7 @@ ], "support": { "issues": "/~https://github.com/rectorphp/rector/issues", - "source": "/~https://github.com/rectorphp/rector/tree/1.0.2" + "source": "/~https://github.com/rectorphp/rector/tree/1.0.4" }, "funding": [ { @@ -5263,20 +5213,20 @@ "type": "github" } ], - "time": "2024-03-03T12:32:31+00:00" + "time": "2024-04-05T09:01:07+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.9.0", + "version": "3.9.1", "source": { "type": "git", "url": "/~https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" + "reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", - "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/267a4405fff1d9c847134db3a3c92f1ab7f77909", + "reference": "267a4405fff1d9c847134db3a3c92f1ab7f77909", "shasum": "" }, "require": { @@ -5343,7 +5293,7 @@ "type": "open_collective" } ], - "time": "2024-02-16T15:06:51+00:00" + "time": "2024-03-31T21:03:09+00:00" } ], "aliases": [],