dependabot-composer 0.360.0 → 0.361.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/helpers/v2/composer.lock +312 -193
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd793ee5208ba99f37056b8d6097778a564f25a1a5458e1e064c3ac959bf8d4d
4
- data.tar.gz: 9eed74d422ef7987da8d7d8594999f52c45fd9026f8c53b4113c73f5b2c66345
3
+ metadata.gz: 6cba293cc096fe0f6a8781d617f499a979ad4f1f4837f12c1f590306f99c8398
4
+ data.tar.gz: 8740ae06e6f359a754ef39b4b0c01f91aa04423f006ec07f96439adb14cb0243
5
5
  SHA512:
6
- metadata.gz: 9ee0b2d4a33aba369efa0138abe9cc67c00eba66b725e3ea0b936f7a8fdd00ca5884e0e419e8f5d5ff1b163ded5ebf098c54bb874d2d42fbcad5de89805c3cfb
7
- data.tar.gz: 22645a7903c437e5202a49292402cfd9238f68fbba874a3d321a28270a61fcdf135182ae93054b204475993998e720537b8beb1c011fb8262270c72df6d777eb
6
+ metadata.gz: 1bcb8f25f1ff78ee025123aa45a0626d2997726535f50ff4c3f6b42cf968d4d25b378eac3fabbd14b1c5a9d7e8e1e7543c92b08865f4e295ec397d4a578d764b
7
+ data.tar.gz: 2f72354df36de08c0fd5dca05a6d64d8733cc3b0aa31bad338085093120ba4b580977b4e6d14a60fb2e67bdfcceb9f948cec97ae54028050be3d59d0ca807341
@@ -419,16 +419,16 @@
419
419
  },
