flarum: update core and packages

+423 -500
+422 -499
pkgs/by-name/fl/flarum/composer.lock
··· 229 229 }, 230 230 { 231 231 "name": "dflydev/dot-access-data", 232 - "version": "v3.0.2", 232 + "version": "v3.0.3", 233 233 "source": { 234 234 "type": "git", 235 235 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 236 - "reference": "f41715465d65213d644d3141a6a93081be5d3549" 236 + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" 237 237 }, 238 238 "dist": { 239 239 "type": "zip", 240 - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", 241 - "reference": "f41715465d65213d644d3141a6a93081be5d3549", 240 + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", 241 + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", 242 242 "shasum": "" 243 243 }, 244 244 "require": { ··· 298 298 ], 299 299 "support": { 300 300 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 301 - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" 301 + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" 302 302 }, 303 - "time": "2022-10-27T11:44:00+00:00" 303 + "time": "2024-07-08T12:26:09+00:00" 304 304 }, 305 305 { 306 306 "name": "dflydev/fig-cookies", ··· 874 874 }, 875 875 { 876 876 "name": "dragonmantank/cron-expression", 877 - "version": "v3.3.3", 877 + "version": "v3.4.0", 878 878 "source": { 879 879 "type": "git", 880 880 "url": "https://github.com/dragonmantank/cron-expression.git", 881 - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" 881 + "reference": "8c784d071debd117328803d86b2097615b457500" 882 882 }, 883 883 "dist": { 884 884 "type": "zip", 885 - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", 886 - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", 885 + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", 886 + "reference": "8c784d071debd117328803d86b2097615b457500", 887 887 "shasum": "" 888 888 }, 889 889 "require": { ··· 896 896 "require-dev": { 897 897 "phpstan/extension-installer": "^1.0", 898 898 "phpstan/phpstan": "^1.0", 899 - "phpstan/phpstan-webmozart-assert": "^1.0", 900 899 "phpunit/phpunit": "^7.0|^8.0|^9.0" 901 900 }, 902 901 "type": "library", 902 + "extra": { 903 + "branch-alias": { 904 + "dev-master": "3.x-dev" 905 + } 906 + }, 903 907 "autoload": { 904 908 "psr-4": { 905 909 "Cron\\": "src/Cron/" ··· 923 927 ], 924 928 "support": { 925 929 "issues": "https://github.com/dragonmantank/cron-expression/issues", 926 - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" 930 + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" 927 931 }, 928 932 "funding": [ 929 933 { ··· 931 935 "type": "github" 932 936 } 933 937 ], 934 - "time": "2023-08-10T19:36:49+00:00" 938 + "time": "2024-10-09T13:47:03+00:00" 935 939 }, 936 940 { 937 941 "name": "egulias/email-validator", ··· 1059 1063 }, 1060 1064 { 1061 1065 "name": "filp/whoops", 1062 - "version": "2.15.4", 1066 + "version": "2.16.0", 1063 1067 "source": { 1064 1068 "type": "git", 1065 1069 "url": "https://github.com/filp/whoops.git", 1066 - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" 1070 + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" 1067 1071 }, 1068 1072 "dist": { 1069 1073 "type": "zip", 1070 - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", 1071 - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", 1074 + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", 1075 + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", 1072 1076 "shasum": "" 1073 1077 }, 1074 1078 "require": { 1075 - "php": "^5.5.9 || ^7.0 || ^8.0", 1079 + "php": "^7.1 || ^8.0", 1076 1080 "psr/log": "^1.0.1 || ^2.0 || ^3.0" 1077 1081 }, 1078 1082 "require-dev": { 1079 - "mockery/mockery": "^0.9 || ^1.0", 1080 - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", 1081 - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" 1083 + "mockery/mockery": "^1.0", 1084 + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", 1085 + "symfony/var-dumper": "^4.0 || ^5.0" 1082 1086 }, 1083 1087 "suggest": { 1084 1088 "symfony/var-dumper": "Pretty print complex values better with var-dumper available", ··· 1118 1122 ], 1119 1123 "support": { 1120 1124 "issues": "https://github.com/filp/whoops/issues", 1121 - "source": "https://github.com/filp/whoops/tree/2.15.4" 1125 + "source": "https://github.com/filp/whoops/tree/2.16.0" 1122 1126 }, 1123 1127 "funding": [ 1124 1128 { ··· 1126 1130 "type": "github" 1127 1131 } 1128 1132 ], 1129 - "time": "2023-11-03T12:00:00+00:00" 1133 + "time": "2024-09-25T12:00:00+00:00" 1130 1134 }, 1131 1135 { 1132 1136 "name": "flarum/approval", 1133 - "version": "v1.8.1", 1137 + "version": "v1.8.2", 1134 1138 "source": { 1135 1139 "type": "git", 1136 1140 "url": "https://github.com/flarum/approval.git", 1137 - "reference": "b1442698dd4e57300b7b2e5b1b6a14ee484757ba" 1141 + "reference": "61a76252b455d5dcad5535e9fef4a5445643d59a" 1138 1142 }, 1139 1143 "dist": { 1140 1144 "type": "zip", 1141 - "url": "https://api.github.com/repos/flarum/approval/zipball/b1442698dd4e57300b7b2e5b1b6a14ee484757ba", 1142 - "reference": "b1442698dd4e57300b7b2e5b1b6a14ee484757ba", 1145 + "url": "https://api.github.com/repos/flarum/approval/zipball/61a76252b455d5dcad5535e9fef4a5445643d59a", 1146 + "reference": "61a76252b455d5dcad5535e9fef4a5445643d59a", 1143 1147 "shasum": "" 1144 1148 }, 1145 1149 "require": { ··· 1206 1210 "type": "website" 1207 1211 } 1208 1212 ], 1209 - "time": "2023-11-17T16:58:14+00:00" 1213 + "time": "2024-10-02T11:13:26+00:00" 1210 1214 }, 1211 1215 { 1212 1216 "name": "flarum/bbcode", ··· 1286 1290 }, 1287 1291 { 1288 1292 "name": "flarum/core", 1289 - "version": "v1.8.5", 1293 + "version": "v1.8.9", 1290 1294 "source": { 1291 1295 "type": "git", 1292 1296 "url": "https://github.com/flarum/flarum-core.git", 1293 - "reference": "2e8500500c58927ab056ec2d27ec36ea836cf1b2" 1297 + "reference": "c09efebdcfb4cdc396bee0efafa0a81946fc813f" 1294 1298 }, 1295 1299 "dist": { 1296 1300 "type": "zip", 1297 - "url": "https://api.github.com/repos/flarum/flarum-core/zipball/2e8500500c58927ab056ec2d27ec36ea836cf1b2", 1298 - "reference": "2e8500500c58927ab056ec2d27ec36ea836cf1b2", 1301 + "url": "https://api.github.com/repos/flarum/flarum-core/zipball/c09efebdcfb4cdc396bee0efafa0a81946fc813f", 1302 + "reference": "c09efebdcfb4cdc396bee0efafa0a81946fc813f", 1299 1303 "shasum": "" 1300 1304 }, 1301 1305 "require": { ··· 1323 1327 "illuminate/view": "^8.0", 1324 1328 "intervention/image": "2.5.* || ^2.6.1", 1325 1329 "jenssegers/agent": "^2.6", 1326 - "laminas/laminas-diactoros": "^2.4.1", 1327 - "laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0", 1328 - "laminas/laminas-stratigility": "^3.2.2", 1330 + "laminas/laminas-diactoros": "^2.4.1 || ^3.0.0", 1331 + "laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0 || ^3.0.0", 1332 + "laminas/laminas-stratigility": "^3.2.2 || ^4.0.0", 1329 1333 "league/flysystem": "^1.0.11", 1330 1334 "matthiasmullie/minify": "^1.3", 1331 1335 "middlewares/base-path": "^2.0.1", ··· 1428 1432 "type": "other" 1429 1433 } 1430 1434 ], 1431 - "time": "2024-01-05T15:47:32+00:00" 1435 + "time": "2024-11-20T13:51:54+00:00" 1432 1436 }, 1433 1437 { 1434 1438 "name": "flarum/emoji", 1435 - "version": "v1.8.0", 1439 + "version": "v1.8.1", 1436 1440 "source": { 1437 1441 "type": "git", 1438 1442 "url": "https://github.com/flarum/emoji.git", 1439 - "reference": "b09f3ece759bba06f89d89e3f62c9ce65b35351e" 1443 + "reference": "edd6527e1014fd30779627f1c91461d12a9a1173" 1440 1444 }, 1441 1445 "dist": { 1442 1446 "type": "zip", 1443 - "url": "https://api.github.com/repos/flarum/emoji/zipball/b09f3ece759bba06f89d89e3f62c9ce65b35351e", 1444 - "reference": "b09f3ece759bba06f89d89e3f62c9ce65b35351e", 1447 + "url": "https://api.github.com/repos/flarum/emoji/zipball/edd6527e1014fd30779627f1c91461d12a9a1173", 1448 + "reference": "edd6527e1014fd30779627f1c91461d12a9a1173", 1445 1449 "shasum": "" 1446 1450 }, 1447 1451 "require": { ··· 1498 1502 "type": "website" 1499 1503 } 1500 1504 ], 1501 - "time": "2023-05-20T15:08:42+00:00" 1505 + "time": "2024-10-02T07:10:53+00:00" 1502 1506 }, 1503 1507 { 1504 1508 "name": "flarum/flags", 1505 - "version": "v1.8.0", 1509 + "version": "v1.8.2", 1506 1510 "source": { 1507 1511 "type": "git", 1508 1512 "url": "https://github.com/flarum/flags.git", 1509 - "reference": "941cc37719b6437eca09f03715a27793abe1fb48" 1513 + "reference": "ba857db6f0e8c8b55cbab1ca0b7bc30215e92447" 1510 1514 }, 1511 1515 "dist": { 1512 1516 "type": "zip", 1513 - "url": "https://api.github.com/repos/flarum/flags/zipball/941cc37719b6437eca09f03715a27793abe1fb48", 1514 - "reference": "941cc37719b6437eca09f03715a27793abe1fb48", 1517 + "url": "https://api.github.com/repos/flarum/flags/zipball/ba857db6f0e8c8b55cbab1ca0b7bc30215e92447", 1518 + "reference": "ba857db6f0e8c8b55cbab1ca0b7bc30215e92447", 1515 1519 "shasum": "" 1516 1520 }, 1517 1521 "require": { 1518 - "flarum/core": "^1.8" 1522 + "flarum/core": "^1.8.6" 1519 1523 }, 1520 1524 "require-dev": { 1521 1525 "flarum/core": "*@dev", ··· 1579 1583 "type": "website" 1580 1584 } 1581 1585 ], 1582 - "time": "2023-05-20T15:08:42+00:00" 1586 + "time": "2024-10-26T22:18:59+00:00" 1583 1587 }, 1584 1588 { 1585 1589 "name": "flarum/lang-english", ··· 1665 1669 }, 1666 1670 { 1667 1671 "name": "flarum/likes", 1668 - "version": "v1.8.0", 1672 + "version": "v1.8.1", 1669 1673 "source": { 1670 1674 "type": "git", 1671 1675 "url": "https://github.com/flarum/likes.git", 1672 - "reference": "55dfbb535a18149cd0cca66703fd19da07cb3a36" 1676 + "reference": "106cfa65076ba4be2da7af99f86eac99e5a38f4d" 1673 1677 }, 1674 1678 "dist": { 1675 1679 "type": "zip", 1676 - "url": "https://api.github.com/repos/flarum/likes/zipball/55dfbb535a18149cd0cca66703fd19da07cb3a36", 1677 - "reference": "55dfbb535a18149cd0cca66703fd19da07cb3a36", 1680 + "url": "https://api.github.com/repos/flarum/likes/zipball/106cfa65076ba4be2da7af99f86eac99e5a38f4d", 1681 + "reference": "106cfa65076ba4be2da7af99f86eac99e5a38f4d", 1678 1682 "shasum": "" 1679 1683 }, 1680 1684 "require": { ··· 1740 1744 "type": "website" 1741 1745 } 1742 1746 ], 1743 - "time": "2023-05-20T15:08:42+00:00" 1747 + "time": "2024-10-02T11:13:26+00:00" 1744 1748 }, 1745 1749 { 1746 1750 "name": "flarum/lock", 1747 - "version": "v1.8.0", 1751 + "version": "v1.8.2", 1748 1752 "source": { 1749 1753 "type": "git", 1750 1754 "url": "https://github.com/flarum/lock.git", 1751 - "reference": "3d48574c0ebdd3ef28d65fe4882d7af00797bce1" 1755 + "reference": "f526df48dfa7b87aee0ca0b245000a3f3960cece" 1752 1756 }, 1753 1757 "dist": { 1754 1758 "type": "zip", 1755 - "url": "https://api.github.com/repos/flarum/lock/zipball/3d48574c0ebdd3ef28d65fe4882d7af00797bce1", 1756 - "reference": "3d48574c0ebdd3ef28d65fe4882d7af00797bce1", 1759 + "url": "https://api.github.com/repos/flarum/lock/zipball/f526df48dfa7b87aee0ca0b245000a3f3960cece", 1760 + "reference": "f526df48dfa7b87aee0ca0b245000a3f3960cece", 1757 1761 "shasum": "" 1758 1762 }, 1759 1763 "require": { ··· 1816 1820 "type": "website" 1817 1821 } 1818 1822 ], 1819 - "time": "2023-05-20T15:08:42+00:00" 1823 + "time": "2024-10-26T22:15:50+00:00" 1820 1824 }, 1821 1825 { 1822 1826 "name": "flarum/markdown", 1823 - "version": "v1.8.0", 1827 + "version": "v1.8.1", 1824 1828 "source": { 1825 1829 "type": "git", 1826 1830 "url": "https://github.com/flarum/markdown.git", 1827 - "reference": "2e3724c9c7b322b8af41fbddb73b0332cfbd16fc" 1831 + "reference": "22ea41d3be90d56c8b853c6798d25d2075e5f66f" 1828 1832 }, 1829 1833 "dist": { 1830 1834 "type": "zip", 1831 - "url": "https://api.github.com/repos/flarum/markdown/zipball/2e3724c9c7b322b8af41fbddb73b0332cfbd16fc", 1832 - "reference": "2e3724c9c7b322b8af41fbddb73b0332cfbd16fc", 1835 + "url": "https://api.github.com/repos/flarum/markdown/zipball/22ea41d3be90d56c8b853c6798d25d2075e5f66f", 1836 + "reference": "22ea41d3be90d56c8b853c6798d25d2075e5f66f", 1833 1837 "shasum": "" 1834 1838 }, 1835 1839 "require": { ··· 1890 1894 "type": "website" 1891 1895 } 1892 1896 ], 1893 - "time": "2023-05-20T15:08:42+00:00" 1897 + "time": "2024-10-02T07:10:53+00:00" 1894 1898 }, 1895 1899 { 1896 1900 "name": "flarum/mentions", 1897 - "version": "v1.8.3", 1901 + "version": "v1.8.5", 1898 1902 "source": { 1899 1903 "type": "git", 1900 1904 "url": "https://github.com/flarum/mentions.git", 1901 - "reference": "026b261ccd65153c961c0c28d6c8c7f42e2a1ddf" 1905 + "reference": "cda26a4fbfa39b646c6d63394b281b004ddf69b6" 1902 1906 }, 1903 1907 "dist": { 1904 1908 "type": "zip", 1905 - "url": "https://api.github.com/repos/flarum/mentions/zipball/026b261ccd65153c961c0c28d6c8c7f42e2a1ddf", 1906 - "reference": "026b261ccd65153c961c0c28d6c8c7f42e2a1ddf", 1909 + "url": "https://api.github.com/repos/flarum/mentions/zipball/cda26a4fbfa39b646c6d63394b281b004ddf69b6", 1910 + "reference": "cda26a4fbfa39b646c6d63394b281b004ddf69b6", 1907 1911 "shasum": "" 1908 1912 }, 1909 1913 "require": { ··· 1974 1978 "type": "website" 1975 1979 } 1976 1980 ], 1977 - "time": "2024-01-10T09:53:10+00:00" 1981 + "time": "2024-11-06T14:59:27+00:00" 1978 1982 }, 1979 1983 { 1980 1984 "name": "flarum/nicknames", 1981 - "version": "v1.8.0", 1985 + "version": "v1.8.2", 1982 1986 "source": { 1983 1987 "type": "git", 1984 1988 "url": "https://github.com/flarum/nicknames.git", 1985 - "reference": "0821e5c982dd16d26c5260879b866eb416e8bb86" 1989 + "reference": "ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6" 1986 1990 }, 1987 1991 "dist": { 1988 1992 "type": "zip", 1989 - "url": "https://api.github.com/repos/flarum/nicknames/zipball/0821e5c982dd16d26c5260879b866eb416e8bb86", 1990 - "reference": "0821e5c982dd16d26c5260879b866eb416e8bb86", 1993 + "url": "https://api.github.com/repos/flarum/nicknames/zipball/ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6", 1994 + "reference": "ab4ab706ea778f26fb923b31a3f3a2f76c5ecbc6", 1991 1995 "shasum": "" 1992 1996 }, 1993 1997 "require": { ··· 2054 2058 "type": "website" 2055 2059 } 2056 2060 ], 2057 - "time": "2023-05-20T15:08:42+00:00" 2061 + "time": "2024-10-26T22:15:50+00:00" 2058 2062 }, 2059 2063 { 2060 2064 "name": "flarum/pusher", 2061 - "version": "v1.8.0", 2065 + "version": "v1.8.1", 2062 2066 "source": { 2063 2067 "type": "git", 2064 2068 "url": "https://github.com/flarum/pusher.git", 2065 - "reference": "5eccb38e045575c148fb5bbd26cc36cf86d58c5c" 2069 + "reference": "dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f" 2066 2070 }, 2067 2071 "dist": { 2068 2072 "type": "zip", 2069 - "url": "https://api.github.com/repos/flarum/pusher/zipball/5eccb38e045575c148fb5bbd26cc36cf86d58c5c", 2070 - "reference": "5eccb38e045575c148fb5bbd26cc36cf86d58c5c", 2073 + "url": "https://api.github.com/repos/flarum/pusher/zipball/dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f", 2074 + "reference": "dd1fb1da2d662ad2b9abb0757de7f0dc6fa7089f", 2071 2075 "shasum": "" 2072 2076 }, 2073 2077 "require": { ··· 2137 2141 "type": "website" 2138 2142 } 2139 2143 ], 2140 - "time": "2023-05-20T15:08:42+00:00" 2144 + "time": "2024-09-29T14:35:29+00:00" 2141 2145 }, 2142 2146 { 2143 2147 "name": "flarum/statistics", 2144 - "version": "v1.8.0", 2148 + "version": "v1.8.1", 2145 2149 "source": { 2146 2150 "type": "git", 2147 2151 "url": "https://github.com/flarum/statistics.git", 2148 - "reference": "51279d0d0d95672017db8cf7a355b0510f1a955d" 2152 + "reference": "e907100ad530babb12c67f4959ae14e22f77b3fc" 2149 2153 }, 2150 2154 "dist": { 2151 2155 "type": "zip", 2152 - "url": "https://api.github.com/repos/flarum/statistics/zipball/51279d0d0d95672017db8cf7a355b0510f1a955d", 2153 - "reference": "51279d0d0d95672017db8cf7a355b0510f1a955d", 2156 + "url": "https://api.github.com/repos/flarum/statistics/zipball/e907100ad530babb12c67f4959ae14e22f77b3fc", 2157 + "reference": "e907100ad530babb12c67f4959ae14e22f77b3fc", 2154 2158 "shasum": "" 2155 2159 }, 2156 2160 "require": { ··· 2219 2223 "type": "website" 2220 2224 } 2221 2225 ], 2222 - "time": "2023-05-20T15:08:42+00:00" 2226 + "time": "2024-10-02T07:10:53+00:00" 2223 2227 }, 2224 2228 { 2225 2229 "name": "flarum/sticky", 2226 - "version": "v1.8.0", 2230 + "version": "v1.8.2", 2227 2231 "source": { 2228 2232 "type": "git", 2229 2233 "url": "https://github.com/flarum/sticky.git", 2230 - "reference": "675900b9f1bc5004432880062d6ce3116c12c4c2" 2234 + "reference": "a020d8d4619ce788990cf0c94f56424184048caa" 2231 2235 }, 2232 2236 "dist": { 2233 2237 "type": "zip", 2234 - "url": "https://api.github.com/repos/flarum/sticky/zipball/675900b9f1bc5004432880062d6ce3116c12c4c2", 2235 - "reference": "675900b9f1bc5004432880062d6ce3116c12c4c2", 2238 + "url": "https://api.github.com/repos/flarum/sticky/zipball/a020d8d4619ce788990cf0c94f56424184048caa", 2239 + "reference": "a020d8d4619ce788990cf0c94f56424184048caa", 2236 2240 "shasum": "" 2237 2241 }, 2238 2242 "require": { ··· 2299 2303 "type": "website" 2300 2304 } 2301 2305 ], 2302 - "time": "2023-05-20T15:08:42+00:00" 2306 + "time": "2024-10-26T22:15:50+00:00" 2303 2307 }, 2304 2308 { 2305 2309 "name": "flarum/subscriptions", 2306 - "version": "v1.8.0", 2310 + "version": "v1.8.1", 2307 2311 "source": { 2308 2312 "type": "git", 2309 2313 "url": "https://github.com/flarum/subscriptions.git", 2310 - "reference": "532b7e61a387481055a0c9d5d07f78cd3d4e9bd7" 2314 + "reference": "594100acf52ad74a33cbd30e5ca2220196790821" 2311 2315 }, 2312 2316 "dist": { 2313 2317 "type": "zip", 2314 - "url": "https://api.github.com/repos/flarum/subscriptions/zipball/532b7e61a387481055a0c9d5d07f78cd3d4e9bd7", 2315 - "reference": "532b7e61a387481055a0c9d5d07f78cd3d4e9bd7", 2318 + "url": "https://api.github.com/repos/flarum/subscriptions/zipball/594100acf52ad74a33cbd30e5ca2220196790821", 2319 + "reference": "594100acf52ad74a33cbd30e5ca2220196790821", 2316 2320 "shasum": "" 2317 2321 }, 2318 2322 "require": { ··· 2382 2386 "type": "website" 2383 2387 } 2384 2388 ], 2385 - "time": "2023-05-20T15:08:42+00:00" 2389 + "time": "2024-10-02T07:10:53+00:00" 2386 2390 }, 2387 2391 { 2388 2392 "name": "flarum/suspend", 2389 - "version": "v1.8.1", 2393 + "version": "v1.8.4", 2390 2394 "source": { 2391 2395 "type": "git", 2392 2396 "url": "https://github.com/flarum/suspend.git", 2393 - "reference": "0060b7b7737e7b8c8052124d93b511563d2af749" 2397 + "reference": "8c62430d238f650eeb54323c204b335d9c39f771" 2394 2398 }, 2395 2399 "dist": { 2396 2400 "type": "zip", 2397 - "url": "https://api.github.com/repos/flarum/suspend/zipball/0060b7b7737e7b8c8052124d93b511563d2af749", 2398 - "reference": "0060b7b7737e7b8c8052124d93b511563d2af749", 2401 + "url": "https://api.github.com/repos/flarum/suspend/zipball/8c62430d238f650eeb54323c204b335d9c39f771", 2402 + "reference": "8c62430d238f650eeb54323c204b335d9c39f771", 2399 2403 "shasum": "" 2400 2404 }, 2401 2405 "require": { ··· 2461 2465 "type": "website" 2462 2466 } 2463 2467 ], 2464 - "time": "2023-09-22T18:38:33+00:00" 2468 + "time": "2024-11-20T08:51:17+00:00" 2465 2469 }, 2466 2470 { 2467 2471 "name": "flarum/tags", 2468 - "version": "v1.8.0", 2472 + "version": "v1.8.3", 2469 2473 "source": { 2470 2474 "type": "git", 2471 2475 "url": "https://github.com/flarum/tags.git", 2472 - "reference": "45cfb339e1ebd9f0204070f7f271c00282d20694" 2476 + "reference": "1baea940d1504da46805e64575ae336e5da6b43c" 2473 2477 }, 2474 2478 "dist": { 2475 2479 "type": "zip", 2476 - "url": "https://api.github.com/repos/flarum/tags/zipball/45cfb339e1ebd9f0204070f7f271c00282d20694", 2477 - "reference": "45cfb339e1ebd9f0204070f7f271c00282d20694", 2480 + "url": "https://api.github.com/repos/flarum/tags/zipball/1baea940d1504da46805e64575ae336e5da6b43c", 2481 + "reference": "1baea940d1504da46805e64575ae336e5da6b43c", 2478 2482 "shasum": "" 2479 2483 }, 2480 2484 "require": { ··· 2541 2545 "type": "website" 2542 2546 } 2543 2547 ], 2544 - "time": "2023-05-20T15:08:42+00:00" 2548 + "time": "2024-11-20T08:51:17+00:00" 2545 2549 }, 2546 2550 { 2547 2551 "name": "franzl/whoops-middleware", ··· 2589 2593 }, 2590 2594 { 2591 2595 "name": "guzzlehttp/guzzle", 2592 - "version": "7.8.1", 2596 + "version": "7.9.2", 2593 2597 "source": { 2594 2598 "type": "git", 2595 2599 "url": "https://github.com/guzzle/guzzle.git", 2596 - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" 2600 + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" 2597 2601 }, 2598 2602 "dist": { 2599 2603 "type": "zip", 2600 - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", 2601 - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", 2604 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", 2605 + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", 2602 2606 "shasum": "" 2603 2607 }, 2604 2608 "require": { 2605 2609 "ext-json": "*", 2606 - "guzzlehttp/promises": "^1.5.3 || ^2.0.1", 2607 - "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", 2610 + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", 2611 + "guzzlehttp/psr7": "^2.7.0", 2608 2612 "php": "^7.2.5 || ^8.0", 2609 2613 "psr/http-client": "^1.0", 2610 2614 "symfony/deprecation-contracts": "^2.2 || ^3.0" ··· 2615 2619 "require-dev": { 2616 2620 "bamarni/composer-bin-plugin": "^1.8.2", 2617 2621 "ext-curl": "*", 2618 - "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", 2622 + "guzzle/client-integration-tests": "3.0.2", 2619 2623 "php-http/message-factory": "^1.1", 2620 - "phpunit/phpunit": "^8.5.36 || ^9.6.15", 2624 + "phpunit/phpunit": "^8.5.39 || ^9.6.20", 2621 2625 "psr/log": "^1.1 || ^2.0 || ^3.0" 2622 2626 }, 2623 2627 "suggest": { ··· 2695 2699 ], 2696 2700 "support": { 2697 2701 "issues": "https://github.com/guzzle/guzzle/issues", 2698 - "source": "https://github.com/guzzle/guzzle/tree/7.8.1" 2702 + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" 2699 2703 }, 2700 2704 "funding": [ 2701 2705 { ··· 2711 2715 "type": "tidelift" 2712 2716 } 2713 2717 ], 2714 - "time": "2023-12-03T20:35:24+00:00" 2718 + "time": "2024-07-24T11:22:20+00:00" 2715 2719 }, 2716 2720 { 2717 2721 "name": "guzzlehttp/promises", 2718 - "version": "2.0.2", 2722 + "version": "2.0.4", 2719 2723 "source": { 2720 2724 "type": "git", 2721 2725 "url": "https://github.com/guzzle/promises.git", 2722 - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" 2726 + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" 2723 2727 }, 2724 2728 "dist": { 2725 2729 "type": "zip", 2726 - "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", 2727 - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", 2730 + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 2731 + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", 2728 2732 "shasum": "" 2729 2733 }, 2730 2734 "require": { ··· 2732 2736 }, 2733 2737 "require-dev": { 2734 2738 "bamarni/composer-bin-plugin": "^1.8.2", 2735 - "phpunit/phpunit": "^8.5.36 || ^9.6.15" 2739 + "phpunit/phpunit": "^8.5.39 || ^9.6.20" 2736 2740 }, 2737 2741 "type": "library", 2738 2742 "extra": { ··· 2778 2782 ], 2779 2783 "support": { 2780 2784 "issues": "https://github.com/guzzle/promises/issues", 2781 - "source": "https://github.com/guzzle/promises/tree/2.0.2" 2785 + "source": "https://github.com/guzzle/promises/tree/2.0.4" 2782 2786 }, 2783 2787 "funding": [ 2784 2788 { ··· 2794 2798 "type": "tidelift" 2795 2799 } 2796 2800 ], 2797 - "time": "2023-12-03T20:19:20+00:00" 2801 + "time": "2024-10-17T10:06:22+00:00" 2798 2802 }, 2799 2803 { 2800 2804 "name": "guzzlehttp/psr7", 2801 - "version": "2.6.2", 2805 + "version": "2.7.0", 2802 2806 "source": { 2803 2807 "type": "git", 2804 2808 "url": "https://github.com/guzzle/psr7.git", 2805 - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" 2809 + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" 2806 2810 }, 2807 2811 "dist": { 2808 2812 "type": "zip", 2809 - "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", 2810 - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", 2813 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 2814 + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", 2811 2815 "shasum": "" 2812 2816 }, 2813 2817 "require": { ··· 2822 2826 }, 2823 2827 "require-dev": { 2824 2828 "bamarni/composer-bin-plugin": "^1.8.2", 2825 - "http-interop/http-factory-tests": "^0.9", 2826 - "phpunit/phpunit": "^8.5.36 || ^9.6.15" 2829 + "http-interop/http-factory-tests": "0.9.0", 2830 + "phpunit/phpunit": "^8.5.39 || ^9.6.20" 2827 2831 }, 2828 2832 "suggest": { 2829 2833 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" ··· 2894 2898 ], 2895 2899 "support": { 2896 2900 "issues": "https://github.com/guzzle/psr7/issues", 2897 - "source": "https://github.com/guzzle/psr7/tree/2.6.2" 2901 + "source": "https://github.com/guzzle/psr7/tree/2.7.0" 2898 2902 }, 2899 2903 "funding": [ 2900 2904 { ··· 2910 2914 "type": "tidelift" 2911 2915 } 2912 2916 ], 2913 - "time": "2023-12-03T20:05:35+00:00" 2917 + "time": "2024-07-18T11:15:46+00:00" 2914 2918 }, 2915 2919 { 2916 2920 "name": "illuminate/bus", ··· 4060 4064 }, 4061 4065 "type": "library", 4062 4066 "extra": { 4063 - "branch-alias": { 4064 - "dev-master": "2.4-dev" 4065 - }, 4066 4067 "laravel": { 4067 - "providers": [ 4068 - "Intervention\\Image\\ImageServiceProvider" 4069 - ], 4070 4068 "aliases": { 4071 4069 "Image": "Intervention\\Image\\Facades\\Image" 4072 - } 4070 + }, 4071 + "providers": [ 4072 + "Intervention\\Image\\ImageServiceProvider" 4073 + ] 4074 + }, 4075 + "branch-alias": { 4076 + "dev-master": "2.4-dev" 4073 4077 } 4074 4078 }, 4075 4079 "autoload": { ··· 4116 4120 }, 4117 4121 { 4118 4122 "name": "jaybizzle/crawler-detect", 4119 - "version": "v1.2.118", 4123 + "version": "v1.3.0", 4120 4124 "source": { 4121 4125 "type": "git", 4122 4126 "url": "https://github.com/JayBizzle/Crawler-Detect.git", 4123 - "reference": "9b8912ac5b78b780a0ead552b4c3dc9ddfdea4fd" 4127 + "reference": "be155e11613fa618aa18aee438955588d1092a47" 4124 4128 }, 4125 4129 "dist": { 4126 4130 "type": "zip", 4127 - "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/9b8912ac5b78b780a0ead552b4c3dc9ddfdea4fd", 4128 - "reference": "9b8912ac5b78b780a0ead552b4c3dc9ddfdea4fd", 4131 + "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/be155e11613fa618aa18aee438955588d1092a47", 4132 + "reference": "be155e11613fa618aa18aee438955588d1092a47", 4129 4133 "shasum": "" 4130 4134 }, 4131 4135 "require": { 4132 - "php": ">=5.3.0" 4136 + "php": ">=7.1.0" 4133 4137 }, 4134 4138 "require-dev": { 4135 4139 "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4" ··· 4162 4166 ], 4163 4167 "support": { 4164 4168 "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", 4165 - "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.118" 4169 + "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.3.0" 4166 4170 }, 4167 - "time": "2024-04-23T17:07:05+00:00" 4171 + "time": "2024-11-25T19:38:36+00:00" 4168 4172 }, 4169 4173 { 4170 4174 "name": "jenssegers/agent", ··· 4251 4255 }, 4252 4256 { 4253 4257 "name": "laminas/laminas-diactoros", 4254 - "version": "2.26.0", 4258 + "version": "3.5.0", 4255 4259 "source": { 4256 4260 "type": "git", 4257 4261 "url": "https://github.com/laminas/laminas-diactoros.git", 4258 - "reference": "6584d44eb8e477e89d453313b858daac6183cddc" 4262 + "reference": "143a16306602ce56b8b092a7914fef03c37f9ed2" 4259 4263 }, 4260 4264 "dist": { 4261 4265 "type": "zip", 4262 - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6584d44eb8e477e89d453313b858daac6183cddc", 4263 - "reference": "6584d44eb8e477e89d453313b858daac6183cddc", 4266 + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/143a16306602ce56b8b092a7914fef03c37f9ed2", 4267 + "reference": "143a16306602ce56b8b092a7914fef03c37f9ed2", 4264 4268 "shasum": "" 4265 4269 }, 4266 4270 "require": { 4267 - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", 4268 - "psr/http-factory": "^1.0", 4269 - "psr/http-message": "^1.1" 4271 + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", 4272 + "psr/http-factory": "^1.1", 4273 + "psr/http-message": "^1.1 || ^2.0" 4270 4274 }, 4271 4275 "conflict": { 4272 - "zendframework/zend-diactoros": "*" 4276 + "amphp/amp": "<2.6.4" 4273 4277 }, 4274 4278 "provide": { 4275 - "psr/http-factory-implementation": "1.0", 4276 - "psr/http-message-implementation": "1.0" 4279 + "psr/http-factory-implementation": "^1.0", 4280 + "psr/http-message-implementation": "^1.1 || ^2.0" 4277 4281 }, 4278 4282 "require-dev": { 4279 4283 "ext-curl": "*", 4280 4284 "ext-dom": "*", 4281 4285 "ext-gd": "*", 4282 4286 "ext-libxml": "*", 4283 - "http-interop/http-factory-tests": "^0.9.0", 4284 - "laminas/laminas-coding-standard": "^2.5", 4285 - "php-http/psr7-integration-tests": "^1.2", 4286 - "phpunit/phpunit": "^9.5.28", 4287 - "psalm/plugin-phpunit": "^0.18.4", 4288 - "vimeo/psalm": "^5.6" 4287 + "http-interop/http-factory-tests": "^2.2.0", 4288 + "laminas/laminas-coding-standard": "~2.5.0", 4289 + "php-http/psr7-integration-tests": "^1.4.0", 4290 + "phpunit/phpunit": "^10.5.36", 4291 + "psalm/plugin-phpunit": "^0.19.0", 4292 + "vimeo/psalm": "^5.26.1" 4289 4293 }, 4290 4294 "type": "library", 4291 4295 "extra": { ··· 4300 4304 "src/functions/marshal_headers_from_sapi.php", 4301 4305 "src/functions/marshal_method_from_sapi.php", 4302 4306 "src/functions/marshal_protocol_version_from_sapi.php", 4303 - "src/functions/marshal_uri_from_sapi.php", 4304 4307 "src/functions/normalize_server.php", 4305 4308 "src/functions/normalize_uploaded_files.php", 4306 - "src/functions/parse_cookie_header.php", 4307 - "src/functions/create_uploaded_file.legacy.php", 4308 - "src/functions/marshal_headers_from_sapi.legacy.php", 4309 - "src/functions/marshal_method_from_sapi.legacy.php", 4310 - "src/functions/marshal_protocol_version_from_sapi.legacy.php", 4311 - "src/functions/marshal_uri_from_sapi.legacy.php", 4312 - "src/functions/normalize_server.legacy.php", 4313 - "src/functions/normalize_uploaded_files.legacy.php", 4314 - "src/functions/parse_cookie_header.legacy.php" 4309 + "src/functions/parse_cookie_header.php" 4315 4310 ], 4316 4311 "psr-4": { 4317 4312 "Laminas\\Diactoros\\": "src/" ··· 4344 4339 "type": "community_bridge" 4345 4340 } 4346 4341 ], 4347 - "time": "2023-10-29T16:17:44+00:00" 4342 + "time": "2024-10-14T11:59:49+00:00" 4348 4343 }, 4349 4344 { 4350 4345 "name": "laminas/laminas-escaper", 4351 - "version": "2.13.0", 4346 + "version": "2.14.0", 4352 4347 "source": { 4353 4348 "type": "git", 4354 4349 "url": "https://github.com/laminas/laminas-escaper.git", 4355 - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" 4350 + "reference": "0f7cb975f4443cf22f33408925c231225cfba8cb" 4356 4351 }, 4357 4352 "dist": { 4358 4353 "type": "zip", 4359 - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", 4360 - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", 4354 + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/0f7cb975f4443cf22f33408925c231225cfba8cb", 4355 + "reference": "0f7cb975f4443cf22f33408925c231225cfba8cb", 4361 4356 "shasum": "" 4362 4357 }, 4363 4358 "require": { 4364 4359 "ext-ctype": "*", 4365 4360 "ext-mbstring": "*", 4366 - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" 4361 + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" 4367 4362 }, 4368 4363 "conflict": { 4369 4364 "zendframework/zend-escaper": "*" 4370 4365 }, 4371 4366 "require-dev": { 4372 - "infection/infection": "^0.27.0", 4373 - "laminas/laminas-coding-standard": "~2.5.0", 4367 + "infection/infection": "^0.27.9", 4368 + "laminas/laminas-coding-standard": "~3.0.0", 4374 4369 "maglnet/composer-require-checker": "^3.8.0", 4375 - "phpunit/phpunit": "^9.6.7", 4376 - "psalm/plugin-phpunit": "^0.18.4", 4377 - "vimeo/psalm": "^5.9" 4370 + "phpunit/phpunit": "^9.6.16", 4371 + "psalm/plugin-phpunit": "^0.19.0", 4372 + "vimeo/psalm": "^5.21.1" 4378 4373 }, 4379 4374 "type": "library", 4380 4375 "autoload": { ··· 4406 4401 "type": "community_bridge" 4407 4402 } 4408 4403 ], 4409 - "time": "2023-10-10T08:35:13+00:00" 4404 + "time": "2024-10-24T10:12:53+00:00" 4410 4405 }, 4411 4406 { 4412 4407 "name": "laminas/laminas-httphandlerrunner", 4413 - "version": "2.10.0", 4408 + "version": "2.11.0", 4414 4409 "source": { 4415 4410 "type": "git", 4416 4411 "url": "https://github.com/laminas/laminas-httphandlerrunner.git", 4417 - "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693" 4412 + "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae" 4418 4413 }, 4419 4414 "dist": { 4420 4415 "type": "zip", 4421 - "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/35a0ba92e940a2f9533754f5a56187fa321f7693", 4422 - "reference": "35a0ba92e940a2f9533754f5a56187fa321f7693", 4416 + "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/c428d9f67f280d155637cbe2b7245b5188c8cdae", 4417 + "reference": "c428d9f67f280d155637cbe2b7245b5188c8cdae", 4423 4418 "shasum": "" 4424 4419 }, 4425 4420 "require": { 4426 - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", 4421 + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", 4427 4422 "psr/http-message": "^1.0 || ^2.0", 4428 4423 "psr/http-message-implementation": "^1.0 || ^2.0", 4429 4424 "psr/http-server-handler": "^1.0" 4430 4425 }, 4431 4426 "require-dev": { 4432 - "laminas/laminas-coding-standard": "~2.5.0", 4433 - "laminas/laminas-diactoros": "^3.3.0", 4434 - "phpunit/phpunit": "^10.5.5", 4435 - "psalm/plugin-phpunit": "^0.18.4", 4436 - "vimeo/psalm": "^5.18" 4427 + "laminas/laminas-coding-standard": "~3.0.0", 4428 + "laminas/laminas-diactoros": "^3.4.0", 4429 + "phpunit/phpunit": "^10.5.36", 4430 + "psalm/plugin-phpunit": "^0.19.0", 4431 + "vimeo/psalm": "^5.26.1" 4437 4432 }, 4438 4433 "type": "library", 4439 4434 "extra": { ··· 4473 4468 "type": "community_bridge" 4474 4469 } 4475 4470 ], 4476 - "time": "2024-01-04T10:50:34+00:00" 4471 + "time": "2024-10-17T20:37:17+00:00" 4477 4472 }, 4478 4473 { 4479 4474 "name": "laminas/laminas-stratigility", 4480 - "version": "3.11.0", 4475 + "version": "4.1.0", 4481 4476 "source": { 4482 4477 "type": "git", 4483 4478 "url": "https://github.com/laminas/laminas-stratigility.git", 4484 - "reference": "4dee4580a8efea63a8b2b24dbf4604ee480e8cd6" 4479 + "reference": "79f9302a19ef33d114d85656347b0880933cc210" 4485 4480 }, 4486 4481 "dist": { 4487 4482 "type": "zip", 4488 - "url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/4dee4580a8efea63a8b2b24dbf4604ee480e8cd6", 4489 - "reference": "4dee4580a8efea63a8b2b24dbf4604ee480e8cd6", 4483 + "url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/79f9302a19ef33d114d85656347b0880933cc210", 4484 + "reference": "79f9302a19ef33d114d85656347b0880933cc210", 4490 4485 "shasum": "" 4491 4486 }, 4492 4487 "require": { 4493 4488 "fig/http-message-util": "^1.1", 4494 4489 "laminas/laminas-escaper": "^2.10.0", 4495 - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", 4490 + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", 4491 + "psr/http-factory": "^1.0.2", 4496 4492 "psr/http-message": "^1.0 || ^2.0", 4497 4493 "psr/http-server-middleware": "^1.0.2" 4498 4494 }, ··· 4500 4496 "zendframework/zend-stratigility": "*" 4501 4497 }, 4502 4498 "require-dev": { 4503 - "laminas/laminas-coding-standard": "~2.5.0", 4504 - "laminas/laminas-diactoros": "^2.25 || ^3.3", 4505 - "phpunit/phpunit": "^10.4.2", 4506 - "psalm/plugin-phpunit": "^0.18.4", 4507 - "vimeo/psalm": "^5.15.0" 4499 + "laminas/laminas-coding-standard": "~3.0.0", 4500 + "laminas/laminas-diactoros": "^2.25 || ^3.5.0", 4501 + "phpunit/phpunit": "^10.5.37", 4502 + "psalm/plugin-phpunit": "^0.19.0", 4503 + "vimeo/psalm": "^5.26.1" 4508 4504 }, 4509 4505 "suggest": { 4510 - "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., laminas/laminas-diactoros" 4506 + "psr/http-factory-implementation": "Please install a psr/http-factory implementation to consume Stratigility; e.g., laminas/laminas-diactoros", 4507 + "psr/http-message-implementation": "Please install a psr/http-message implementation to consume Stratigility; e.g., laminas/laminas-diactoros" 4511 4508 }, 4512 4509 "type": "library", 4513 4510 "autoload": { ··· 4515 4512 "src/functions/double-pass-middleware.php", 4516 4513 "src/functions/host.php", 4517 4514 "src/functions/middleware.php", 4518 - "src/functions/path.php", 4519 - "src/functions/double-pass-middleware.legacy.php", 4520 - "src/functions/host.legacy.php", 4521 - "src/functions/middleware.legacy.php", 4522 - "src/functions/path.legacy.php" 4515 + "src/functions/path.php" 4523 4516 ], 4524 4517 "psr-4": { 4525 4518 "Laminas\\Stratigility\\": "src/" ··· 4536 4529 "laminas", 4537 4530 "middleware", 4538 4531 "psr-15", 4532 + "psr-17", 4539 4533 "psr-7" 4540 4534 ], 4541 4535 "support": { ··· 4552 4546 "type": "community_bridge" 4553 4547 } 4554 4548 ], 4555 - "time": "2023-10-31T16:26:05+00:00" 4549 + "time": "2024-10-28T11:43:51+00:00" 4556 4550 }, 4557 4551 { 4558 4552 "name": "laravel/serializable-closure", 4559 - "version": "v1.3.3", 4553 + "version": "v1.3.7", 4560 4554 "source": { 4561 4555 "type": "git", 4562 4556 "url": "https://github.com/laravel/serializable-closure.git", 4563 - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754" 4557 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" 4564 4558 }, 4565 4559 "dist": { 4566 4560 "type": "zip", 4567 - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754", 4568 - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754", 4561 + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", 4562 + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", 4569 4563 "shasum": "" 4570 4564 }, 4571 4565 "require": { 4572 4566 "php": "^7.3|^8.0" 4573 4567 }, 4574 4568 "require-dev": { 4575 - "nesbot/carbon": "^2.61", 4569 + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", 4570 + "nesbot/carbon": "^2.61|^3.0", 4576 4571 "pestphp/pest": "^1.21.3", 4577 4572 "phpstan/phpstan": "^1.8.2", 4578 - "symfony/var-dumper": "^5.4.11" 4573 + "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" 4579 4574 }, 4580 4575 "type": "library", 4581 4576 "extra": { ··· 4612 4607 "issues": "https://github.com/laravel/serializable-closure/issues", 4613 4608 "source": "https://github.com/laravel/serializable-closure" 4614 4609 }, 4615 - "time": "2023-11-08T14:08:06+00:00" 4610 + "time": "2024-11-14T18:34:49+00:00" 4616 4611 }, 4617 4612 { 4618 4613 "name": "league/commonmark", 4619 - "version": "2.4.2", 4614 + "version": "2.5.3", 4620 4615 "source": { 4621 4616 "type": "git", 4622 4617 "url": "https://github.com/thephpleague/commonmark.git", 4623 - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf" 4618 + "reference": "b650144166dfa7703e62a22e493b853b58d874b0" 4624 4619 }, 4625 4620 "dist": { 4626 4621 "type": "zip", 4627 - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf", 4628 - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf", 4622 + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", 4623 + "reference": "b650144166dfa7703e62a22e493b853b58d874b0", 4629 4624 "shasum": "" 4630 4625 }, 4631 4626 "require": { ··· 4638 4633 }, 4639 4634 "require-dev": { 4640 4635 "cebe/markdown": "^1.0", 4641 - "commonmark/cmark": "0.30.3", 4642 - "commonmark/commonmark.js": "0.30.0", 4636 + "commonmark/cmark": "0.31.1", 4637 + "commonmark/commonmark.js": "0.31.1", 4643 4638 "composer/package-versions-deprecated": "^1.8", 4644 4639 "embed/embed": "^4.4", 4645 4640 "erusev/parsedown": "^1.0", ··· 4661 4656 "type": "library", 4662 4657 "extra": { 4663 4658 "branch-alias": { 4664 - "dev-main": "2.5-dev" 4659 + "dev-main": "2.6-dev" 4665 4660 } 4666 4661 }, 4667 4662 "autoload": { ··· 4718 4713 "type": "tidelift" 4719 4714 } 4720 4715 ], 4721 - "time": "2024-02-02T11:59:32+00:00" 4716 + "time": "2024-08-16T11:46:16+00:00" 4722 4717 }, 4723 4718 { 4724 4719 "name": "league/config", ··· 4898 4893 }, 4899 4894 { 4900 4895 "name": "league/mime-type-detection", 4901 - "version": "1.15.0", 4896 + "version": "1.16.0", 4902 4897 "source": { 4903 4898 "type": "git", 4904 4899 "url": "https://github.com/thephpleague/mime-type-detection.git", 4905 - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" 4900 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" 4906 4901 }, 4907 4902 "dist": { 4908 4903 "type": "zip", 4909 - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", 4910 - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", 4904 + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", 4905 + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", 4911 4906 "shasum": "" 4912 4907 }, 4913 4908 "require": { ··· 4938 4933 "description": "Mime-type detection for Flysystem", 4939 4934 "support": { 4940 4935 "issues": "https://github.com/thephpleague/mime-type-detection/issues", 4941 - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" 4936 + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" 4942 4937 }, 4943 4938 "funding": [ 4944 4939 { ··· 4950 4945 "type": "tidelift" 4951 4946 } 4952 4947 ], 4953 - "time": "2024-01-28T23:22:08+00:00" 4948 + "time": "2024-09-21T08:32:55+00:00" 4954 4949 }, 4955 4950 { 4956 4951 "name": "matthiasmullie/minify", ··· 5450 5445 }, 5451 5446 { 5452 5447 "name": "nesbot/carbon", 5453 - "version": "2.72.3", 5448 + "version": "2.72.5", 5454 5449 "source": { 5455 5450 "type": "git", 5456 5451 "url": "https://github.com/briannesbitt/Carbon.git", 5457 - "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83" 5452 + "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed" 5458 5453 }, 5459 5454 "dist": { 5460 5455 "type": "zip", 5461 - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83", 5462 - "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83", 5456 + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/afd46589c216118ecd48ff2b95d77596af1e57ed", 5457 + "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed", 5463 5458 "shasum": "" 5464 5459 }, 5465 5460 "require": { ··· 5493 5488 "type": "library", 5494 5489 "extra": { 5495 5490 "branch-alias": { 5496 - "dev-3.x": "3.x-dev", 5497 - "dev-master": "2.x-dev" 5491 + "dev-master": "3.x-dev", 5492 + "dev-2.x": "2.x-dev" 5498 5493 }, 5499 5494 "laravel": { 5500 5495 "providers": [ ··· 5553 5548 "type": "tidelift" 5554 5549 } 5555 5550 ], 5556 - "time": "2024-01-25T10:35:09+00:00" 5551 + "time": "2024-06-03T19:18:41+00:00" 5557 5552 }, 5558 5553 { 5559 5554 "name": "nette/schema", 5560 - "version": "v1.3.0", 5555 + "version": "v1.3.2", 5561 5556 "source": { 5562 5557 "type": "git", 5563 5558 "url": "https://github.com/nette/schema.git", 5564 - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" 5559 + "reference": "da801d52f0354f70a638673c4a0f04e16529431d" 5565 5560 }, 5566 5561 "dist": { 5567 5562 "type": "zip", 5568 - "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", 5569 - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", 5563 + "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", 5564 + "reference": "da801d52f0354f70a638673c4a0f04e16529431d", 5570 5565 "shasum": "" 5571 5566 }, 5572 5567 "require": { 5573 5568 "nette/utils": "^4.0", 5574 - "php": "8.1 - 8.3" 5569 + "php": "8.1 - 8.4" 5575 5570 }, 5576 5571 "require-dev": { 5577 - "nette/tester": "^2.4", 5572 + "nette/tester": "^2.5.2", 5578 5573 "phpstan/phpstan-nette": "^1.0", 5579 5574 "tracy/tracy": "^2.8" 5580 5575 }, ··· 5613 5608 ], 5614 5609 "support": { 5615 5610 "issues": "https://github.com/nette/schema/issues", 5616 - "source": "https://github.com/nette/schema/tree/v1.3.0" 5611 + "source": "https://github.com/nette/schema/tree/v1.3.2" 5617 5612 }, 5618 - "time": "2023-12-11T11:54:22+00:00" 5613 + "time": "2024-10-06T23:10:23+00:00" 5619 5614 }, 5620 5615 { 5621 5616 "name": "nette/utils", 5622 - "version": "v4.0.4", 5617 + "version": "v4.0.5", 5623 5618 "source": { 5624 5619 "type": "git", 5625 5620 "url": "https://github.com/nette/utils.git", 5626 - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" 5621 + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" 5627 5622 }, 5628 5623 "dist": { 5629 5624 "type": "zip", 5630 - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", 5631 - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", 5625 + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", 5626 + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", 5632 5627 "shasum": "" 5633 5628 }, 5634 5629 "require": { 5635 - "php": ">=8.0 <8.4" 5630 + "php": "8.0 - 8.4" 5636 5631 }, 5637 5632 "conflict": { 5638 5633 "nette/finder": "<3", ··· 5699 5694 ], 5700 5695 "support": { 5701 5696 "issues": "https://github.com/nette/utils/issues", 5702 - "source": "https://github.com/nette/utils/tree/v4.0.4" 5697 + "source": "https://github.com/nette/utils/tree/v4.0.5" 5703 5698 }, 5704 - "time": "2024-01-17T16:50:36+00:00" 5699 + "time": "2024-08-07T15:39:19+00:00" 5705 5700 }, 5706 5701 { 5707 5702 "name": "nikic/fast-route", ··· 7120 7115 }, 7121 7116 { 7122 7117 "name": "symfony/config", 7123 - "version": "v5.4.39", 7118 + "version": "v5.4.46", 7124 7119 "source": { 7125 7120 "type": "git", 7126 7121 "url": "https://github.com/symfony/config.git", 7127 - "reference": "62cec4a067931552624a9962002c210c502d42fd" 7122 + "reference": "977c88a02d7d3f16904a81907531b19666a08e78" 7128 7123 }, 7129 7124 "dist": { 7130 7125 "type": "zip", 7131 - "url": "https://api.github.com/repos/symfony/config/zipball/62cec4a067931552624a9962002c210c502d42fd", 7132 - "reference": "62cec4a067931552624a9962002c210c502d42fd", 7126 + "url": "https://api.github.com/repos/symfony/config/zipball/977c88a02d7d3f16904a81907531b19666a08e78", 7127 + "reference": "977c88a02d7d3f16904a81907531b19666a08e78", 7133 7128 "shasum": "" 7134 7129 }, 7135 7130 "require": { ··· 7179 7174 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 7180 7175 "homepage": "https://symfony.com", 7181 7176 "support": { 7182 - "source": "https://github.com/symfony/config/tree/v5.4.39" 7177 + "source": "https://github.com/symfony/config/tree/v5.4.46" 7183 7178 }, 7184 7179 "funding": [ 7185 7180 { ··· 7195 7190 "type": "tidelift" 7196 7191 } 7197 7192 ], 7198 - "time": "2024-04-18T08:26:06+00:00" 7193 + "time": "2024-10-30T07:58:02+00:00" 7199 7194 }, 7200 7195 { 7201 7196 "name": "symfony/console", 7202 - "version": "v5.4.39", 7197 + "version": "v5.4.47", 7203 7198 "source": { 7204 7199 "type": "git", 7205 7200 "url": "https://github.com/symfony/console.git", 7206 - "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1" 7201 + "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed" 7207 7202 }, 7208 7203 "dist": { 7209 7204 "type": "zip", 7210 - "url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1", 7211 - "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1", 7205 + "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", 7206 + "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", 7212 7207 "shasum": "" 7213 7208 }, 7214 7209 "require": { ··· 7278 7273 "terminal" 7279 7274 ], 7280 7275 "support": { 7281 - "source": "https://github.com/symfony/console/tree/v5.4.39" 7276 + "source": "https://github.com/symfony/console/tree/v5.4.47" 7282 7277 }, 7283 7278 "funding": [ 7284 7279 { ··· 7294 7289 "type": "tidelift" 7295 7290 } 7296 7291 ], 7297 - "time": "2024-04-18T08:26:06+00:00" 7292 + "time": "2024-11-06T11:30:55+00:00" 7298 7293 }, 7299 7294 { 7300 7295 "name": "symfony/css-selector", 7301 - "version": "v6.4.7", 7296 + "version": "v7.1.6", 7302 7297 "source": { 7303 7298 "type": "git", 7304 7299 "url": "https://github.com/symfony/css-selector.git", 7305 - "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b" 7300 + "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66" 7306 7301 }, 7307 7302 "dist": { 7308 7303 "type": "zip", 7309 - "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c5d5c2103c3762aff27a27e1e2409e30a79083b", 7310 - "reference": "1c5d5c2103c3762aff27a27e1e2409e30a79083b", 7304 + "url": "https://api.github.com/repos/symfony/css-selector/zipball/4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", 7305 + "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", 7311 7306 "shasum": "" 7312 7307 }, 7313 7308 "require": { 7314 - "php": ">=8.1" 7309 + "php": ">=8.2" 7315 7310 }, 7316 7311 "type": "library", 7317 7312 "autoload": { ··· 7343 7338 "description": "Converts CSS selectors to XPath expressions", 7344 7339 "homepage": "https://symfony.com", 7345 7340 "support": { 7346 - "source": "https://github.com/symfony/css-selector/tree/v6.4.7" 7341 + "source": "https://github.com/symfony/css-selector/tree/v7.1.6" 7347 7342 }, 7348 7343 "funding": [ 7349 7344 { ··· 7359 7354 "type": "tidelift" 7360 7355 } 7361 7356 ], 7362 - "time": "2024-04-18T09:22:46+00:00" 7357 + "time": "2024-09-25T14:20:29+00:00" 7363 7358 }, 7364 7359 { 7365 7360 "name": "symfony/deprecation-contracts", 7366 - "version": "v3.5.0", 7361 + "version": "v3.5.1", 7367 7362 "source": { 7368 7363 "type": "git", 7369 7364 "url": "https://github.com/symfony/deprecation-contracts.git", 7370 - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 7365 + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" 7371 7366 }, 7372 7367 "dist": { 7373 7368 "type": "zip", 7374 - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 7375 - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 7369 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 7370 + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 7376 7371 "shasum": "" 7377 7372 }, 7378 7373 "require": { ··· 7410 7405 "description": "A generic function and convention to trigger deprecation notices", 7411 7406 "homepage": "https://symfony.com", 7412 7407 "support": { 7413 - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 7408 + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" 7414 7409 }, 7415 7410 "funding": [ 7416 7411 { ··· 7426 7421 "type": "tidelift" 7427 7422 } 7428 7423 ], 7429 - "time": "2024-04-18T09:32:20+00:00" 7424 + "time": "2024-09-25T14:20:29+00:00" 7430 7425 }, 7431 7426 { 7432 7427 "name": "symfony/event-dispatcher", 7433 - "version": "v5.4.39", 7428 + "version": "v5.4.45", 7434 7429 "source": { 7435 7430 "type": "git", 7436 7431 "url": "https://github.com/symfony/event-dispatcher.git", 7437 - "reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f" 7432 + "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9" 7438 7433 }, 7439 7434 "dist": { 7440 7435 "type": "zip", 7441 - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d40fae9fd85c762b6ba378152fdd1157a85d7e4f", 7442 - "reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f", 7436 + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/72982eb416f61003e9bb6e91f8b3213600dcf9e9", 7437 + "reference": "72982eb416f61003e9bb6e91f8b3213600dcf9e9", 7443 7438 "shasum": "" 7444 7439 }, 7445 7440 "require": { ··· 7495 7490 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 7496 7491 "homepage": "https://symfony.com", 7497 7492 "support": { 7498 - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.39" 7493 + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.45" 7499 7494 }, 7500 7495 "funding": [ 7501 7496 { ··· 7511 7506 "type": "tidelift" 7512 7507 } 7513 7508 ], 7514 - "time": "2024-04-18T08:26:06+00:00" 7509 + "time": "2024-09-25T14:11:13+00:00" 7515 7510 }, 7516 7511 { 7517 7512 "name": "symfony/event-dispatcher-contracts", 7518 - "version": "v3.5.0", 7513 + "version": "v3.5.1", 7519 7514 "source": { 7520 7515 "type": "git", 7521 7516 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 7522 - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" 7517 + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" 7523 7518 }, 7524 7519 "dist": { 7525 7520 "type": "zip", 7526 - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", 7527 - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", 7521 + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", 7522 + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", 7528 7523 "shasum": "" 7529 7524 }, 7530 7525 "require": { ··· 7571 7566 "standards" 7572 7567 ], 7573 7568 "support": { 7574 - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" 7569 + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" 7575 7570 }, 7576 7571 "funding": [ 7577 7572 { ··· 7587 7582 "type": "tidelift" 7588 7583 } 7589 7584 ], 7590 - "time": "2024-04-18T09:32:20+00:00" 7585 + "time": "2024-09-25T14:20:29+00:00" 7591 7586 }, 7592 7587 { 7593 7588 "name": "symfony/filesystem", 7594 - "version": "v6.4.7", 7589 + "version": "v6.4.13", 7595 7590 "source": { 7596 7591 "type": "git", 7597 7592 "url": "https://github.com/symfony/filesystem.git", 7598 - "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4" 7593 + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3" 7599 7594 }, 7600 7595 "dist": { 7601 7596 "type": "zip", 7602 - "url": "https://api.github.com/repos/symfony/filesystem/zipball/78dde75f8f6dbbca4ec436a4b0087f7af02076d4", 7603 - "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4", 7597 + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", 7598 + "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", 7604 7599 "shasum": "" 7605 7600 }, 7606 7601 "require": { 7607 7602 "php": ">=8.1", 7608 7603 "symfony/polyfill-ctype": "~1.8", 7609 - "symfony/polyfill-mbstring": "~1.8", 7610 - "symfony/process": "^5.4|^6.4" 7604 + "symfony/polyfill-mbstring": "~1.8" 7605 + }, 7606 + "require-dev": { 7607 + "symfony/process": "^5.4|^6.4|^7.0" 7611 7608 }, 7612 7609 "type": "library", 7613 7610 "autoload": { ··· 7635 7632 "description": "Provides basic utilities for the filesystem", 7636 7633 "homepage": "https://symfony.com", 7637 7634 "support": { 7638 - "source": "https://github.com/symfony/filesystem/tree/v6.4.7" 7635 + "source": "https://github.com/symfony/filesystem/tree/v6.4.13" 7639 7636 }, 7640 7637 "funding": [ 7641 7638 { ··· 7651 7648 "type": "tidelift" 7652 7649 } 7653 7650 ], 7654 - "time": "2024-04-18T09:22:46+00:00" 7651 + "time": "2024-10-25T15:07:50+00:00" 7655 7652 }, 7656 7653 { 7657 7654 "name": "symfony/finder", 7658 - "version": "v5.4.39", 7655 + "version": "v5.4.45", 7659 7656 "source": { 7660 7657 "type": "git", 7661 7658 "url": "https://github.com/symfony/finder.git", 7662 - "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a" 7659 + "reference": "63741784cd7b9967975eec610b256eed3ede022b" 7663 7660 }, 7664 7661 "dist": { 7665 7662 "type": "zip", 7666 - "url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a", 7667 - "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a", 7663 + "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b", 7664 + "reference": "63741784cd7b9967975eec610b256eed3ede022b", 7668 7665 "shasum": "" 7669 7666 }, 7670 7667 "require": { ··· 7698 7695 "description": "Finds files and directories via an intuitive fluent interface", 7699 7696 "homepage": "https://symfony.com", 7700 7697 "support": { 7701 - "source": "https://github.com/symfony/finder/tree/v5.4.39" 7698 + "source": "https://github.com/symfony/finder/tree/v5.4.45" 7702 7699 }, 7703 7700 "funding": [ 7704 7701 { ··· 7714 7711 "type": "tidelift" 7715 7712 } 7716 7713 ], 7717 - "time": "2024-04-18T08:26:06+00:00" 7714 + "time": "2024-09-28T13:32:08+00:00" 7718 7715 }, 7719 7716 { 7720 7717 "name": "symfony/http-foundation", 7721 - "version": "v5.4.39", 7718 + "version": "v5.4.48", 7722 7719 "source": { 7723 7720 "type": "git", 7724 7721 "url": "https://github.com/symfony/http-foundation.git", 7725 - "reference": "3356c93efc30b0c85a37606bdfef16b813faec0e" 7722 + "reference": "3f38b8af283b830e1363acd79e5bc3412d055341" 7726 7723 }, 7727 7724 "dist": { 7728 7725 "type": "zip", 7729 - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3356c93efc30b0c85a37606bdfef16b813faec0e", 7730 - "reference": "3356c93efc30b0c85a37606bdfef16b813faec0e", 7726 + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3f38b8af283b830e1363acd79e5bc3412d055341", 7727 + "reference": "3f38b8af283b830e1363acd79e5bc3412d055341", 7731 7728 "shasum": "" 7732 7729 }, 7733 7730 "require": { ··· 7737 7734 "symfony/polyfill-php80": "^1.16" 7738 7735 }, 7739 7736 "require-dev": { 7740 - "predis/predis": "~1.0", 7737 + "predis/predis": "^1.0|^2.0", 7741 7738 "symfony/cache": "^4.4|^5.0|^6.0", 7742 7739 "symfony/dependency-injection": "^5.4|^6.0", 7743 7740 "symfony/expression-language": "^4.4|^5.0|^6.0", ··· 7774 7771 "description": "Defines an object-oriented layer for the HTTP specification", 7775 7772 "homepage": "https://symfony.com", 7776 7773 "support": { 7777 - "source": "https://github.com/symfony/http-foundation/tree/v5.4.39" 7774 + "source": "https://github.com/symfony/http-foundation/tree/v5.4.48" 7778 7775 }, 7779 7776 "funding": [ 7780 7777 { ··· 7790 7787 "type": "tidelift" 7791 7788 } 7792 7789 ], 7793 - "time": "2024-04-18T08:26:06+00:00" 7790 + "time": "2024-11-13T18:58:02+00:00" 7794 7791 }, 7795 7792 { 7796 7793 "name": "symfony/mime", 7797 - "version": "v5.4.39", 7794 + "version": "v5.4.45", 7798 7795 "source": { 7799 7796 "type": "git", 7800 7797 "url": "https://github.com/symfony/mime.git", 7801 - "reference": "a5364f016fd9e090f7b4f250a97ea6925a5ca985" 7798 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064" 7802 7799 }, 7803 7800 "dist": { 7804 7801 "type": "zip", 7805 - "url": "https://api.github.com/repos/symfony/mime/zipball/a5364f016fd9e090f7b4f250a97ea6925a5ca985", 7806 - "reference": "a5364f016fd9e090f7b4f250a97ea6925a5ca985", 7802 + "url": "https://api.github.com/repos/symfony/mime/zipball/8c1b9b3e5b52981551fc6044539af1d974e39064", 7803 + "reference": "8c1b9b3e5b52981551fc6044539af1d974e39064", 7807 7804 "shasum": "" 7808 7805 }, 7809 7806 "require": { ··· 7859 7856 "mime-type" 7860 7857 ], 7861 7858 "support": { 7862 - "source": "https://github.com/symfony/mime/tree/v5.4.39" 7859 + "source": "https://github.com/symfony/mime/tree/v5.4.45" 7863 7860 }, 7864 7861 "funding": [ 7865 7862 { ··· 7875 7872 "type": "tidelift" 7876 7873 } 7877 7874 ], 7878 - "time": "2024-04-18T08:26:06+00:00" 7875 + "time": "2024-10-23T20:18:32+00:00" 7879 7876 }, 7880 7877 { 7881 7878 "name": "symfony/polyfill-ctype", 7882 - "version": "v1.29.0", 7879 + "version": "v1.31.0", 7883 7880 "source": { 7884 7881 "type": "git", 7885 7882 "url": "https://github.com/symfony/polyfill-ctype.git", 7886 - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 7883 + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 7887 7884 }, 7888 7885 "dist": { 7889 7886 "type": "zip", 7890 - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 7891 - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 7887 + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 7888 + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 7892 7889 "shasum": "" 7893 7890 }, 7894 7891 "require": { 7895 - "php": ">=7.1" 7892 + "php": ">=7.2" 7896 7893 }, 7897 7894 "provide": { 7898 7895 "ext-ctype": "*" ··· 7938 7935 "portable" 7939 7936 ], 7940 7937 "support": { 7941 - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 7938 + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" 7942 7939 }, 7943 7940 "funding": [ 7944 7941 { ··· 7954 7951 "type": "tidelift" 7955 7952 } 7956 7953 ], 7957 - "time": "2024-01-29T20:11:03+00:00" 7954 + "time": "2024-09-09T11:45:10+00:00" 7958 7955 }, 7959 7956 { 7960 7957 "name": "symfony/polyfill-iconv", 7961 - "version": "v1.29.0", 7958 + "version": "v1.31.0", 7962 7959 "source": { 7963 7960 "type": "git", 7964 7961 "url": "https://github.com/symfony/polyfill-iconv.git", 7965 - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f" 7962 + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" 7966 7963 }, 7967 7964 "dist": { 7968 7965 "type": "zip", 7969 - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", 7970 - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", 7966 + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", 7967 + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", 7971 7968 "shasum": "" 7972 7969 }, 7973 7970 "require": { 7974 - "php": ">=7.1" 7971 + "php": ">=7.2" 7975 7972 }, 7976 7973 "provide": { 7977 7974 "ext-iconv": "*" ··· 8018 8015 "shim" 8019 8016 ], 8020 8017 "support": { 8021 - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0" 8018 + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" 8022 8019 }, 8023 8020 "funding": [ 8024 8021 { ··· 8034 8031 "type": "tidelift" 8035 8032 } 8036 8033 ], 8037 - "time": "2024-01-29T20:11:03+00:00" 8034 + "time": "2024-09-09T11:45:10+00:00" 8038 8035 }, 8039 8036 { 8040 8037 "name": "symfony/polyfill-intl-grapheme", 8041 - "version": "v1.29.0", 8038 + "version": "v1.31.0", 8042 8039 "source": { 8043 8040 "type": "git", 8044 8041 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 8045 - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" 8042 + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" 8046 8043 }, 8047 8044 "dist": { 8048 8045 "type": "zip", 8049 - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", 8050 - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", 8046 + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 8047 + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", 8051 8048 "shasum": "" 8052 8049 }, 8053 8050 "require": { 8054 - "php": ">=7.1" 8051 + "php": ">=7.2" 8055 8052 }, 8056 8053 "suggest": { 8057 8054 "ext-intl": "For best performance" ··· 8096 8093 "shim" 8097 8094 ], 8098 8095 "support": { 8099 - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" 8096 + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" 8100 8097 }, 8101 8098 "funding": [ 8102 8099 { ··· 8112 8109 "type": "tidelift" 8113 8110 } 8114 8111 ], 8115 - "time": "2024-01-29T20:11:03+00:00" 8112 + "time": "2024-09-09T11:45:10+00:00" 8116 8113 }, 8117 8114 { 8118 8115 "name": "symfony/polyfill-intl-idn", 8119 - "version": "v1.29.0", 8116 + "version": "v1.31.0", 8120 8117 "source": { 8121 8118 "type": "git", 8122 8119 "url": "https://github.com/symfony/polyfill-intl-idn.git", 8123 - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" 8120 + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" 8124 8121 }, 8125 8122 "dist": { 8126 8123 "type": "zip", 8127 - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", 8128 - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", 8124 + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", 8125 + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", 8129 8126 "shasum": "" 8130 8127 }, 8131 8128 "require": { 8132 - "php": ">=7.1", 8133 - "symfony/polyfill-intl-normalizer": "^1.10", 8134 - "symfony/polyfill-php72": "^1.10" 8129 + "php": ">=7.2", 8130 + "symfony/polyfill-intl-normalizer": "^1.10" 8135 8131 }, 8136 8132 "suggest": { 8137 8133 "ext-intl": "For best performance" ··· 8180 8176 "shim" 8181 8177 ], 8182 8178 "support": { 8183 - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" 8179 + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" 8184 8180 }, 8185 8181 "funding": [ 8186 8182 { ··· 8196 8192 "type": "tidelift" 8197 8193 } 8198 8194 ], 8199 - "time": "2024-01-29T20:11:03+00:00" 8195 + "time": "2024-09-09T11:45:10+00:00" 8200 8196 }, 8201 8197 { 8202 8198 "name": "symfony/polyfill-intl-messageformatter", 8203 - "version": "v1.29.0", 8199 + "version": "v1.31.0", 8204 8200 "source": { 8205 8201 "type": "git", 8206 8202 "url": "https://github.com/symfony/polyfill-intl-messageformatter.git", 8207 - "reference": "6603d1d7cb7fb3df80c23ecf6ea6977f8a02be3f" 8203 + "reference": "d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de" 8208 8204 }, 8209 8205 "dist": { 8210 8206 "type": "zip", 8211 - "url": "https://api.github.com/repos/symfony/polyfill-intl-messageformatter/zipball/6603d1d7cb7fb3df80c23ecf6ea6977f8a02be3f", 8212 - "reference": "6603d1d7cb7fb3df80c23ecf6ea6977f8a02be3f", 8207 + "url": "https://api.github.com/repos/symfony/polyfill-intl-messageformatter/zipball/d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de", 8208 + "reference": "d2ed9f44f1ccb21d36e51ebb1f7b1ef26e36e0de", 8213 8209 "shasum": "" 8214 8210 }, 8215 8211 "require": { 8216 - "php": ">=7.1" 8212 + "php": ">=7.2" 8217 8213 }, 8218 8214 "suggest": { 8219 8215 "ext-intl": "For best performance" ··· 8261 8257 "shim" 8262 8258 ], 8263 8259 "support": { 8264 - "source": "https://github.com/symfony/polyfill-intl-messageformatter/tree/v1.29.0" 8260 + "source": "https://github.com/symfony/polyfill-intl-messageformatter/tree/v1.31.0" 8265 8261 }, 8266 8262 "funding": [ 8267 8263 { ··· 8277 8273 "type": "tidelift" 8278 8274 } 8279 8275 ], 8280 - "time": "2024-01-29T20:11:03+00:00" 8276 + "time": "2024-09-09T11:45:10+00:00" 8281 8277 }, 8282 8278 { 8283 8279 "name": "symfony/polyfill-intl-normalizer", 8284 - "version": "v1.29.0", 8280 + "version": "v1.31.0", 8285 8281 "source": { 8286 8282 "type": "git", 8287 8283 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 8288 - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" 8284 + "reference": "3833d7255cc303546435cb650316bff708a1c75c" 8289 8285 }, 8290 8286 "dist": { 8291 8287 "type": "zip", 8292 - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", 8293 - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", 8288 + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 8289 + "reference": "3833d7255cc303546435cb650316bff708a1c75c", 8294 8290 "shasum": "" 8295 8291 }, 8296 8292 "require": { 8297 - "php": ">=7.1" 8293 + "php": ">=7.2" 8298 8294 }, 8299 8295 "suggest": { 8300 8296 "ext-intl": "For best performance" ··· 8342 8338 "shim" 8343 8339 ], 8344 8340 "support": { 8345 - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" 8341 + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" 8346 8342 }, 8347 8343 "funding": [ 8348 8344 { ··· 8358 8354 "type": "tidelift" 8359 8355 } 8360 8356 ], 8361 - "time": "2024-01-29T20:11:03+00:00" 8357 + "time": "2024-09-09T11:45:10+00:00" 8362 8358 }, 8363 8359 { 8364 8360 "name": "symfony/polyfill-mbstring", 8365 - "version": "v1.29.0", 8361 + "version": "v1.31.0", 8366 8362 "source": { 8367 8363 "type": "git", 8368 8364 "url": "https://github.com/symfony/polyfill-mbstring.git", 8369 - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 8365 + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 8370 8366 }, 8371 8367 "dist": { 8372 8368 "type": "zip", 8373 - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 8374 - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 8369 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 8370 + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 8375 8371 "shasum": "" 8376 8372 }, 8377 8373 "require": { 8378 - "php": ">=7.1" 8374 + "php": ">=7.2" 8379 8375 }, 8380 8376 "provide": { 8381 8377 "ext-mbstring": "*" ··· 8422 8418 "shim" 8423 8419 ], 8424 8420 "support": { 8425 - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 8421 + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 8426 8422 }, 8427 8423 "funding": [ 8428 8424 { ··· 8438 8434 "type": "tidelift" 8439 8435 } 8440 8436 ], 8441 - "time": "2024-01-29T20:11:03+00:00" 8442 - }, 8443 - { 8444 - "name": "symfony/polyfill-php72", 8445 - "version": "v1.29.0", 8446 - "source": { 8447 - "type": "git", 8448 - "url": "https://github.com/symfony/polyfill-php72.git", 8449 - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" 8450 - }, 8451 - "dist": { 8452 - "type": "zip", 8453 - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", 8454 - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", 8455 - "shasum": "" 8456 - }, 8457 - "require": { 8458 - "php": ">=7.1" 8459 - }, 8460 - "type": "library", 8461 - "extra": { 8462 - "thanks": { 8463 - "name": "symfony/polyfill", 8464 - "url": "https://github.com/symfony/polyfill" 8465 - } 8466 - }, 8467 - "autoload": { 8468 - "files": [ 8469 - "bootstrap.php" 8470 - ], 8471 - "psr-4": { 8472 - "Symfony\\Polyfill\\Php72\\": "" 8473 - } 8474 - }, 8475 - "notification-url": "https://packagist.org/downloads/", 8476 - "license": [ 8477 - "MIT" 8478 - ], 8479 - "authors": [ 8480 - { 8481 - "name": "Nicolas Grekas", 8482 - "email": "p@tchwork.com" 8483 - }, 8484 - { 8485 - "name": "Symfony Community", 8486 - "homepage": "https://symfony.com/contributors" 8487 - } 8488 - ], 8489 - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 8490 - "homepage": "https://symfony.com", 8491 - "keywords": [ 8492 - "compatibility", 8493 - "polyfill", 8494 - "portable", 8495 - "shim" 8496 - ], 8497 - "support": { 8498 - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" 8499 - }, 8500 - "funding": [ 8501 - { 8502 - "url": "https://symfony.com/sponsor", 8503 - "type": "custom" 8504 - }, 8505 - { 8506 - "url": "https://github.com/fabpot", 8507 - "type": "github" 8508 - }, 8509 - { 8510 - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 8511 - "type": "tidelift" 8512 - } 8513 - ], 8514 - "time": "2024-01-29T20:11:03+00:00" 8437 + "time": "2024-09-09T11:45:10+00:00" 8515 8438 }, 8516 8439 { 8517 8440 "name": "symfony/polyfill-php73", 8518 - "version": "v1.29.0", 8441 + "version": "v1.31.0", 8519 8442 "source": { 8520 8443 "type": "git", 8521 8444 "url": "https://github.com/symfony/polyfill-php73.git", 8522 - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" 8445 + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" 8523 8446 }, 8524 8447 "dist": { 8525 8448 "type": "zip", 8526 - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", 8527 - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", 8449 + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", 8450 + "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", 8528 8451 "shasum": "" 8529 8452 }, 8530 8453 "require": { 8531 - "php": ">=7.1" 8454 + "php": ">=7.2" 8532 8455 }, 8533 8456 "type": "library", 8534 8457 "extra": { ··· 8571 8494 "shim" 8572 8495 ], 8573 8496 "support": { 8574 - "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" 8497 + "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0" 8575 8498 }, 8576 8499 "funding": [ 8577 8500 { ··· 8587 8510 "type": "tidelift" 8588 8511 } 8589 8512 ], 8590 - "time": "2024-01-29T20:11:03+00:00" 8513 + "time": "2024-09-09T11:45:10+00:00" 8591 8514 }, 8592 8515 { 8593 8516 "name": "symfony/polyfill-php80", 8594 - "version": "v1.29.0", 8517 + "version": "v1.31.0", 8595 8518 "source": { 8596 8519 "type": "git", 8597 8520 "url": "https://github.com/symfony/polyfill-php80.git", 8598 - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 8521 + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" 8599 8522 }, 8600 8523 "dist": { 8601 8524 "type": "zip", 8602 - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 8603 - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 8525 + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", 8526 + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", 8604 8527 "shasum": "" 8605 8528 }, 8606 8529 "require": { 8607 - "php": ">=7.1" 8530 + "php": ">=7.2" 8608 8531 }, 8609 8532 "type": "library", 8610 8533 "extra": { ··· 8651 8574 "shim" 8652 8575 ], 8653 8576 "support": { 8654 - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 8577 + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" 8655 8578 }, 8656 8579 "funding": [ 8657 8580 { ··· 8667 8590 "type": "tidelift" 8668 8591 } 8669 8592 ], 8670 - "time": "2024-01-29T20:11:03+00:00" 8593 + "time": "2024-09-09T11:45:10+00:00" 8671 8594 }, 8672 8595 { 8673 8596 "name": "symfony/polyfill-php81", 8674 - "version": "v1.29.0", 8597 + "version": "v1.31.0", 8675 8598 "source": { 8676 8599 "type": "git", 8677 8600 "url": "https://github.com/symfony/polyfill-php81.git", 8678 - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 8601 + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" 8679 8602 }, 8680 8603 "dist": { 8681 8604 "type": "zip", 8682 - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 8683 - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 8605 + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", 8606 + "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", 8684 8607 "shasum": "" 8685 8608 }, 8686 8609 "require": { 8687 - "php": ">=7.1" 8610 + "php": ">=7.2" 8688 8611 }, 8689 8612 "type": "library", 8690 8613 "extra": { ··· 8727 8650 "shim" 8728 8651 ], 8729 8652 "support": { 8730 - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 8653 + "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0" 8731 8654 }, 8732 8655 "funding": [ 8733 8656 { ··· 8743 8666 "type": "tidelift" 8744 8667 } 8745 8668 ], 8746 - "time": "2024-01-29T20:11:03+00:00" 8669 + "time": "2024-09-09T11:45:10+00:00" 8747 8670 }, 8748 8671 { 8749 8672 "name": "symfony/process", 8750 - "version": "v5.4.39", 8673 + "version": "v5.4.47", 8751 8674 "source": { 8752 8675 "type": "git", 8753 8676 "url": "https://github.com/symfony/process.git", 8754 - "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5" 8677 + "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d" 8755 8678 }, 8756 8679 "dist": { 8757 8680 "type": "zip", 8758 - "url": "https://api.github.com/repos/symfony/process/zipball/85a554acd7c28522241faf2e97b9541247a0d3d5", 8759 - "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5", 8681 + "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d", 8682 + "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d", 8760 8683 "shasum": "" 8761 8684 }, 8762 8685 "require": { ··· 8789 8712 "description": "Executes commands in sub-processes", 8790 8713 "homepage": "https://symfony.com", 8791 8714 "support": { 8792 - "source": "https://github.com/symfony/process/tree/v5.4.39" 8715 + "source": "https://github.com/symfony/process/tree/v5.4.47" 8793 8716 }, 8794 8717 "funding": [ 8795 8718 { ··· 8805 8728 "type": "tidelift" 8806 8729 } 8807 8730 ], 8808 - "time": "2024-04-18T08:26:06+00:00" 8731 + "time": "2024-11-06T11:36:42+00:00" 8809 8732 }, 8810 8733 { 8811 8734 "name": "symfony/service-contracts", 8812 - "version": "v3.5.0", 8735 + "version": "v3.5.1", 8813 8736 "source": { 8814 8737 "type": "git", 8815 8738 "url": "https://github.com/symfony/service-contracts.git", 8816 - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 8739 + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" 8817 8740 }, 8818 8741 "dist": { 8819 8742 "type": "zip", 8820 - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 8821 - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 8743 + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 8744 + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 8822 8745 "shasum": "" 8823 8746 }, 8824 8747 "require": { ··· 8872 8795 "standards" 8873 8796 ], 8874 8797 "support": { 8875 - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 8798 + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" 8876 8799 }, 8877 8800 "funding": [ 8878 8801 { ··· 8888 8811 "type": "tidelift" 8889 8812 } 8890 8813 ], 8891 - "time": "2024-04-18T09:32:20+00:00" 8814 + "time": "2024-09-25T14:20:29+00:00" 8892 8815 }, 8893 8816 { 8894 8817 "name": "symfony/string", 8895 - "version": "v6.4.7", 8818 + "version": "v6.4.15", 8896 8819 "source": { 8897 8820 "type": "git", 8898 8821 "url": "https://github.com/symfony/string.git", 8899 - "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69" 8822 + "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f" 8900 8823 }, 8901 8824 "dist": { 8902 8825 "type": "zip", 8903 - "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69", 8904 - "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69", 8826 + "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", 8827 + "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f", 8905 8828 "shasum": "" 8906 8829 }, 8907 8830 "require": { ··· 8958 8881 "utf8" 8959 8882 ], 8960 8883 "support": { 8961 - "source": "https://github.com/symfony/string/tree/v6.4.7" 8884 + "source": "https://github.com/symfony/string/tree/v6.4.15" 8962 8885 }, 8963 8886 "funding": [ 8964 8887 { ··· 8974 8897 "type": "tidelift" 8975 8898 } 8976 8899 ], 8977 - "time": "2024-04-18T09:22:46+00:00" 8900 + "time": "2024-11-13T13:31:12+00:00" 8978 8901 }, 8979 8902 { 8980 8903 "name": "symfony/translation", 8981 - "version": "v5.4.39", 8904 + "version": "v5.4.45", 8982 8905 "source": { 8983 8906 "type": "git", 8984 8907 "url": "https://github.com/symfony/translation.git", 8985 - "reference": "0fabede35e3985c4f96089edeeefe8313e15ca3a" 8908 + "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed" 8986 8909 }, 8987 8910 "dist": { 8988 8911 "type": "zip", 8989 - "url": "https://api.github.com/repos/symfony/translation/zipball/0fabede35e3985c4f96089edeeefe8313e15ca3a", 8990 - "reference": "0fabede35e3985c4f96089edeeefe8313e15ca3a", 8912 + "url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed", 8913 + "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed", 8991 8914 "shasum": "" 8992 8915 }, 8993 8916 "require": { ··· 9055 8978 "description": "Provides tools to internationalize your application", 9056 8979 "homepage": "https://symfony.com", 9057 8980 "support": { 9058 - "source": "https://github.com/symfony/translation/tree/v5.4.39" 8981 + "source": "https://github.com/symfony/translation/tree/v5.4.45" 9059 8982 }, 9060 8983 "funding": [ 9061 8984 { ··· 9071 8994 "type": "tidelift" 9072 8995 } 9073 8996 ], 9074 - "time": "2024-04-18T08:26:06+00:00" 8997 + "time": "2024-09-25T14:11:13+00:00" 9075 8998 }, 9076 8999 { 9077 9000 "name": "symfony/translation-contracts", 9078 - "version": "v2.5.3", 9001 + "version": "v2.5.4", 9079 9002 "source": { 9080 9003 "type": "git", 9081 9004 "url": "https://github.com/symfony/translation-contracts.git", 9082 - "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664" 9005 + "reference": "450d4172653f38818657022252f9d81be89ee9a8" 9083 9006 }, 9084 9007 "dist": { 9085 9008 "type": "zip", 9086 - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b0073a77ac0b7ea55131020e87b1e3af540f4664", 9087 - "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664", 9009 + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8", 9010 + "reference": "450d4172653f38818657022252f9d81be89ee9a8", 9088 9011 "shasum": "" 9089 9012 }, 9090 9013 "require": { ··· 9133 9056 "standards" 9134 9057 ], 9135 9058 "support": { 9136 - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.3" 9059 + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4" 9137 9060 }, 9138 9061 "funding": [ 9139 9062 { ··· 9149 9072 "type": "tidelift" 9150 9073 } 9151 9074 ], 9152 - "time": "2024-01-23T13:51:25+00:00" 9075 + "time": "2024-09-25T14:11:13+00:00" 9153 9076 }, 9154 9077 { 9155 9078 "name": "symfony/yaml", 9156 - "version": "v5.4.39", 9079 + "version": "v5.4.45", 9157 9080 "source": { 9158 9081 "type": "git", 9159 9082 "url": "https://github.com/symfony/yaml.git", 9160 - "reference": "bc780e16879000f77a1022163c052f5323b5e640" 9083 + "reference": "a454d47278cc16a5db371fe73ae66a78a633371e" 9161 9084 }, 9162 9085 "dist": { 9163 9086 "type": "zip", 9164 - "url": "https://api.github.com/repos/symfony/yaml/zipball/bc780e16879000f77a1022163c052f5323b5e640", 9165 - "reference": "bc780e16879000f77a1022163c052f5323b5e640", 9087 + "url": "https://api.github.com/repos/symfony/yaml/zipball/a454d47278cc16a5db371fe73ae66a78a633371e", 9088 + "reference": "a454d47278cc16a5db371fe73ae66a78a633371e", 9166 9089 "shasum": "" 9167 9090 }, 9168 9091 "require": { ··· 9208 9131 "description": "Loads and dumps YAML files", 9209 9132 "homepage": "https://symfony.com", 9210 9133 "support": { 9211 - "source": "https://github.com/symfony/yaml/tree/v5.4.39" 9134 + "source": "https://github.com/symfony/yaml/tree/v5.4.45" 9212 9135 }, 9213 9136 "funding": [ 9214 9137 { ··· 9224 9147 "type": "tidelift" 9225 9148 } 9226 9149 ], 9227 - "time": "2024-04-23T11:57:27+00:00" 9150 + "time": "2024-09-25T14:11:13+00:00" 9228 9151 }, 9229 9152 { 9230 9153 "name": "tijsverkoyen/css-to-inline-styles", ··· 9490 9413 "packages-dev": [], 9491 9414 "aliases": [], 9492 9415 "minimum-stability": "stable", 9493 - "stability-flags": [], 9416 + "stability-flags": {}, 9494 9417 "prefer-stable": false, 9495 9418 "prefer-lowest": false, 9496 - "platform": [], 9497 - "platform-dev": [], 9498 - "plugin-api-version": "2.3.0" 9419 + "platform": {}, 9420 + "platform-dev": {}, 9421 + "plugin-api-version": "2.6.0" 9499 9422 }
+1 -1
pkgs/by-name/fl/flarum/package.nix
··· 16 16 17 17 composerLock = ./composer.lock; 18 18 composerStrictValidation = false; 19 - vendorHash = "sha256-gQkjuatItw93JhI7FVfg5hYxkC1gsRQ3c2C2+MhI/Jg="; 19 + vendorHash = "sha256-m+x/4A/DcMv7mMfQjpH1vsVqXuMHhSHeX3sgI43uJLI="; 20 20 21 21 meta = with lib; { 22 22 changelog = "https://github.com/flarum/framework/blob/main/CHANGELOG.md";