Revision 5e15b80d
Added by Christian McDonald over 2 years ago
composer.lock | ||
---|---|---|
54 | 54 |
}, |
55 | 55 |
{ |
56 | 56 |
"name": "nette/utils", |
57 |
"version": "v3.2.8",
|
|
57 |
"version": "v3.2.9",
|
|
58 | 58 |
"source": { |
59 | 59 |
"type": "git", |
60 | 60 |
"url": "https://github.com/nette/utils.git", |
61 |
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
|
61 |
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c"
|
|
62 | 62 |
}, |
63 | 63 |
"dist": { |
64 | 64 |
"type": "zip", |
65 |
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
66 |
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
65 |
"url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
|
|
66 |
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c",
|
|
67 | 67 |
"shasum": "" |
68 | 68 |
}, |
69 | 69 |
"require": { |
... | ... | |
73 | 73 |
"nette/di": "<3.0.6" |
74 | 74 |
}, |
75 | 75 |
"require-dev": { |
76 |
"jetbrains/phpstorm-attributes": "dev-master", |
|
76 | 77 |
"nette/tester": "~2.0", |
77 | 78 |
"phpstan/phpstan": "^1.0", |
78 | 79 |
"tracy/tracy": "^2.3" |
... | ... | |
133 | 134 |
], |
134 | 135 |
"support": { |
135 | 136 |
"issues": "https://github.com/nette/utils/issues", |
136 |
"source": "https://github.com/nette/utils/tree/v3.2.8"
|
|
137 |
"source": "https://github.com/nette/utils/tree/v3.2.9"
|
|
137 | 138 |
}, |
138 |
"time": "2022-09-12T23:36:20+00:00"
|
|
139 |
"time": "2023-01-18T03:26:20+00:00"
|
|
139 | 140 |
}, |
140 | 141 |
{ |
141 | 142 |
"name": "psr/cache", |
... | ... | |
291 | 292 |
}, |
292 | 293 |
{ |
293 | 294 |
"name": "simplepie/simplepie", |
294 |
"version": "1.7.0",
|
|
295 |
"version": "1.8.0",
|
|
295 | 296 |
"source": { |
296 | 297 |
"type": "git", |
297 | 298 |
"url": "https://github.com/simplepie/simplepie.git", |
298 |
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1"
|
|
299 |
"reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
|
|
299 | 300 |
}, |
300 | 301 |
"dist": { |
301 | 302 |
"type": "zip", |
302 |
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
|
303 |
"reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1",
|
|
303 |
"url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
|
|
304 |
"reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
|
|
304 | 305 |
"shasum": "" |
305 | 306 |
}, |
306 | 307 |
"require": { |
307 | 308 |
"ext-pcre": "*", |
308 | 309 |
"ext-xml": "*", |
309 | 310 |
"ext-xmlreader": "*", |
310 |
"php": ">=5.6.0"
|
|
311 |
"php": ">=7.2.0"
|
|
311 | 312 |
}, |
312 | 313 |
"require-dev": { |
313 | 314 |
"friendsofphp/php-cs-fixer": "^2.19 || ^3.8", |
315 |
"psr/simple-cache": "^1 || ^2 || ^3", |
|
314 | 316 |
"yoast/phpunit-polyfills": "^1.0.1" |
315 | 317 |
}, |
316 | 318 |
"suggest": { |
... | ... | |
360 | 362 |
], |
361 | 363 |
"support": { |
362 | 364 |
"issues": "https://github.com/simplepie/simplepie/issues", |
363 |
"source": "https://github.com/simplepie/simplepie/tree/1.7.0"
|
|
365 |
"source": "https://github.com/simplepie/simplepie/tree/1.8.0"
|
|
364 | 366 |
}, |
365 |
"time": "2022-09-30T06:49:48+00:00"
|
|
367 |
"time": "2023-01-20T08:37:35+00:00"
|
|
366 | 368 |
}, |
367 | 369 |
{ |
368 | 370 |
"name": "symfony/cache", |
369 |
"version": "v5.4.15",
|
|
371 |
"version": "v5.4.19",
|
|
370 | 372 |
"source": { |
371 | 373 |
"type": "git", |
372 | 374 |
"url": "https://github.com/symfony/cache.git", |
373 |
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98"
|
|
375 |
"reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5"
|
|
374 | 376 |
}, |
375 | 377 |
"dist": { |
376 | 378 |
"type": "zip", |
377 |
"url": "https://api.github.com/repos/symfony/cache/zipball/60e87188abbacd29ccde44d69c5392a33e888e98",
|
|
378 |
"reference": "60e87188abbacd29ccde44d69c5392a33e888e98",
|
|
379 |
"url": "https://api.github.com/repos/symfony/cache/zipball/e9147c89fdfdc5d5ef798bb7193f23726ad609f5",
|
|
380 |
"reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5",
|
|
379 | 381 |
"shasum": "" |
380 | 382 |
}, |
381 | 383 |
"require": { |
... | ... | |
443 | 445 |
"psr6" |
444 | 446 |
], |
445 | 447 |
"support": { |
446 |
"source": "https://github.com/symfony/cache/tree/v5.4.15"
|
|
448 |
"source": "https://github.com/symfony/cache/tree/v5.4.19"
|
|
447 | 449 |
}, |
448 | 450 |
"funding": [ |
449 | 451 |
{ |
... | ... | |
459 | 461 |
"type": "tidelift" |
460 | 462 |
} |
461 | 463 |
], |
462 |
"time": "2022-10-27T07:55:40+00:00"
|
|
464 |
"time": "2023-01-19T09:49:58+00:00"
|
|
463 | 465 |
}, |
464 | 466 |
{ |
465 | 467 |
"name": "symfony/cache-contracts", |
... | ... | |
771 | 773 |
}, |
772 | 774 |
{ |
773 | 775 |
"name": "symfony/service-contracts", |
774 |
"version": "v3.1.1",
|
|
776 |
"version": "v3.2.0",
|
|
775 | 777 |
"source": { |
776 | 778 |
"type": "git", |
777 | 779 |
"url": "https://github.com/symfony/service-contracts.git", |
778 |
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
|
|
780 |
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75"
|
|
779 | 781 |
}, |
780 | 782 |
"dist": { |
781 | 783 |
"type": "zip", |
782 |
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
|
783 |
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
|
|
784 |
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75",
|
|
785 |
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75",
|
|
784 | 786 |
"shasum": "" |
785 | 787 |
}, |
786 | 788 |
"require": { |
... | ... | |
796 | 798 |
"type": "library", |
797 | 799 |
"extra": { |
798 | 800 |
"branch-alias": { |
799 |
"dev-main": "3.1-dev"
|
|
801 |
"dev-main": "3.3-dev"
|
|
800 | 802 |
}, |
801 | 803 |
"thanks": { |
802 | 804 |
"name": "symfony/contracts", |
... | ... | |
836 | 838 |
"standards" |
837 | 839 |
], |
838 | 840 |
"support": { |
839 |
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
|
|
841 |
"source": "https://github.com/symfony/service-contracts/tree/v3.2.0"
|
|
840 | 842 |
}, |
841 | 843 |
"funding": [ |
842 | 844 |
{ |
... | ... | |
852 | 854 |
"type": "tidelift" |
853 | 855 |
} |
854 | 856 |
], |
855 |
"time": "2022-05-30T19:18:58+00:00"
|
|
857 |
"time": "2022-11-25T10:21:52+00:00"
|
|
856 | 858 |
}, |
857 | 859 |
{ |
858 | 860 |
"name": "symfony/var-exporter", |
859 |
"version": "v6.2.1",
|
|
861 |
"version": "v6.2.5",
|
|
860 | 862 |
"source": { |
861 | 863 |
"type": "git", |
862 | 864 |
"url": "https://github.com/symfony/var-exporter.git", |
863 |
"reference": "8a3f442d48567a5447e984ce9e86875ed768304a"
|
|
865 |
"reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35"
|
|
864 | 866 |
}, |
865 | 867 |
"dist": { |
866 | 868 |
"type": "zip", |
867 |
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/8a3f442d48567a5447e984ce9e86875ed768304a",
|
|
868 |
"reference": "8a3f442d48567a5447e984ce9e86875ed768304a",
|
|
869 |
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/108f9c6451eea8e04a7fb83bbacb5b812ef30e35",
|
|
870 |
"reference": "108f9c6451eea8e04a7fb83bbacb5b812ef30e35",
|
|
869 | 871 |
"shasum": "" |
870 | 872 |
}, |
871 | 873 |
"require": { |
... | ... | |
910 | 912 |
"serialize" |
911 | 913 |
], |
912 | 914 |
"support": { |
913 |
"source": "https://github.com/symfony/var-exporter/tree/v6.2.1"
|
|
915 |
"source": "https://github.com/symfony/var-exporter/tree/v6.2.5"
|
|
914 | 916 |
}, |
915 | 917 |
"funding": [ |
916 | 918 |
{ |
... | ... | |
926 | 928 |
"type": "tidelift" |
927 | 929 |
} |
928 | 930 |
], |
929 |
"time": "2022-12-03T22:32:58+00:00"
|
|
931 |
"time": "2023-01-13T08:35:57+00:00"
|
|
930 | 932 |
} |
931 | 933 |
], |
932 | 934 |
"packages-dev": [ |
933 | 935 |
{ |
934 | 936 |
"name": "doctrine/instantiator", |
935 |
"version": "1.4.1",
|
|
937 |
"version": "2.0.0",
|
|
936 | 938 |
"source": { |
937 | 939 |
"type": "git", |
938 | 940 |
"url": "https://github.com/doctrine/instantiator.git", |
939 |
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
|
|
941 |
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
|
|
940 | 942 |
}, |
941 | 943 |
"dist": { |
942 | 944 |
"type": "zip", |
943 |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
944 |
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
945 |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
|
946 |
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
|
|
945 | 947 |
"shasum": "" |
946 | 948 |
}, |
947 | 949 |
"require": { |
948 |
"php": "^7.1 || ^8.0"
|
|
950 |
"php": "^8.1"
|
|
949 | 951 |
}, |
950 | 952 |
"require-dev": { |
951 |
"doctrine/coding-standard": "^9",
|
|
953 |
"doctrine/coding-standard": "^11",
|
|
952 | 954 |
"ext-pdo": "*", |
953 | 955 |
"ext-phar": "*", |
954 |
"phpbench/phpbench": "^0.16 || ^1",
|
|
955 |
"phpstan/phpstan": "^1.4", |
|
956 |
"phpstan/phpstan-phpunit": "^1", |
|
957 |
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
958 |
"vimeo/psalm": "^4.22"
|
|
956 |
"phpbench/phpbench": "^1.2",
|
|
957 |
"phpstan/phpstan": "^1.9.4",
|
|
958 |
"phpstan/phpstan-phpunit": "^1.3",
|
|
959 |
"phpunit/phpunit": "^9.5.27",
|
|
960 |
"vimeo/psalm": "^5.4"
|
|
959 | 961 |
}, |
960 | 962 |
"type": "library", |
961 | 963 |
"autoload": { |
... | ... | |
982 | 984 |
], |
983 | 985 |
"support": { |
984 | 986 |
"issues": "https://github.com/doctrine/instantiator/issues", |
985 |
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
|
|
987 |
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
|
|
986 | 988 |
}, |
987 | 989 |
"funding": [ |
988 | 990 |
{ |
... | ... | |
998 | 1000 |
"type": "tidelift" |
999 | 1001 |
} |
1000 | 1002 |
], |
1001 |
"time": "2022-03-03T08:28:38+00:00"
|
|
1003 |
"time": "2022-12-30T00:23:10+00:00"
|
|
1002 | 1004 |
}, |
1003 | 1005 |
{ |
1004 | 1006 |
"name": "myclabs/deep-copy", |
... | ... | |
1061 | 1063 |
}, |
1062 | 1064 |
{ |
1063 | 1065 |
"name": "nikic/php-parser", |
1064 |
"version": "v4.15.2",
|
|
1066 |
"version": "v4.15.3",
|
|
1065 | 1067 |
"source": { |
1066 | 1068 |
"type": "git", |
1067 | 1069 |
"url": "https://github.com/nikic/PHP-Parser.git", |
1068 |
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
|
|
1070 |
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
|
|
1069 | 1071 |
}, |
1070 | 1072 |
"dist": { |
1071 | 1073 |
"type": "zip", |
1072 |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
|
|
1073 |
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
|
|
1074 |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
|
|
1075 |
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
|
|
1074 | 1076 |
"shasum": "" |
1075 | 1077 |
}, |
1076 | 1078 |
"require": { |
... | ... | |
1111 | 1113 |
], |
1112 | 1114 |
"support": { |
1113 | 1115 |
"issues": "https://github.com/nikic/PHP-Parser/issues", |
1114 |
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
|
|
1116 |
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
|
|
1115 | 1117 |
}, |
1116 |
"time": "2022-11-12T15:38:23+00:00"
|
|
1118 |
"time": "2023-01-16T22:05:37+00:00"
|
|
1117 | 1119 |
}, |
1118 | 1120 |
{ |
1119 | 1121 |
"name": "phar-io/manifest", |
... | ... | |
1228 | 1230 |
}, |
1229 | 1231 |
{ |
1230 | 1232 |
"name": "phpstan/phpstan", |
1231 |
"version": "1.9.2",
|
|
1233 |
"version": "1.9.14",
|
|
1232 | 1234 |
"source": { |
1233 | 1235 |
"type": "git", |
1234 | 1236 |
"url": "https://github.com/phpstan/phpstan.git", |
1235 |
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa"
|
|
1237 |
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
|
|
1236 | 1238 |
}, |
1237 | 1239 |
"dist": { |
1238 | 1240 |
"type": "zip", |
1239 |
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa",
|
|
1240 |
"reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa",
|
|
1241 |
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
|
|
1242 |
"reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
|
|
1241 | 1243 |
"shasum": "" |
1242 | 1244 |
}, |
1243 | 1245 |
"require": { |
... | ... | |
1267 | 1269 |
], |
1268 | 1270 |
"support": { |
1269 | 1271 |
"issues": "https://github.com/phpstan/phpstan/issues", |
1270 |
"source": "https://github.com/phpstan/phpstan/tree/1.9.2"
|
|
1272 |
"source": "https://github.com/phpstan/phpstan/tree/1.9.14"
|
|
1271 | 1273 |
}, |
1272 | 1274 |
"funding": [ |
1273 | 1275 |
{ |
... | ... | |
1283 | 1285 |
"type": "tidelift" |
1284 | 1286 |
} |
1285 | 1287 |
], |
1286 |
"time": "2022-11-10T09:56:11+00:00"
|
|
1288 |
"time": "2023-01-19T10:47:09+00:00"
|
|
1287 | 1289 |
}, |
1288 | 1290 |
{ |
1289 | 1291 |
"name": "phpunit/php-code-coverage", |
1290 |
"version": "9.2.19",
|
|
1292 |
"version": "9.2.24",
|
|
1291 | 1293 |
"source": { |
1292 | 1294 |
"type": "git", |
1293 | 1295 |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
1294 |
"reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559"
|
|
1296 |
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed"
|
|
1295 | 1297 |
}, |
1296 | 1298 |
"dist": { |
1297 | 1299 |
"type": "zip", |
1298 |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559",
|
|
1299 |
"reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559",
|
|
1300 |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed",
|
|
1301 |
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed",
|
|
1300 | 1302 |
"shasum": "" |
1301 | 1303 |
}, |
1302 | 1304 |
"require": { |
... | ... | |
1352 | 1354 |
], |
1353 | 1355 |
"support": { |
1354 | 1356 |
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", |
1355 |
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19"
|
|
1357 |
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24"
|
|
1356 | 1358 |
}, |
1357 | 1359 |
"funding": [ |
1358 | 1360 |
{ |
... | ... | |
1360 | 1362 |
"type": "github" |
1361 | 1363 |
} |
1362 | 1364 |
], |
1363 |
"time": "2022-11-18T07:47:47+00:00"
|
|
1365 |
"time": "2023-01-26T08:26:55+00:00"
|
|
1364 | 1366 |
}, |
1365 | 1367 |
{ |
1366 | 1368 |
"name": "phpunit/php-file-iterator", |
... | ... | |
1605 | 1607 |
}, |
1606 | 1608 |
{ |
1607 | 1609 |
"name": "phpunit/phpunit", |
1608 |
"version": "9.5.27",
|
|
1610 |
"version": "9.5.28",
|
|
1609 | 1611 |
"source": { |
1610 | 1612 |
"type": "git", |
1611 | 1613 |
"url": "https://github.com/sebastianbergmann/phpunit.git", |
1612 |
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
|
|
1614 |
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
|
|
1613 | 1615 |
}, |
1614 | 1616 |
"dist": { |
1615 | 1617 |
"type": "zip", |
1616 |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
|
|
1617 |
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
|
|
1618 |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
|
|
1619 |
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
|
|
1618 | 1620 |
"shasum": "" |
1619 | 1621 |
}, |
1620 | 1622 |
"require": { |
1621 |
"doctrine/instantiator": "^1.3.1", |
|
1623 |
"doctrine/instantiator": "^1.3.1 || ^2",
|
|
1622 | 1624 |
"ext-dom": "*", |
1623 | 1625 |
"ext-json": "*", |
1624 | 1626 |
"ext-libxml": "*", |
... | ... | |
1687 | 1689 |
], |
1688 | 1690 |
"support": { |
1689 | 1691 |
"issues": "https://github.com/sebastianbergmann/phpunit/issues", |
1690 |
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
|
|
1692 |
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
|
|
1691 | 1693 |
}, |
1692 | 1694 |
"funding": [ |
1693 | 1695 |
{ |
... | ... | |
1703 | 1705 |
"type": "tidelift" |
1704 | 1706 |
} |
1705 | 1707 |
], |
1706 |
"time": "2022-12-09T07:31:23+00:00"
|
|
1708 |
"time": "2023-01-14T12:32:24+00:00"
|
|
1707 | 1709 |
}, |
1708 | 1710 |
{ |
1709 | 1711 |
"name": "rector/rector", |
1710 |
"version": "0.15.0", |
|
1712 |
"version": "0.15.10",
|
|
1711 | 1713 |
"source": { |
1712 | 1714 |
"type": "git", |
1713 | 1715 |
"url": "https://github.com/rectorphp/rector.git", |
1714 |
"reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91"
|
|
1716 |
"reference": "000bfb6f7974449399f39e1a210458395b75c887"
|
|
1715 | 1717 |
}, |
1716 | 1718 |
"dist": { |
1717 | 1719 |
"type": "zip", |
1718 |
"url": "https://api.github.com/repos/rectorphp/rector/zipball/fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91",
|
|
1719 |
"reference": "fbfbe499d0fedfac7fe2fed1a55a00bd08f19c91",
|
|
1720 |
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000bfb6f7974449399f39e1a210458395b75c887",
|
|
1721 |
"reference": "000bfb6f7974449399f39e1a210458395b75c887",
|
|
1720 | 1722 |
"shasum": "" |
1721 | 1723 |
}, |
1722 | 1724 |
"require": { |
1723 | 1725 |
"php": "^7.2|^8.0", |
1724 |
"phpstan/phpstan": "^1.9.2"
|
|
1726 |
"phpstan/phpstan": "^1.9.7"
|
|
1725 | 1727 |
}, |
1726 | 1728 |
"conflict": { |
1727 | 1729 |
"rector/rector-doctrine": "*", |
... | ... | |
1751 | 1753 |
"description": "Instant Upgrade and Automated Refactoring of any PHP code", |
1752 | 1754 |
"support": { |
1753 | 1755 |
"issues": "https://github.com/rectorphp/rector/issues", |
1754 |
"source": "https://github.com/rectorphp/rector/tree/0.15.0" |
|
1756 |
"source": "https://github.com/rectorphp/rector/tree/0.15.10"
|
|
1755 | 1757 |
}, |
1756 | 1758 |
"funding": [ |
1757 | 1759 |
{ |
... | ... | |
1759 | 1761 |
"type": "github" |
1760 | 1762 |
} |
1761 | 1763 |
], |
1762 |
"time": "2022-12-04T22:40:18+00:00"
|
|
1764 |
"time": "2023-01-21T14:30:16+00:00"
|
|
1763 | 1765 |
}, |
1764 | 1766 |
{ |
1765 | 1767 |
"name": "sebastian/cli-parser", |
Also available in: Unified diff
composer update