420
420
  {
421
421
  "name": "composer/semver",
422
- "version": "3.4.3",
422
+ "version": "3.4.4",
423
423
  "source": {
424
424
  "type": "git",
425
425
  "url": "https://github.com/composer/semver.git",
426
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
426
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
427
427
  },
428
428
  "dist": {
429
429
  "type": "zip",
430
- "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
431
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
430
+ "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
431
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
432
432
  "shasum": ""
433
433
  },
434
434
  "require": {
@@ -480,7 +480,7 @@
480
480
  "support": {
481
481
  "irc": "ircs://irc.libera.chat:6697/composer",
482
482
  "issues": "https://github.com/composer/semver/issues",
483
- "source": "https://github.com/composer/semver/tree/3.4.3"
483
+ "source": "https://github.com/composer/semver/tree/3.4.4"
484
484
  },
485
485
  "funding": [
486
486
  {
@@ -490,13 +490,9 @@
490
490
  {
491
491
  "url": "https://github.com/composer",
492
492
  "type": "github"
493
- },
494
- {
495
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
496
- "type": "tidelift"
497
493
  }
498
494
  ],
499
- "time": "2024-09-19T14:15:21+00:00"
495
+ "time": "2025-08-20T19:15:30+00:00"
500
496
  },
501
497
  {
502
498
  "name": "composer/spdx-licenses",
@@ -897,23 +893,23 @@
897
893
  },
898
894
  {
899
895
  "name": "react/promise",
900
- "version": "v3.2.0",
896
+ "version": "v3.3.0",
901
897
  "source": {
902
898
  "type": "git",
903
899
  "url": "https://github.com/reactphp/promise.git",
904
- "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
900
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
905
901
  },
906
902
  "dist": {
907
903
  "type": "zip",
908
- "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
909
- "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
904
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
905
+ "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
910
906
  "shasum": ""
911
907
  },
912
908
  "require": {
913
909
  "php": ">=7.1.0"
914
910
  },
915
911
  "require-dev": {
916
- "phpstan/phpstan": "1.10.39 || 1.4.10",
912
+ "phpstan/phpstan": "1.12.28 || 1.4.10",
917
913
  "phpunit/phpunit": "^9.6 || ^7.5"
918
914
  },
919
915
  "type": "library",
@@ -958,7 +954,7 @@
958
954
  ],
959
955
  "support": {
960
956
  "issues": "https://github.com/reactphp/promise/issues",
961
- "source": "https://github.com/reactphp/promise/tree/v3.2.0"
957
+ "source": "https://github.com/reactphp/promise/tree/v3.3.0"
962
958
  },
963
959
  "funding": [
964
960
  {
@@ -966,7 +962,7 @@
966
962
  "type": "open_collective"
967
963
  }
968
964
  ],
969
- "time": "2024-05-24T10:39:05+00:00"
965
+ "time": "2025-08-19T18:57:03+00:00"
970
966
  },
971
967
  {
972
968
  "name": "seld/jsonlint",
@@ -1143,16 +1139,16 @@
1143
1139
  },
1144
1140
  {
1145
1141
  "name": "symfony/console",
1146
- "version": "v7.3.2",
1142
+ "version": "v7.4.4",
1147
1143
  "source": {
1148
1144
  "type": "git",
1149
1145
  "url": "https://github.com/symfony/console.git",
1150
- "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1"
1146
+ "reference": "41e38717ac1dd7a46b6bda7d6a82af2d98a78894"
1151
1147
  },
1152
1148
  "dist": {
1153
1149
  "type": "zip",
1154
- "url": "https://api.github.com/repos/symfony/console/zipball/5f360ebc65c55265a74d23d7fe27f957870158a1",
1155
- "reference": "5f360ebc65c55265a74d23d7fe27f957870158a1",
1150
+ "url": "https://api.github.com/repos/symfony/console/zipball/41e38717ac1dd7a46b6bda7d6a82af2d98a78894",
1151
+ "reference": "41e38717ac1dd7a46b6bda7d6a82af2d98a78894",
1156
1152
  "shasum": ""
1157
1153
  },
1158
1154
  "require": {
@@ -1160,7 +1156,7 @@
1160
1156
  "symfony/deprecation-contracts": "^2.5|^3",
1161
1157
  "symfony/polyfill-mbstring": "~1.0",
1162
1158
  "symfony/service-contracts": "^2.5|^3",
1163
- "symfony/string": "^7.2"
1159
+ "symfony/string": "^7.2|^8.0"
1164
1160
  },
1165
1161
  "conflict": {
1166
1162
  "symfony/dependency-injection": "<6.4",
@@ -1174,16 +1170,16 @@
1174
1170
  },
1175
1171
  "require-dev": {
1176
1172
  "psr/log": "^1|^2|^3",
1177
- "symfony/config": "^6.4|^7.0",
1178
- "symfony/dependency-injection": "^6.4|^7.0",
1179
- "symfony/event-dispatcher": "^6.4|^7.0",
1180
- "symfony/http-foundation": "^6.4|^7.0",
1181
- "symfony/http-kernel": "^6.4|^7.0",
1182
- "symfony/lock": "^6.4|^7.0",
1183
- "symfony/messenger": "^6.4|^7.0",
1184
- "symfony/process": "^6.4|^7.0",
1185
- "symfony/stopwatch": "^6.4|^7.0",
1186
- "symfony/var-dumper": "^6.4|^7.0"
1173
+ "symfony/config": "^6.4|^7.0|^8.0",
1174
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
1175
+ "symfony/event-dispatcher": "^6.4|^7.0|^8.0",
1176
+ "symfony/http-foundation": "^6.4|^7.0|^8.0",
1177
+ "symfony/http-kernel": "^6.4|^7.0|^8.0",
1178
+ "symfony/lock": "^6.4|^7.0|^8.0",
1179
+ "symfony/messenger": "^6.4|^7.0|^8.0",
1180
+ "symfony/process": "^6.4|^7.0|^8.0",
1181
+ "symfony/stopwatch": "^6.4|^7.0|^8.0",
1182
+ "symfony/var-dumper": "^6.4|^7.0|^8.0"
1187
1183
  },
1188
1184
  "type": "library",
1189
1185
  "autoload": {
@@ -1217,7 +1213,7 @@
1217
1213
  "terminal"
1218
1214
  ],
1219
1215
  "support": {
1220
- "source": "https://github.com/symfony/console/tree/v7.3.2"
1216
+ "source": "https://github.com/symfony/console/tree/v7.4.4"
1221
1217
  },
1222
1218
  "funding": [
1223
1219
  {
@@ -1237,7 +1233,7 @@
1237
1233
  "type": "tidelift"
1238
1234
  }
1239
1235
  ],
1240
- "time": "2025-07-30T17:13:41+00:00"
1236
+ "time": "2026-01-13T11:36:38+00:00"
1241
1237
  },
1242
1238
  {
1243
1239
  "name": "symfony/deprecation-contracts",
@@ -1308,16 +1304,16 @@
1308
1304
  },
1309
1305
  {
1310
1306
  "name": "symfony/filesystem",
1311
- "version": "v7.3.2",
1307
+ "version": "v7.4.0",
1312
1308
  "source": {
1313
1309
  "type": "git",
1314
1310
  "url": "https://github.com/symfony/filesystem.git",
1315
- "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd"
1311
+ "reference": "d551b38811096d0be9c4691d406991b47c0c630a"
1316
1312
  },
1317
1313
  "dist": {
1318
1314
  "type": "zip",
1319
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/edcbb768a186b5c3f25d0643159a787d3e63b7fd",
1320
- "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd",
1315
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/d551b38811096d0be9c4691d406991b47c0c630a",
1316
+ "reference": "d551b38811096d0be9c4691d406991b47c0c630a",
1321
1317
  "shasum": ""
1322
1318
  },
1323
1319
  "require": {
@@ -1326,7 +1322,7 @@
1326
1322
  "symfony/polyfill-mbstring": "~1.8"
1327
1323
  },
1328
1324
  "require-dev": {
1329
- "symfony/process": "^6.4|^7.0"
1325
+ "symfony/process": "^6.4|^7.0|^8.0"
1330
1326
  },
1331
1327
  "type": "library",
1332
1328
  "autoload": {
@@ -1354,7 +1350,7 @@
1354
1350
  "description": "Provides basic utilities for the filesystem",
1355
1351
  "homepage": "https://symfony.com",
1356
1352
  "support": {
1357
- "source": "https://github.com/symfony/filesystem/tree/v7.3.2"
1353
+ "source": "https://github.com/symfony/filesystem/tree/v7.4.0"
1358
1354
  },
1359
1355
  "funding": [
1360
1356
  {
@@ -1374,27 +1370,27 @@
1374
1370
  "type": "tidelift"
1375
1371
  }
1376
1372
  ],
1377
- "time": "2025-07-07T08:17:47+00:00"
1373
+ "time": "2025-11-27T13:27:24+00:00"
1378
1374
  },
1379
1375
  {
1380
1376
  "name": "symfony/finder",
1381
- "version": "v7.3.2",
1377
+ "version": "v7.4.5",
1382
1378
  "source": {
1383
1379
  "type": "git",
1384
1380
  "url": "https://github.com/symfony/finder.git",
1385
- "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
1381
+ "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb"
1386
1382
  },
1387
1383
  "dist": {
1388
1384
  "type": "zip",
1389
- "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
1390
- "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
1385
+ "url": "https://api.github.com/repos/symfony/finder/zipball/ad4daa7c38668dcb031e63bc99ea9bd42196a2cb",
1386
+ "reference": "ad4daa7c38668dcb031e63bc99ea9bd42196a2cb",
1391
1387
  "shasum": ""
1392
1388
  },
1393
1389
  "require": {
1394
1390
  "php": ">=8.2"
1395
1391
  },
1396
1392
  "require-dev": {
1397
- "symfony/filesystem": "^6.4|^7.0"
1393
+ "symfony/filesystem": "^6.4|^7.0|^8.0"
1398
1394
  },
1399
1395
  "type": "library",
1400
1396
  "autoload": {
@@ -1422,7 +1418,7 @@
1422
1418
  "description": "Finds files and directories via an intuitive fluent interface",
1423
1419
  "homepage": "https://symfony.com",
1424
1420
  "support": {
1425
- "source": "https://github.com/symfony/finder/tree/v7.3.2"
1421
+ "source": "https://github.com/symfony/finder/tree/v7.4.5"
1426
1422
  },
1427
1423
  "funding": [
1428
1424
  {
@@ -1442,11 +1438,11 @@
1442
1438
  "type": "tidelift"
1443
1439
  }
1444
1440
  ],
1445
- "time": "2025-07-15T13:41:35+00:00"
1441
+ "time": "2026-01-26T15:07:59+00:00"
1446
1442
  },
1447
1443
  {
1448
1444
  "name": "symfony/polyfill-ctype",
1449
- "version": "v1.32.0",
1445
+ "version": "v1.33.0",
1450
1446
  "source": {
1451
1447
  "type": "git",
1452
1448
  "url": "https://github.com/symfony/polyfill-ctype.git",
@@ -1505,7 +1501,7 @@
1505
1501
  "portable"
1506
1502
  ],
1507
1503
  "support": {
1508
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
1504
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
1509
1505
  },
1510
1506
  "funding": [
1511
1507
  {
@@ -1516,6 +1512,10 @@
1516
1512
  "url": "https://github.com/fabpot",
1517
1513
  "type": "github"
1518
1514
  },
1515
+ {
1516
+ "url": "https://github.com/nicolas-grekas",
1517
+ "type": "github"
1518
+ },
1519
1519
  {
1520
1520
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1521
1521
  "type": "tidelift"
@@ -1525,16 +1525,16 @@
1525
1525
  },
1526
1526
  {
1527
1527
  "name": "symfony/polyfill-intl-grapheme",
1528
- "version": "v1.32.0",
1528
+ "version": "v1.33.0",
1529
1529
  "source": {
1530
1530
  "type": "git",
1531
1531
  "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1532
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
1532
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
1533
1533
  },
1534
1534
  "dist": {
1535
1535
  "type": "zip",
1536
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1537
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1536
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
1537
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
1538
1538
  "shasum": ""
1539
1539
  },
1540
1540
  "require": {
@@ -1583,7 +1583,7 @@
1583
1583
  "shim"
1584
1584
  ],
1585
1585
  "support": {
1586
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
1586
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
1587
1587
  },
1588
1588
  "funding": [
1589
1589
  {
@@ -1594,16 +1594,20 @@
1594
1594
  "url": "https://github.com/fabpot",
1595
1595
  "type": "github"
1596
1596
  },
1597
+ {
1598
+ "url": "https://github.com/nicolas-grekas",
1599
+ "type": "github"
1600
+ },
1597
1601
  {
1598
1602
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1599
1603
  "type": "tidelift"
1600
1604
  }
1601
1605
  ],
1602
- "time": "2024-09-09T11:45:10+00:00"
1606
+ "time": "2025-06-27T09:58:17+00:00"
1603
1607
  },
1604
1608
  {
1605
1609
  "name": "symfony/polyfill-intl-normalizer",
1606
- "version": "v1.32.0",
1610
+ "version": "v1.33.0",
1607
1611
  "source": {
1608
1612
  "type": "git",
1609
1613
  "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -1664,7 +1668,7 @@
1664
1668
  "shim"
1665
1669
  ],
1666
1670
  "support": {
1667
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
1671
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
1668
1672
  },
1669
1673
  "funding": [
1670
1674
  {
@@ -1675,6 +1679,10 @@
1675
1679
  "url": "https://github.com/fabpot",
1676
1680
  "type": "github"
1677
1681
  },
1682
+ {
1683
+ "url": "https://github.com/nicolas-grekas",
1684
+ "type": "github"
1685
+ },
1678
1686
  {
1679
1687
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1680
1688
  "type": "tidelift"
@@ -1684,7 +1692,7 @@
1684
1692
  },
1685
1693
  {
1686
1694
  "name": "symfony/polyfill-mbstring",
1687
- "version": "v1.32.0",
1695
+ "version": "v1.33.0",
1688
1696
  "source": {
1689
1697
  "type": "git",
1690
1698
  "url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -1745,7 +1753,7 @@
1745
1753
  "shim"
1746
1754
  ],
1747
1755
  "support": {
1748
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
1756
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
1749
1757
  },
1750
1758
  "funding": [
1751
1759
  {
@@ -1756,6 +1764,10 @@
1756
1764
  "url": "https://github.com/fabpot",
1757
1765
  "type": "github"
1758
1766
  },
1767
+ {
1768
+ "url": "https://github.com/nicolas-grekas",
1769
+ "type": "github"
1770
+ },
1759
1771
  {
1760
1772
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1761
1773
  "type": "tidelift"
@@ -1765,7 +1777,7 @@
1765
1777
  },
1766
1778
  {
1767
1779
  "name": "symfony/polyfill-php73",
1768
- "version": "v1.32.0",
1780
+ "version": "v1.33.0",
1769
1781
  "source": {
1770
1782
  "type": "git",
1771
1783
  "url": "https://github.com/symfony/polyfill-php73.git",
@@ -1821,7 +1833,7 @@
1821
1833
  "shim"
1822
1834
  ],
1823
1835
  "support": {
1824
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.32.0"
1836
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
1825
1837
  },
1826
1838
  "funding": [
1827
1839
  {
@@ -1832,6 +1844,10 @@
1832
1844
  "url": "https://github.com/fabpot",
1833
1845
  "type": "github"
1834
1846
  },
1847
+ {
1848
+ "url": "https://github.com/nicolas-grekas",
1849
+ "type": "github"
1850
+ },
1835
1851
  {
1836
1852
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1837
1853
  "type": "tidelift"
@@ -1841,7 +1857,7 @@
1841
1857
  },
1842
1858
  {
1843
1859
  "name": "symfony/polyfill-php80",
1844
- "version": "v1.32.0",
1860
+ "version": "v1.33.0",
1845
1861
  "source": {
1846
1862
  "type": "git",
1847
1863
  "url": "https://github.com/symfony/polyfill-php80.git",
@@ -1901,7 +1917,7 @@
1901
1917
  "shim"
1902
1918
  ],
1903
1919
  "support": {
1904
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
1920
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
1905
1921
  },
1906
1922
  "funding": [
1907
1923
  {
@@ -1912,6 +1928,10 @@
1912
1928
  "url": "https://github.com/fabpot",
1913
1929
  "type": "github"
1914
1930
  },
1931
+ {
1932
+ "url": "https://github.com/nicolas-grekas",
1933
+ "type": "github"
1934
+ },
1915
1935
  {
1916
1936
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1917
1937
  "type": "tidelift"
@@ -1921,7 +1941,7 @@
1921
1941
  },
1922
1942
  {
1923
1943
  "name": "symfony/polyfill-php81",
1924
- "version": "v1.32.0",
1944
+ "version": "v1.33.0",
1925
1945
  "source": {
1926
1946
  "type": "git",
1927
1947
  "url": "https://github.com/symfony/polyfill-php81.git",
@@ -1977,7 +1997,7 @@
1977
1997
  "shim"
1978
1998
  ],
1979
1999
  "support": {
1980
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0"
2000
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0"
1981
2001
  },
1982
2002
  "funding": [
1983
2003
  {
@@ -1988,6 +2008,10 @@
1988
2008
  "url": "https://github.com/fabpot",
1989
2009
  "type": "github"
1990
2010
  },
2011
+ {
2012
+ "url": "https://github.com/nicolas-grekas",
2013
+ "type": "github"
2014
+ },
1991
2015
  {
1992
2016
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1993
2017
  "type": "tidelift"
@@ -1997,16 +2021,16 @@
1997
2021
  },
1998
2022
  {
1999
2023
  "name": "symfony/process",
2000
- "version": "v7.3.0",
2024
+ "version": "v7.4.5",
2001
2025
  "source": {
2002
2026
  "type": "git",
2003
2027
  "url": "https://github.com/symfony/process.git",
2004
- "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af"
2028
+ "reference": "608476f4604102976d687c483ac63a79ba18cc97"
2005
2029
  },
2006
2030
  "dist": {
2007
2031
  "type": "zip",
2008
- "url": "https://api.github.com/repos/symfony/process/zipball/40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
2009
- "reference": "40c295f2deb408d5e9d2d32b8ba1dd61e36f05af",
2032
+ "url": "https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97",
2033
+ "reference": "608476f4604102976d687c483ac63a79ba18cc97",
2010
2034
  "shasum": ""
2011
2035
  },
2012
2036
  "require": {
@@ -2038,7 +2062,7 @@
2038
2062
  "description": "Executes commands in sub-processes",
2039
2063
  "homepage": "https://symfony.com",
2040
2064
  "support": {
2041
- "source": "https://github.com/symfony/process/tree/v7.3.0"
2065
+ "source": "https://github.com/symfony/process/tree/v7.4.5"
2042
2066
  },
2043
2067
  "funding": [
2044
2068
  {
@@ -2049,25 +2073,29 @@
2049
2073
  "url": "https://github.com/fabpot",
2050
2074
  "type": "github"
2051
2075
  },
2076
+ {
2077
+ "url": "https://github.com/nicolas-grekas",
2078
+ "type": "github"
2079
+ },
2052
2080
  {
2053
2081
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2054
2082
  "type": "tidelift"
2055
2083
  }
2056
2084
  ],
2057
- "time": "2025-04-17T09:11:12+00:00"
2085
+ "time": "2026-01-26T15:07:59+00:00"
2058
2086
  },
2059
2087
  {
2060
2088
  "name": "symfony/service-contracts",
2061
- "version": "v3.6.0",
2089
+ "version": "v3.6.1",
2062
2090
  "source": {
2063
2091
  "type": "git",
2064
2092
  "url": "https://github.com/symfony/service-contracts.git",
2065
- "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
2093
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
2066
2094
  },
2067
2095
  "dist": {
2068
2096
  "type": "zip",
2069
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
2070
- "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
2097
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
2098
+ "reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
2071
2099
  "shasum": ""
2072
2100
  },
2073
2101
  "require": {
@@ -2121,7 +2149,7 @@
2121
2149
  "standards"
2122
2150
  ],
2123
2151
  "support": {
2124
- "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
2152
+ "source": "https://github.com/symfony/service-contracts/tree/v3.6.1"
2125
2153
  },
2126
2154
  "funding": [
2127
2155
  {
@@ -2132,31 +2160,36 @@
2132
2160
  "url": "https://github.com/fabpot",
2133
2161
  "type": "github"
2134
2162
  },
2163
+ {
2164
+ "url": "https://github.com/nicolas-grekas",
2165
+ "type": "github"
2166
+ },
2135
2167
  {
2136
2168
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2137
2169
  "type": "tidelift"
2138
2170
  }
2139
2171
  ],
2140
- "time": "2025-04-25T09:37:31+00:00"
2172
+ "time": "2025-07-15T11:30:57+00:00"
2141
2173
  },
2142
2174
  {
2143
2175
  "name": "symfony/string",
2144
- "version": "v7.3.2",
2176
+ "version": "v7.4.4",
2145
2177
  "source": {
2146
2178
  "type": "git",
2147
2179
  "url": "https://github.com/symfony/string.git",
2148
- "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca"
2180
+ "reference": "1c4b10461bf2ec27537b5f36105337262f5f5d6f"
2149
2181
  },
2150
2182
  "dist": {
2151
2183
  "type": "zip",
2152
- "url": "https://api.github.com/repos/symfony/string/zipball/42f505aff654e62ac7ac2ce21033818297ca89ca",
2153
- "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca",
2184
+ "url": "https://api.github.com/repos/symfony/string/zipball/1c4b10461bf2ec27537b5f36105337262f5f5d6f",
2185
+ "reference": "1c4b10461bf2ec27537b5f36105337262f5f5d6f",
2154
2186
  "shasum": ""
2155
2187
  },
2156
2188
  "require": {
2157
2189
  "php": ">=8.2",
2190
+ "symfony/deprecation-contracts": "^2.5|^3.0",
2158
2191
  "symfony/polyfill-ctype": "~1.8",
2159
- "symfony/polyfill-intl-grapheme": "~1.0",
2192
+ "symfony/polyfill-intl-grapheme": "~1.33",
2160
2193
  "symfony/polyfill-intl-normalizer": "~1.0",
2161
2194
  "symfony/polyfill-mbstring": "~1.0"
2162
2195
  },
@@ -2164,12 +2197,11 @@
2164
2197
  "symfony/translation-contracts": "<2.5"
2165
2198
  },
2166
2199
  "require-dev": {
2167
- "symfony/emoji": "^7.1",
2168
- "symfony/error-handler": "^6.4|^7.0",
2169
- "symfony/http-client": "^6.4|^7.0",
2170
- "symfony/intl": "^6.4|^7.0",
2200
+ "symfony/emoji": "^7.1|^8.0",
2201
+ "symfony/http-client": "^6.4|^7.0|^8.0",
2202
+ "symfony/intl": "^6.4|^7.0|^8.0",
2171
2203
  "symfony/translation-contracts": "^2.5|^3.0",
2172
- "symfony/var-exporter": "^6.4|^7.0"
2204
+ "symfony/var-exporter": "^6.4|^7.0|^8.0"
2173
2205
  },
2174
2206
  "type": "library",
2175
2207
  "autoload": {
@@ -2208,7 +2240,7 @@
2208
2240
  "utf8"
2209
2241
  ],
2210
2242
  "support": {
2211
- "source": "https://github.com/symfony/string/tree/v7.3.2"
2243
+ "source": "https://github.com/symfony/string/tree/v7.4.4"
2212
2244
  },
2213
2245
  "funding": [
2214
2246
  {
@@ -2228,7 +2260,7 @@
2228
2260
  "type": "tidelift"
2229
2261
  }
2230
2262
  ],
2231
- "time": "2025-07-10T08:47:49+00:00"
2263
+ "time": "2026-01-12T10:54:30+00:00"
2232
2264
  }
2233
2265
  ],
2234
2266
  "packages-dev": [
@@ -2345,16 +2377,16 @@
2345
2377
  },
2346
2378
  {
2347
2379
  "name": "fidry/cpu-core-counter",
2348
- "version": "1.2.0",
2380
+ "version": "1.3.0",
2349
2381
  "source": {
2350
2382
  "type": "git",
2351
2383
  "url": "https://github.com/theofidry/cpu-core-counter.git",
2352
- "reference": "8520451a140d3f46ac33042715115e290cf5785f"
2384
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678"
2353
2385
  },
2354
2386
  "dist": {
2355
2387
  "type": "zip",
2356
- "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
2357
- "reference": "8520451a140d3f46ac33042715115e290cf5785f",
2388
+ "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678",
2389
+ "reference": "db9508f7b1474469d9d3c53b86f817e344732678",
2358
2390
  "shasum": ""
2359
2391
  },
2360
2392
  "require": {
@@ -2364,10 +2396,10 @@
2364
2396
  "fidry/makefile": "^0.2.0",
2365
2397
  "fidry/php-cs-fixer-config": "^1.1.2",
2366
2398
  "phpstan/extension-installer": "^1.2.0",
2367
- "phpstan/phpstan": "^1.9.2",
2368
- "phpstan/phpstan-deprecation-rules": "^1.0.0",
2369
- "phpstan/phpstan-phpunit": "^1.2.2",
2370
- "phpstan/phpstan-strict-rules": "^1.4.4",
2399
+ "phpstan/phpstan": "^2.0",
2400
+ "phpstan/phpstan-deprecation-rules": "^2.0.0",
2401
+ "phpstan/phpstan-phpunit": "^2.0",
2402
+ "phpstan/phpstan-strict-rules": "^2.0",
2371
2403
  "phpunit/phpunit": "^8.5.31 || ^9.5.26",
2372
2404
  "webmozarts/strict-phpunit": "^7.5"
2373
2405
  },
@@ -2394,7 +2426,7 @@
2394
2426
  ],
2395
2427
  "support": {
2396
2428
  "issues": "https://github.com/theofidry/cpu-core-counter/issues",
2397
- "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
2429
+ "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"
2398
2430
  },
2399
2431
  "funding": [
2400
2432
  {
@@ -2402,63 +2434,62 @@
2402
2434
  "type": "github"
2403
2435
  }
2404
2436
  ],
2405
- "time": "2024-08-06T10:04:20+00:00"
2437
+ "time": "2025-08-14T07:29:31+00:00"
2406
2438
  },
2407
2439
  {
2408
2440
  "name": "friendsofphp/php-cs-fixer",
2409
- "version": "v3.84.0",
2441
+ "version": "v3.94.0",
2410
2442
  "source": {
2411
2443
  "type": "git",
2412
2444
  "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
2413
- "reference": "38dad0767bf2a9b516b976852200ae722fe984ca"
2445
+ "reference": "883b20fb38c7866de9844ab6d0a205c423bde2d4"
2414
2446
  },
2415
2447
  "dist": {
2416
2448
  "type": "zip",
2417
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/38dad0767bf2a9b516b976852200ae722fe984ca",
2418
- "reference": "38dad0767bf2a9b516b976852200ae722fe984ca",
2449
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/883b20fb38c7866de9844ab6d0a205c423bde2d4",
2450
+ "reference": "883b20fb38c7866de9844ab6d0a205c423bde2d4",
2419
2451
  "shasum": ""
2420
2452
  },
2421
2453
  "require": {
2422
- "clue/ndjson-react": "^1.0",
2454
+ "clue/ndjson-react": "^1.3",
2423
2455
  "composer/semver": "^3.4",
2424
2456
  "composer/xdebug-handler": "^3.0.5",
2425
2457
  "ext-filter": "*",
2426
2458
  "ext-hash": "*",
2427
2459
  "ext-json": "*",
2428
2460
  "ext-tokenizer": "*",
2429
- "fidry/cpu-core-counter": "^1.2",
2461
+ "fidry/cpu-core-counter": "^1.3",
2430
2462
  "php": "^7.4 || ^8.0",
2431
2463
  "react/child-process": "^0.6.6",
2432
- "react/event-loop": "^1.0",
2433
- "react/promise": "^2.11 || ^3.0",
2434
- "react/socket": "^1.0",
2435
- "react/stream": "^1.0",
2436
- "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
2437
- "symfony/console": "^5.4.45 || ^6.4.13 || ^7.0",
2438
- "symfony/event-dispatcher": "^5.4.45 || ^6.4.13 || ^7.0",
2439
- "symfony/filesystem": "^5.4.45 || ^6.4.13 || ^7.0",
2440
- "symfony/finder": "^5.4.45 || ^6.4.17 || ^7.0",
2441
- "symfony/options-resolver": "^5.4.45 || ^6.4.16 || ^7.0",
2442
- "symfony/polyfill-mbstring": "^1.32",
2443
- "symfony/polyfill-php80": "^1.32",
2444
- "symfony/polyfill-php81": "^1.32",
2445
- "symfony/process": "^5.4.47 || ^6.4.20 || ^7.2",
2446
- "symfony/stopwatch": "^5.4.45 || ^6.4.19 || ^7.0"
2464
+ "react/event-loop": "^1.5",
2465
+ "react/socket": "^1.16",
2466
+ "react/stream": "^1.4",
2467
+ "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0",
2468
+ "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0",
2469
+ "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
2470
+ "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
2471
+ "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
2472
+ "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
2473
+ "symfony/polyfill-mbstring": "^1.33",
2474
+ "symfony/polyfill-php80": "^1.33",
2475
+ "symfony/polyfill-php81": "^1.33",
2476
+ "symfony/polyfill-php84": "^1.33",
2477
+ "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0",
2478
+ "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0"
2447
2479
  },
2448
2480
  "require-dev": {
2449
- "facile-it/paraunit": "^1.3.1 || ^2.6",
2450
- "infection/infection": "^0.29.14",
2451
- "justinrainbow/json-schema": "^5.3 || ^6.4",
2452
- "keradus/cli-executor": "^2.2",
2481
+ "facile-it/paraunit": "^1.3.1 || ^2.7.1",
2482
+ "infection/infection": "^0.32.3",
2483
+ "justinrainbow/json-schema": "^6.6.4",
2484
+ "keradus/cli-executor": "^2.3",
2453
2485
  "mikey179/vfsstream": "^1.6.12",
2454
- "php-coveralls/php-coveralls": "^2.8",
2455
- "php-cs-fixer/accessible-object": "^1.1",
2456
- "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
2457
- "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
2458
- "phpunit/phpunit": "^9.6.23 || ^10.5.47 || ^11.5.25",
2459
- "symfony/polyfill-php84": "^1.32",
2460
- "symfony/var-dumper": "^5.4.48 || ^6.4.23 || ^7.3.1",
2461
- "symfony/yaml": "^5.4.45 || ^6.4.23 || ^7.3.1"
2486
+ "php-coveralls/php-coveralls": "^2.9.1",
2487
+ "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.7",
2488
+ "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.7",
2489
+ "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.51",
2490
+ "symfony/polyfill-php85": "^1.33",
2491
+ "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.4",
2492
+ "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.1"
2462
2493
  },
2463
2494
  "suggest": {
2464
2495
  "ext-dom": "For handling output formats in XML",
@@ -2473,7 +2504,7 @@
2473
2504
  "PhpCsFixer\\": "src/"
2474
2505
  },
2475
2506
  "exclude-from-classmap": [
2476
- "src/Fixer/Internal/*"
2507
+ "src/**/Internal/"
2477
2508
  ]
2478
2509
  },
2479
2510
  "notification-url": "https://packagist.org/downloads/",
@@ -2499,7 +2530,7 @@
2499
2530
  ],
2500
2531
  "support": {
2501
2532
  "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
2502
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.84.0"
2533
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.0"
2503
2534
  },
2504
2535
  "funding": [
2505
2536
  {
@@ -2507,20 +2538,15 @@
2507
2538
  "type": "github"
2508
2539
  }
2509
2540
  ],
2510
- "time": "2025-07-15T18:21:57+00:00"
2541
+ "time": "2026-02-11T16:44:33+00:00"
2511
2542
  },
2512
2543
  {
2513
2544
  "name": "phpstan/phpstan",
2514
- "version": "2.1.18",
2515
- "source": {
2516
- "type": "git",
2517
- "url": "https://github.com/phpstan/phpstan.git",
2518
- "reference": "ee1f390b7a70cdf74a2b737e554f68afea885db7"
2519
- },
2545
+ "version": "2.1.39",
2520
2546
  "dist": {
2521
2547
  "type": "zip",
2522
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ee1f390b7a70cdf74a2b737e554f68afea885db7",
2523
- "reference": "ee1f390b7a70cdf74a2b737e554f68afea885db7",
2548
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
2549
+ "reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224",
2524
2550
  "shasum": ""
2525
2551
  },
2526
2552
  "require": {
@@ -2565,7 +2591,7 @@
2565
2591
  "type": "github"
2566
2592
  }
2567
2593
  ],
2568
- "time": "2025-07-17T17:22:31+00:00"
2594
+ "time": "2026-02-11T14:48:56+00:00"
2569
2595
  },
2570
2596
  {
2571
2597
  "name": "psr/event-dispatcher",
@@ -2691,16 +2717,16 @@
2691
2717
  },
2692
2718
  {
2693
2719
  "name": "react/child-process",
2694
- "version": "v0.6.6",
2720
+ "version": "v0.6.7",
2695
2721
  "source": {
2696
2722
  "type": "git",
2697
2723
  "url": "https://github.com/reactphp/child-process.git",
2698
- "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159"
2724
+ "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3"
2699
2725
  },
2700
2726
  "dist": {
2701
2727
  "type": "zip",
2702
- "url": "https://api.github.com/repos/reactphp/child-process/zipball/1721e2b93d89b745664353b9cfc8f155ba8a6159",
2703
- "reference": "1721e2b93d89b745664353b9cfc8f155ba8a6159",
2728
+ "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3",
2729
+ "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3",
2704
2730
  "shasum": ""
2705
2731
  },
2706
2732
  "require": {
@@ -2754,7 +2780,7 @@
2754
2780
  ],
2755
2781
  "support": {
2756
2782
  "issues": "https://github.com/reactphp/child-process/issues",
2757
- "source": "https://github.com/reactphp/child-process/tree/v0.6.6"
2783
+ "source": "https://github.com/reactphp/child-process/tree/v0.6.7"
2758
2784
  },
2759
2785
  "funding": [
2760
2786
  {
@@ -2762,20 +2788,20 @@
2762
2788
  "type": "open_collective"
2763
2789
  }
2764
2790
  ],
2765
- "time": "2025-01-01T16:37:48+00:00"
2791
+ "time": "2025-12-23T15:25:20+00:00"
2766
2792
  },
2767
2793
  {
2768
2794
  "name": "react/dns",
2769
- "version": "v1.13.0",
2795
+ "version": "v1.14.0",
2770
2796
  "source": {
2771
2797
  "type": "git",
2772
2798
  "url": "https://github.com/reactphp/dns.git",
2773
- "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
2799
+ "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3"
2774
2800
  },
2775
2801
  "dist": {
2776
2802
  "type": "zip",
2777
- "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2778
- "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
2803
+ "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3",
2804
+ "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3",
2779
2805
  "shasum": ""
2780
2806
  },
2781
2807
  "require": {
@@ -2830,7 +2856,7 @@
2830
2856
  ],
2831
2857
  "support": {
2832
2858
  "issues": "https://github.com/reactphp/dns/issues",
2833
- "source": "https://github.com/reactphp/dns/tree/v1.13.0"
2859
+ "source": "https://github.com/reactphp/dns/tree/v1.14.0"
2834
2860
  },
2835
2861
  "funding": [
2836
2862
  {
@@ -2838,20 +2864,20 @@
2838
2864
  "type": "open_collective"
2839
2865
  }
2840
2866
  ],
2841
- "time": "2024-06-13T14:18:03+00:00"
2867
+ "time": "2025-11-18T19:34:28+00:00"
2842
2868
  },
2843
2869
  {
2844
2870
  "name": "react/event-loop",
2845
- "version": "v1.5.0",
2871
+ "version": "v1.6.0",
2846
2872
  "source": {
2847
2873
  "type": "git",
2848
2874
  "url": "https://github.com/reactphp/event-loop.git",
2849
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
2875
+ "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a"
2850
2876
  },
2851
2877
  "dist": {
2852
2878
  "type": "zip",
2853
- "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2854
- "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
2879
+ "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
2880
+ "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
2855
2881
  "shasum": ""
2856
2882
  },
2857
2883
  "require": {
@@ -2902,7 +2928,7 @@
2902
2928
  ],
2903
2929
  "support": {
2904
2930
  "issues": "https://github.com/reactphp/event-loop/issues",
2905
- "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
2931
+ "source": "https://github.com/reactphp/event-loop/tree/v1.6.0"
2906
2932
  },
2907
2933
  "funding": [
2908
2934
  {
@@ -2910,20 +2936,20 @@
2910
2936
  "type": "open_collective"
2911
2937
  }
2912
2938
  ],
2913
- "time": "2023-11-13T13:48:05+00:00"
2939
+ "time": "2025-11-17T20:46:25+00:00"
2914
2940
  },
2915
2941
  {
2916
2942
  "name": "react/socket",
2917
- "version": "v1.16.0",
2943
+ "version": "v1.17.0",
2918
2944
  "source": {
2919
2945
  "type": "git",
2920
2946
  "url": "https://github.com/reactphp/socket.git",
2921
- "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
2947
+ "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08"
2922
2948
  },
2923
2949
  "dist": {
2924
2950
  "type": "zip",
2925
- "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2926
- "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2951
+ "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08",
2952
+ "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08",
2927
2953
  "shasum": ""
2928
2954
  },
2929
2955
  "require": {
@@ -2982,7 +3008,7 @@
2982
3008
  ],
2983
3009
  "support": {
2984
3010
  "issues": "https://github.com/reactphp/socket/issues",
2985
- "source": "https://github.com/reactphp/socket/tree/v1.16.0"
3011
+ "source": "https://github.com/reactphp/socket/tree/v1.17.0"
2986
3012
  },
2987
3013
  "funding": [
2988
3014
  {
@@ -2990,7 +3016,7 @@
2990
3016
  "type": "open_collective"
2991
3017
  }
2992
3018
  ],
2993
- "time": "2024-07-26T10:38:09+00:00"
3019
+ "time": "2025-11-19T20:47:34+00:00"
2994
3020
  },
2995
3021
  {
2996
3022
  "name": "react/stream",
@@ -3139,16 +3165,16 @@
3139
3165
  },
3140
3166
  {
3141
3167
  "name": "symfony/event-dispatcher",
3142
- "version": "v7.3.0",
3168
+ "version": "v7.4.4",
3143
3169
  "source": {
3144
3170
  "type": "git",
3145
3171
  "url": "https://github.com/symfony/event-dispatcher.git",
3146
- "reference": "497f73ac996a598c92409b44ac43b6690c4f666d"
3172
+ "reference": "dc2c0eba1af673e736bb851d747d266108aea746"
3147
3173
  },
3148
3174
  "dist": {
3149
3175
  "type": "zip",
3150
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/497f73ac996a598c92409b44ac43b6690c4f666d",
3151
- "reference": "497f73ac996a598c92409b44ac43b6690c4f666d",
3176
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dc2c0eba1af673e736bb851d747d266108aea746",
3177
+ "reference": "dc2c0eba1af673e736bb851d747d266108aea746",
3152
3178
  "shasum": ""
3153
3179
  },
3154
3180
  "require": {
@@ -3165,13 +3191,14 @@
3165
3191
  },
3166
3192
  "require-dev": {
3167
3193
  "psr/log": "^1|^2|^3",
3168
- "symfony/config": "^6.4|^7.0",
3169
- "symfony/dependency-injection": "^6.4|^7.0",
3170
- "symfony/error-handler": "^6.4|^7.0",
3171
- "symfony/expression-language": "^6.4|^7.0",
3172
- "symfony/http-foundation": "^6.4|^7.0",
3194
+ "symfony/config": "^6.4|^7.0|^8.0",
3195
+ "symfony/dependency-injection": "^6.4|^7.0|^8.0",
3196
+ "symfony/error-handler": "^6.4|^7.0|^8.0",
3197
+ "symfony/expression-language": "^6.4|^7.0|^8.0",
3198
+ "symfony/framework-bundle": "^6.4|^7.0|^8.0",
3199
+ "symfony/http-foundation": "^6.4|^7.0|^8.0",
3173
3200
  "symfony/service-contracts": "^2.5|^3",
3174
- "symfony/stopwatch": "^6.4|^7.0"
3201
+ "symfony/stopwatch": "^6.4|^7.0|^8.0"
3175
3202
  },
3176
3203
  "type": "library",
3177
3204
  "autoload": {
@@ -3199,7 +3226,7 @@
3199
3226
  "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3200
3227
  "homepage": "https://symfony.com",
3201
3228
  "support": {
3202
- "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.0"
3229
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.4.4"
3203
3230
  },
3204
3231
  "funding": [
3205
3232
  {
@@ -3210,12 +3237,16 @@
3210
3237
  "url": "https://github.com/fabpot",
3211
3238
  "type": "github"
3212
3239
  },
3240
+ {
3241
+ "url": "https://github.com/nicolas-grekas",
3242
+ "type": "github"
3243
+ },
3213
3244
  {
3214
3245
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3215
3246
  "type": "tidelift"
3216
3247
  }
3217
3248
  ],
3218
- "time": "2025-04-22T09:11:45+00:00"
3249
+ "time": "2026-01-05T11:45:34+00:00"
3219
3250
  },
3220
3251
  {
3221
3252
  "name": "symfony/event-dispatcher-contracts",
@@ -3295,16 +3326,16 @@
3295
3326
  },
3296
3327
  {
3297
3328
  "name": "symfony/options-resolver",
3298
- "version": "v7.3.0",
3329
+ "version": "v7.4.0",
3299
3330
  "source": {
3300
3331
  "type": "git",
3301
3332
  "url": "https://github.com/symfony/options-resolver.git",
3302
- "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca"
3333
+ "reference": "b38026df55197f9e39a44f3215788edf83187b80"
3303
3334
  },
3304
3335
  "dist": {
3305
3336
  "type": "zip",
3306
- "url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca",
3307
- "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca",
3337
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b38026df55197f9e39a44f3215788edf83187b80",
3338
+ "reference": "b38026df55197f9e39a44f3215788edf83187b80",
3308
3339
  "shasum": ""
3309
3340
  },
3310
3341
  "require": {
@@ -3342,7 +3373,87 @@
3342
3373
  "options"
3343
3374
  ],
3344
3375
  "support": {
3345
- "source": "https://github.com/symfony/options-resolver/tree/v7.3.0"
3376
+ "source": "https://github.com/symfony/options-resolver/tree/v7.4.0"
3377
+ },
3378
+ "funding": [
3379
+ {
3380
+ "url": "https://symfony.com/sponsor",
3381
+ "type": "custom"
3382
+ },
3383
+ {
3384
+ "url": "https://github.com/fabpot",
3385
+ "type": "github"
3386
+ },
3387
+ {
3388
+ "url": "https://github.com/nicolas-grekas",
3389
+ "type": "github"
3390
+ },
3391
+ {
3392
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3393
+ "type": "tidelift"
3394
+ }
3395
+ ],
3396
+ "time": "2025-11-12T15:39:26+00:00"
3397
+ },
3398
+ {
3399
+ "name": "symfony/polyfill-php84",
3400
+ "version": "v1.33.0",
3401
+ "source": {
3402
+ "type": "git",
3403
+ "url": "https://github.com/symfony/polyfill-php84.git",
3404
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
3405
+ },
3406
+ "dist": {
3407
+ "type": "zip",
3408
+ "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
3409
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
3410
+ "shasum": ""
3411
+ },
3412
+ "require": {
3413
+ "php": ">=7.2"
3414
+ },
3415
+ "type": "library",
3416
+ "extra": {
3417
+ "thanks": {
3418
+ "url": "https://github.com/symfony/polyfill",
3419
+ "name": "symfony/polyfill"
3420
+ }
3421
+ },
3422
+ "autoload": {
3423
+ "files": [
3424
+ "bootstrap.php"
3425
+ ],
3426
+ "psr-4": {
3427
+ "Symfony\\Polyfill\\Php84\\": ""
3428
+ },
3429
+ "classmap": [
3430
+ "Resources/stubs"
3431
+ ]
3432
+ },
3433
+ "notification-url": "https://packagist.org/downloads/",
3434
+ "license": [
3435
+ "MIT"
3436
+ ],
3437
+ "authors": [
3438
+ {
3439
+ "name": "Nicolas Grekas",
3440
+ "email": "p@tchwork.com"
3441
+ },
3442
+ {
3443
+ "name": "Symfony Community",
3444
+ "homepage": "https://symfony.com/contributors"
3445
+ }
3446
+ ],
3447
+ "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
3448
+ "homepage": "https://symfony.com",
3449
+ "keywords": [
3450
+ "compatibility",
3451
+ "polyfill",
3452
+ "portable",
3453
+ "shim"
3454
+ ],
3455
+ "support": {
3456
+ "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
3346
3457
  },
3347
3458
  "funding": [
3348
3459
  {
@@ -3353,25 +3464,29 @@
3353
3464
  "url": "https://github.com/fabpot",
3354
3465
  "type": "github"
3355
3466
  },
3467
+ {
3468
+ "url": "https://github.com/nicolas-grekas",
3469
+ "type": "github"
3470
+ },
3356
3471
  {
3357
3472
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3358
3473
  "type": "tidelift"
3359
3474
  }
3360
3475
  ],
3361
- "time": "2025-04-04T13:12:05+00:00"
3476
+ "time": "2025-06-24T13:30:11+00:00"
3362
3477
  },
3363
3478
  {
3364
3479
  "name": "symfony/stopwatch",
3365
- "version": "v7.3.0",
3480
+ "version": "v7.4.0",
3366
3481
  "source": {
3367
3482
  "type": "git",
3368
3483
  "url": "https://github.com/symfony/stopwatch.git",
3369
- "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
3484
+ "reference": "8a24af0a2e8a872fb745047180649b8418303084"
3370
3485
  },
3371
3486
  "dist": {
3372
3487
  "type": "zip",
3373
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
3374
- "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
3488
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8a24af0a2e8a872fb745047180649b8418303084",
3489
+ "reference": "8a24af0a2e8a872fb745047180649b8418303084",
3375
3490
  "shasum": ""
3376
3491
  },
3377
3492
  "require": {
@@ -3404,7 +3519,7 @@
3404
3519
  "description": "Provides a way to profile code",
3405
3520
  "homepage": "https://symfony.com",
3406
3521
  "support": {
3407
- "source": "https://github.com/symfony/stopwatch/tree/v7.3.0"
3522
+ "source": "https://github.com/symfony/stopwatch/tree/v7.4.0"
3408
3523
  },
3409
3524
  "funding": [
3410
3525
  {
@@ -3415,12 +3530,16 @@
3415
3530
  "url": "https://github.com/fabpot",
3416
3531
  "type": "github"
3417
3532
  },
3533
+ {
3534
+ "url": "https://github.com/nicolas-grekas",
3535
+ "type": "github"
3536
+ },
3418
3537
  {
3419
3538
  "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3420
3539
  "type": "tidelift"
3421
3540
  }
3422
3541
  ],
3423
- "time": "2025-02-24T10:49:57+00:00"
3542
+ "time": "2025-08-04T07:05:15+00:00"
3424
3543
  }
3425
3544
  ],
3426
3545
  "aliases": [],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.360.0
4
+ version: 0.361.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.360.0
18
+ version: 0.361.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.360.0
25
+ version: 0.361.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: debug
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -276,7 +276,7 @@ licenses:
276
276
  - MIT
277
277
  metadata:
278
278
  bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
279
- changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.360.0
279
+ changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.361.0
280
280
  rdoc_options: []
281
281
  require_paths:
282
282
  - lib