diff --git a/composer.lock b/composer.lock index 78388f5..ac15f59 100644 --- a/composer.lock +++ b/composer.lock @@ -136,16 +136,16 @@ }, { "name": "composer/semver", - "version": "3.2.9", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" + "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", - "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "url": "https://api.github.com/repos/composer/semver/zipball/5d8e574bb0e69188786b8ef77d43341222a41a71", + "reference": "5d8e574bb0e69188786b8ef77d43341222a41a71", "shasum": "" }, "require": { @@ -197,7 +197,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.9" + "source": "https://github.com/composer/semver/tree/3.3.1" }, "funding": [ { @@ -213,7 +213,7 @@ "type": "tidelift" } ], - "time": "2022-02-04T13:58:43+00:00" + "time": "2022-03-16T11:22:07+00:00" }, { "name": "composer/xdebug-handler", @@ -616,16 +616,16 @@ }, { "name": "drupal/core", - "version": "9.3.7", + "version": "9.3.8", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "a768174b00fa088027d460a80a13550e624b9bf8" + "reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/a768174b00fa088027d460a80a13550e624b9bf8", - "reference": "a768174b00fa088027d460a80a13550e624b9bf8", + "url": "https://api.github.com/repos/drupal/core/zipball/e8e3b7e5b3353f7ebf24de9d39087df75bd66afe", + "reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe", "shasum": "" }, "require": { @@ -867,9 +867,9 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.3.7" + "source": "https://github.com/drupal/core/tree/9.3.8" }, - "time": "2022-03-03T09:23:53+00:00" + "time": "2022-03-16T15:34:53+00:00" }, { "name": "drupal/date_recur", @@ -1524,33 +1524,33 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.9.0", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" + "reference": "58af67282db37d24e584a837a94ee55b9c7552be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be", + "reference": "58af67282db37d24e584a837a94ee55b9c7552be", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "ext-ctype": "*", + "ext-mbstring": "*", + "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { + "infection/infection": "^0.26.6", "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.12.2", - "vimeo/psalm": "^3.16" - }, - "suggest": { - "ext-iconv": "*", - "ext-mbstring": "*" + "maglnet/composer-require-checker": "^3.8.0", + "phpunit/phpunit": "^9.5.18", + "psalm/plugin-phpunit": "^0.16.1", + "vimeo/psalm": "^4.22.0" }, "type": "library", "autoload": { @@ -1582,7 +1582,7 @@ "type": "community_bridge" } ], - "time": "2021-09-02T17:10:53+00:00" + "time": "2022-03-08T20:15:36+00:00" }, { "name": "laminas/laminas-feed", @@ -4832,16 +4832,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v4.4.38", + "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "f6d1ca0eb363cd8c729e45cff419fb34158afec5" + "reference": "5d0fbcdb9317864b2bd9e49d570d88ae512cadf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f6d1ca0eb363cd8c729e45cff419fb34158afec5", - "reference": "f6d1ca0eb363cd8c729e45cff419fb34158afec5", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5d0fbcdb9317864b2bd9e49d570d88ae512cadf3", + "reference": "5d0fbcdb9317864b2bd9e49d570d88ae512cadf3", "shasum": "" }, "require": { @@ -4898,7 +4898,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.38" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.39" }, "funding": [ { @@ -4914,7 +4914,7 @@ "type": "tidelift" } ], - "time": "2022-02-24T08:43:20+00:00" + "time": "2022-03-02T12:36:39+00:00" }, { "name": "symfony/deprecation-contracts", @@ -5418,16 +5418,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.38", + "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "cb2fe618293cf254e524f19b393e2e3eac083d02" + "reference": "60e8e42a4579551e5ec887d04380e2ab9e4cc314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb2fe618293cf254e524f19b393e2e3eac083d02", - "reference": "cb2fe618293cf254e524f19b393e2e3eac083d02", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/60e8e42a4579551e5ec887d04380e2ab9e4cc314", + "reference": "60e8e42a4579551e5ec887d04380e2ab9e4cc314", "shasum": "" }, "require": { @@ -5466,7 +5466,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.38" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.39" }, "funding": [ { @@ -5482,20 +5482,20 @@ "type": "tidelift" } ], - "time": "2022-02-21T13:35:47+00:00" + "time": "2022-03-04T07:06:13+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.38", + "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9726dcde5ea94e18d0bddf73d1f08c98e40a9181" + "reference": "19d1cacefe81cb448227cc4d5909fb36e2e23081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9726dcde5ea94e18d0bddf73d1f08c98e40a9181", - "reference": "9726dcde5ea94e18d0bddf73d1f08c98e40a9181", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/19d1cacefe81cb448227cc4d5909fb36e2e23081", + "reference": "19d1cacefe81cb448227cc4d5909fb36e2e23081", "shasum": "" }, "require": { @@ -5570,7 +5570,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.38" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.39" }, "funding": [ { @@ -5586,7 +5586,7 @@ "type": "tidelift" } ], - "time": "2022-02-28T07:43:20+00:00" + "time": "2022-03-05T21:04:55+00:00" }, { "name": "symfony/mime", @@ -5822,7 +5822,7 @@ }, { "name": "symfony/polyfill-iconv", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", @@ -5885,7 +5885,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" }, "funding": [ { @@ -5905,7 +5905,7 @@ }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", @@ -5972,7 +5972,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" }, "funding": [ { @@ -5992,7 +5992,7 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -6056,7 +6056,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" }, "funding": [ { @@ -6076,7 +6076,7 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", @@ -6139,7 +6139,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -6159,7 +6159,7 @@ }, { "name": "symfony/polyfill-php72", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", @@ -6215,7 +6215,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" }, "funding": [ { @@ -6235,7 +6235,7 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", @@ -6294,7 +6294,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" }, "funding": [ { @@ -6314,16 +6314,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { @@ -6377,7 +6377,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" }, "funding": [ { @@ -6393,7 +6393,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:33+00:00" + "time": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/polyfill-php81", @@ -6715,16 +6715,16 @@ }, { "name": "symfony/serializer", - "version": "v4.4.38", + "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "5a13555173ff3a1c5281751c1c5d069504863867" + "reference": "0c7866443c42e0d4bd460c0ed1c4d5891445ddab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/5a13555173ff3a1c5281751c1c5d069504863867", - "reference": "5a13555173ff3a1c5281751c1c5d069504863867", + "url": "https://api.github.com/repos/symfony/serializer/zipball/0c7866443c42e0d4bd460c0ed1c4d5891445ddab", + "reference": "0c7866443c42e0d4bd460c0ed1c4d5891445ddab", "shasum": "" }, "require": { @@ -6789,7 +6789,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v4.4.38" + "source": "https://github.com/symfony/serializer/tree/v4.4.39" }, "funding": [ { @@ -6805,7 +6805,7 @@ "type": "tidelift" } ], - "time": "2022-02-24T08:36:41+00:00" + "time": "2022-03-02T12:36:39+00:00" }, { "name": "symfony/service-contracts", @@ -7121,16 +7121,16 @@ }, { "name": "symfony/validator", - "version": "v4.4.38", + "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "71f994225b20f6fdc594d494df762f0ad8c34aca" + "reference": "8fdee5a7118e30a6247113a925fb4d702b2a3bcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/71f994225b20f6fdc594d494df762f0ad8c34aca", - "reference": "71f994225b20f6fdc594d494df762f0ad8c34aca", + "url": "https://api.github.com/repos/symfony/validator/zipball/8fdee5a7118e30a6247113a925fb4d702b2a3bcd", + "reference": "8fdee5a7118e30a6247113a925fb4d702b2a3bcd", "shasum": "" }, "require": { @@ -7207,7 +7207,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.38" + "source": "https://github.com/symfony/validator/tree/v4.4.39" }, "funding": [ { @@ -7223,20 +7223,20 @@ "type": "tidelift" } ], - "time": "2022-02-24T08:44:54+00:00" + "time": "2022-03-02T12:36:39+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.5", + "version": "v5.4.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "6efddb1cf6af5270b21c48c6103e81f920c220f0" + "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6efddb1cf6af5270b21c48c6103e81f920c220f0", - "reference": "6efddb1cf6af5270b21c48c6103e81f920c220f0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/294e9da6e2e0dd404e983daa5aa74253d92c05d0", + "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0", "shasum": "" }, "require": { @@ -7296,7 +7296,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.5" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.6" }, "funding": [ { @@ -7312,7 +7312,7 @@ "type": "tidelift" } ], - "time": "2022-02-21T15:00:19+00:00" + "time": "2022-03-02T12:42:23+00:00" }, { "name": "symfony/yaml",