From 6d8aabab2347feabdd804b609dcd4513f09f78d4 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 11 Feb 2022 09:21:19 +0000 Subject: composer libs minor version updates --- vendor/composer/installed.json | 262 ++++++++++++++++++++++------------------- 1 file changed, 139 insertions(+), 123 deletions(-) (limited to 'vendor/composer/installed.json') diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 81f2cc6f5..7636f75d7 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -194,17 +194,17 @@ }, { "name": "commerceguys/intl", - "version": "v1.1.0", - "version_normalized": "1.1.0.0", + "version": "v1.1.1", + "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/commerceguys/intl.git", - "reference": "90b4f75c4917927a1960c0dcaa002a91ab97f5d5" + "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/intl/zipball/90b4f75c4917927a1960c0dcaa002a91ab97f5d5", - "reference": "90b4f75c4917927a1960c0dcaa002a91ab97f5d5", + "url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f", + "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f", "shasum": "" }, "require": { @@ -214,7 +214,7 @@ "mikey179/vfsstream": "1.*", "phpunit/phpunit": "^7.5" }, - "time": "2021-05-17T08:25:58+00:00", + "time": "2021-10-30T18:07:14+00:00", "type": "library", "extra": { "branch-alias": { @@ -239,7 +239,7 @@ "description": "Internationalization library powered by CLDR data.", "support": { "issues": "https://github.com/commerceguys/intl/issues", - "source": "https://github.com/commerceguys/intl/tree/v1.1.0" + "source": "https://github.com/commerceguys/intl/tree/v1.1.1" }, "install-path": "../commerceguys/intl" }, @@ -287,26 +287,23 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.13.0", - "version_normalized": "4.13.0.0", + "version": "v4.14.0", + "version_normalized": "4.14.0.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" + "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75", + "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75", "shasum": "" }, "require": { "php": ">=5.2" }, - "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" - }, - "time": "2020-06-29T00:56:53+00:00", + "time": "2021-12-25T01:21:49+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -336,32 +333,36 @@ "keywords": [ "html" ], + "support": { + "issues": "https://github.com/ezyang/htmlpurifier/issues", + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0" + }, "install-path": "../ezyang/htmlpurifier" }, { "name": "jbroadway/urlify", - "version": "1.2.2-stable", - "version_normalized": "1.2.2.0", + "version": "1.2.3-stable", + "version_normalized": "1.2.3.0", "source": { "type": "git", "url": "https://github.com/jbroadway/urlify.git", - "reference": "9b227e8548f16268cef55b5eb5d659a801fa824b" + "reference": "b7c142a247bd5fac2bb62ca2491bd151c4d1dee4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jbroadway/urlify/zipball/9b227e8548f16268cef55b5eb5d659a801fa824b", - "reference": "9b227e8548f16268cef55b5eb5d659a801fa824b", + "url": "https://api.github.com/repos/jbroadway/urlify/zipball/b7c142a247bd5fac2bb62ca2491bd151c4d1dee4", + "reference": "b7c142a247bd5fac2bb62ca2491bd151c4d1dee4", "shasum": "" }, "require": { - "php": ">=7.2.0", + "php": ">=7.2", "voku/portable-ascii": "^1.4", "voku/stop-words": "^2.0" }, "require-dev": { - "phpunit/phpunit": "~6.0 || ~7.0" + "phpunit/phpunit": "^8.5" }, - "time": "2020-06-14T17:15:34+00:00", + "time": "2021-12-29T21:23:40+00:00", "type": "library", "extra": { "branch-alias": { @@ -385,38 +386,46 @@ "homepage": "http://www.johnnybroadway.com/" } ], - "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", + "description": "A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.", "homepage": "https://github.com/jbroadway/urlify", "keywords": [ + "ascii", + "blogging", + "blogs", + "downcode", "encode", "iconv", "link", + "seo", "slug", + "slugify", + "slugs", "translit", "transliterate", "transliteration", + "unicode", "url", "urlify" ], "support": { "issues": "https://github.com/jbroadway/urlify/issues", - "source": "https://github.com/jbroadway/urlify/tree/master" + "source": "https://github.com/jbroadway/urlify/tree/1.2.3-stable" }, "install-path": "../jbroadway/urlify" }, { "name": "league/html-to-markdown", - "version": "5.0.1", - "version_normalized": "5.0.1.0", + "version": "5.0.2", + "version_normalized": "5.0.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/html-to-markdown.git", - "reference": "e5600a2c5ce7b7571b16732c7086940f56f7abec" + "reference": "4d0394e120dc14b0d5c52fd1755fd48656da2ec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/e5600a2c5ce7b7571b16732c7086940f56f7abec", - "reference": "e5600a2c5ce7b7571b16732c7086940f56f7abec", + "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/4d0394e120dc14b0d5c52fd1755fd48656da2ec9", + "reference": "4d0394e120dc14b0d5c52fd1755fd48656da2ec9", "shasum": "" }, "require": { @@ -432,7 +441,7 @@ "unleashedtech/php-coding-standard": "^2.7", "vimeo/psalm": "^4.6" }, - "time": "2021-09-17T20:00:27+00:00", + "time": "2021-11-06T05:38:26+00:00", "bin": [ "bin/html-to-markdown" ], @@ -474,7 +483,7 @@ ], "support": { "issues": "https://github.com/thephpleague/html-to-markdown/issues", - "source": "https://github.com/thephpleague/html-to-markdown/tree/5.0.1" + "source": "https://github.com/thephpleague/html-to-markdown/tree/5.0.2" }, "funding": [ { @@ -537,17 +546,17 @@ }, { "name": "michelf/php-markdown", - "version": "1.9.0", - "version_normalized": "1.9.0.0", + "version": "1.9.1", + "version_normalized": "1.9.1.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", - "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c" + "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c", - "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c", + "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3", + "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3", "shasum": "" }, "require": { @@ -556,7 +565,7 @@ "require-dev": { "phpunit/phpunit": ">=4.3 <5.8" }, - "time": "2019-12-02T02:32:27+00:00", + "time": "2021-11-24T02:52:38+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -585,6 +594,10 @@ "keywords": [ "markdown" ], + "support": { + "issues": "https://github.com/michelf/php-markdown/issues", + "source": "https://github.com/michelf/php-markdown/tree/1.9.1" + }, "install-path": "../michelf/php-markdown" }, { @@ -988,17 +1001,17 @@ }, { "name": "sabre/dav", - "version": "4.1.5", - "version_normalized": "4.1.5.0", + "version": "4.3.1", + "version_normalized": "4.3.1.0", "source": { "type": "git", "url": "https://github.com/sabre-io/dav.git", - "reference": "c1afdc77a95efea6ee40c03c45f57c3c0c80ec22" + "reference": "130abb7017f56e0d99b04eb94b041e000a8e9b39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/dav/zipball/c1afdc77a95efea6ee40c03c45f57c3c0c80ec22", - "reference": "c1afdc77a95efea6ee40c03c45f57c3c0c80ec22", + "url": "https://api.github.com/repos/sabre-io/dav/zipball/130abb7017f56e0d99b04eb94b041e000a8e9b39", + "reference": "130abb7017f56e0d99b04eb94b041e000a8e9b39", "shasum": "" }, "require": { @@ -1013,7 +1026,7 @@ "ext-spl": "*", "lib-libxml": ">=2.7.0", "php": "^7.1.0 || ^8.0", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "sabre/event": "^5.0", "sabre/http": "^5.0.5", "sabre/uri": "^2.0", @@ -1032,7 +1045,7 @@ "ext-imap": "*", "ext-pdo": "*" }, - "time": "2021-02-12T07:54:23+00:00", + "time": "2022-01-20T13:59:29+00:00", "bin": [ "bin/sabredav", "bin/naturalselection" @@ -1077,39 +1090,39 @@ }, { "name": "sabre/event", - "version": "5.1.2", - "version_normalized": "5.1.2.0", + "version": "5.1.4", + "version_normalized": "5.1.4.0", "source": { "type": "git", "url": "https://github.com/sabre-io/event.git", - "reference": "c120bec57c17b6251a496efc82b732418b49d50a" + "reference": "d7da22897125d34d7eddf7977758191c06a74497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/event/zipball/c120bec57c17b6251a496efc82b732418b49d50a", - "reference": "c120bec57c17b6251a496efc82b732418b49d50a", + "url": "https://api.github.com/repos/sabre-io/event/zipball/d7da22897125d34d7eddf7977758191c06a74497", + "reference": "d7da22897125d34d7eddf7977758191c06a74497", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", + "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, - "time": "2020-10-03T11:02:22+00:00", + "time": "2021-11-04T06:51:17+00:00", "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "Sabre\\Event\\": "lib/" - }, "files": [ "lib/coroutine.php", "lib/Loop/functions.php", "lib/Promise/functions.php" - ] + ], + "psr-4": { + "Sabre\\Event\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1146,17 +1159,17 @@ }, { "name": "sabre/http", - "version": "5.1.1", - "version_normalized": "5.1.1.0", + "version": "5.1.3", + "version_normalized": "5.1.3.0", "source": { "type": "git", "url": "https://github.com/sabre-io/http.git", - "reference": "d0aafede6961df6195ce7a8dad49296b0aaee22e" + "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/http/zipball/d0aafede6961df6195ce7a8dad49296b0aaee22e", - "reference": "d0aafede6961df6195ce7a8dad49296b0aaee22e", + "url": "https://api.github.com/repos/sabre-io/http/zipball/315f592adfcba8aeb73c2fd64285205747acbbd7", + "reference": "315f592adfcba8aeb73c2fd64285205747acbbd7", "shasum": "" }, "require": { @@ -1168,14 +1181,14 @@ "sabre/uri": "^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", + "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, "suggest": { "ext-curl": " to make http requests with the Client class" }, - "time": "2020-10-03T11:27:32+00:00", + "time": "2021-11-04T07:02:36+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1212,28 +1225,28 @@ }, { "name": "sabre/uri", - "version": "2.2.1", - "version_normalized": "2.2.1.0", + "version": "2.2.2", + "version_normalized": "2.2.2.0", "source": { "type": "git", "url": "https://github.com/sabre-io/uri.git", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff" + "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/7cb0f489578afad5006e85cd60f18ff33f2d440d", + "reference": "7cb0f489578afad5006e85cd60f18ff33f2d440d", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", + "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, - "time": "2020-10-03T10:33:23+00:00", + "time": "2021-11-04T09:29:58+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1272,17 +1285,17 @@ }, { "name": "sabre/vobject", - "version": "4.3.5", - "version_normalized": "4.3.5.0", + "version": "4.4.1", + "version_normalized": "4.4.1.0", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", - "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83" + "reference": "06feff370141fd3118609f808e86d9315864bf14" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/vobject/zipball/d8a0a9ae215a8acfb51afc29101c7344670b9c83", - "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83", + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/06feff370141fd3118609f808e86d9315864bf14", + "reference": "06feff370141fd3118609f808e86d9315864bf14", "shasum": "" }, "require": { @@ -1299,7 +1312,7 @@ "suggest": { "hoa/bench": "If you would like to run the benchmark scripts" }, - "time": "2021-02-12T06:28:04+00:00", + "time": "2021-12-07T09:45:33+00:00", "bin": [ "bin/vobject", "bin/generate_vcards" @@ -1379,17 +1392,17 @@ }, { "name": "sabre/xml", - "version": "2.2.3", - "version_normalized": "2.2.3.0", + "version": "2.2.5", + "version_normalized": "2.2.5.0", "source": { "type": "git", "url": "https://github.com/sabre-io/xml.git", - "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6" + "reference": "a6af111850e7536d200d9637c34885cd3c77a86c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/xml/zipball/c3b959f821c19b36952ec4a595edd695c216bfc6", - "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/a6af111850e7536d200d9637c34885cd3c77a86c", + "reference": "a6af111850e7536d200d9637c34885cd3c77a86c", "shasum": "" }, "require": { @@ -1401,21 +1414,21 @@ "sabre/uri": ">=1.0,<3.0.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", + "friendsofphp/php-cs-fixer": "~2.17.1", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, - "time": "2020-10-03T10:08:14+00:00", + "time": "2021-11-04T06:37:27+00:00", "type": "library", "installation-source": "dist", "autoload": { - "psr-4": { - "Sabre\\Xml\\": "lib/" - }, "files": [ "lib/Deserializer/functions.php", "lib/Serializer/functions.php" - ] + ], + "psr-4": { + "Sabre\\Xml\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1451,17 +1464,17 @@ }, { "name": "simplepie/simplepie", - "version": "1.5.6", - "version_normalized": "1.5.6.0", + "version": "1.5.8", + "version_normalized": "1.5.8.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6" + "reference": "d1d80f37264c9f1ed7fa3434eca14d179cb689b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", - "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/d1d80f37264c9f1ed7fa3434eca14d179cb689b1", + "reference": "d1d80f37264c9f1ed7fa3434eca14d179cb689b1", "shasum": "" }, "require": { @@ -1471,7 +1484,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "~5.4.3 || ~6.5" + "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { "ext-curl": "", @@ -1480,7 +1493,7 @@ "ext-mbstring": "", "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" }, - "time": "2020-10-14T07:17:22+00:00", + "time": "2021-12-24T02:53:50+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1522,7 +1535,7 @@ "rss" ], "support": { - "source": "https://github.com/simplepie/simplepie/tree/1.5.6", + "source": "https://github.com/simplepie/simplepie/tree/1.5.8", "issues": "https://github.com/simplepie/simplepie/issues" }, "install-path": "../simplepie/simplepie" @@ -1595,26 +1608,29 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", - "version_normalized": "1.23.0.0", + "version": "v1.24.0", + "version_normalized": "1.24.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-ctype": "*" + }, "suggest": { "ext-ctype": "For best performance" }, - "time": "2021-02-19T12:13:01+00:00", + "time": "2021-10-20T20:35:02+00:00", "type": "library", "extra": { "branch-alias": { @@ -1657,7 +1673,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -1677,23 +1693,23 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.23.1", - "version_normalized": "1.23.1.0", + "version": "v1.24.0", + "version_normalized": "1.24.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2021-07-28T13:41:28+00:00", + "time": "2021-09-13T13:58:33+00:00", "type": "library", "extra": { "branch-alias": { @@ -1706,12 +1722,12 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -1743,7 +1759,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" }, "funding": [ { @@ -1763,23 +1779,23 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.23.0", - "version_normalized": "1.23.0.0", + "version": "v1.24.0", + "version_normalized": "1.24.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2021-05-21T13:25:03+00:00", + "time": "2021-09-13T13:58:11+00:00", "type": "library", "extra": { "branch-alias": { @@ -1792,12 +1808,12 @@ }, "installation-source": "dist", "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -1825,7 +1841,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" }, "funding": [ { -- cgit v1.2.3