Skip to content

Commit 024c122

Browse files
Add vendor files to dist
1 parent c9d6ba4 commit 024c122

File tree

16 files changed

+199
-1506
lines changed

16 files changed

+199
-1506
lines changed

vendor/bin/php-parse

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ if (PHP_VERSION_ID < 80000) {
112112
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
113113
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
114114
) {
115-
include("phpvfscomposer://" . __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse');
116-
exit(0);
115+
return include("phpvfscomposer://" . __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse');
117116
}
118117
}
119118

120-
include __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse';
119+
return include __DIR__ . '/..'.'/nikic/php-parser/bin/php-parse';

vendor/composer/autoload_classmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@
24002400
'Psy\\Command\\WhereamiCommand' => $vendorDir . '/psy/psysh/src/Command/WhereamiCommand.php',
24012401
'Psy\\Command\\WtfCommand' => $vendorDir . '/psy/psysh/src/Command/WtfCommand.php',
24022402
'Psy\\ConfigPaths' => $vendorDir . '/psy/psysh/src/ConfigPaths.php',
2403-
'Psy\\Configuration' => $vendorDir . '/psy/psysh/src/Configuration.php',
2403+
'Psy\\Configuration' => $baseDir . '/overrides/psy/psysh/src/Configuration.php',
24042404
'Psy\\ConsoleColorFactory' => $vendorDir . '/psy/psysh/src/ConsoleColorFactory.php',
24052405
'Psy\\Context' => $vendorDir . '/psy/psysh/src/Context.php',
24062406
'Psy\\ContextAware' => $vendorDir . '/psy/psysh/src/ContextAware.php',

vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
7878
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
7979
'Patchwork\\' => array($vendorDir . '/patchwork/utf8/src/Patchwork'),
80+
'PHPUnit\\Runner\\' => array($baseDir . '/overrides/phpunit/phpunit/src/Runner'),
8081
'Nwidart\\Modules\\' => array($baseDir . '/overrides/nwidart/laravel-modules/src', $vendorDir . '/nwidart/laravel-modules/src'),
8182
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
8283
'Modules\\' => array($baseDir . '/Modules'),

vendor/composer/autoload_static.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
126126
'Psr\\Container\\' => 14,
127127
'PhpParser\\' => 10,
128128
'Patchwork\\' => 10,
129+
'PHPUnit\\Runner\\' => 15,
129130
),
130131
'N' =>
131132
array (
@@ -561,6 +562,10 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
561562
array (
562563
0 => __DIR__ . '/..' . '/patchwork/utf8/src/Patchwork',
563564
),
565+
'PHPUnit\\Runner\\' =>
566+
array (
567+
0 => __DIR__ . '/../..' . '/overrides/phpunit/phpunit/src/Runner',
568+
),
564569
'Nwidart\\Modules\\' =>
565570
array (
566571
0 => __DIR__ . '/../..' . '/overrides/nwidart/laravel-modules/src',
@@ -3395,7 +3400,7 @@ class ComposerStaticInitbf8dc242a640d7c740f283f226d0bdb4
33953400
'Psy\\Command\\WhereamiCommand' => __DIR__ . '/..' . '/psy/psysh/src/Command/WhereamiCommand.php',
33963401
'Psy\\Command\\WtfCommand' => __DIR__ . '/..' . '/psy/psysh/src/Command/WtfCommand.php',
33973402
'Psy\\ConfigPaths' => __DIR__ . '/..' . '/psy/psysh/src/ConfigPaths.php',
3398-
'Psy\\Configuration' => __DIR__ . '/..' . '/psy/psysh/src/Configuration.php',
3403+
'Psy\\Configuration' => __DIR__ . '/../..' . '/overrides/psy/psysh/src/Configuration.php',
33993404
'Psy\\ConsoleColorFactory' => __DIR__ . '/..' . '/psy/psysh/src/ConsoleColorFactory.php',
34003405
'Psy\\Context' => __DIR__ . '/..' . '/psy/psysh/src/Context.php',
34013406
'Psy\\ContextAware' => __DIR__ . '/..' . '/psy/psysh/src/ContextAware.php',

vendor/composer/installed.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,9 @@
245245
"version_normalized": "1.4.3.0",
246246
"source": {
247247
"type": "git",
248-
"url": "https://github.com/codedge/laravel-selfupdater.git",
248+
"url": "https://codeberg.org/codedge/laravel-selfupdater",
249249
"reference": "084a1dd447d9dcd532042dfc3296b195903c2530"
250250
},
251-
"dist": {
252-
"type": "zip",
253-
"url": "https://api.github.com/repos/codedge/laravel-selfupdater/zipball/084a1dd447d9dcd532042dfc3296b195903c2530",
254-
"reference": "084a1dd447d9dcd532042dfc3296b195903c2530",
255-
"shasum": ""
256-
},
257251
"require": {
258252
"ext-zip": "*",
259253
"guzzlehttp/guzzle": "6.*",
@@ -267,7 +261,7 @@
267261
},
268262
"time": "2017-04-09T12:12:08+00:00",
269263
"type": "library",
270-
"installation-source": "dist",
264+
"installation-source": "source",
271265
"autoload": {
272266
"psr-4": {
273267
"Codedge\\Updater\\": "src/"
@@ -590,33 +584,36 @@
590584
},
591585
{
592586
"name": "doctrine/deprecations",
593-
"version": "1.1.4",
594-
"version_normalized": "1.1.4.0",
587+
"version": "1.1.6",
588+
"version_normalized": "1.1.6.0",
595589
"source": {
596590
"type": "git",
597591
"url": "https://github.com/doctrine/deprecations.git",
598-
"reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
592+
"reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
599593
},
600594
"dist": {
601595
"type": "zip",
602-
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
603-
"reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
596+
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
597+
"reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
604598
"shasum": ""
605599
},
606600
"require": {
607601
"php": "^7.1 || ^8.0"
608602
},
603+
"conflict": {
604+
"phpunit/phpunit": "<=7.5 || >=14"
605+
},
609606
"require-dev": {
610-
"doctrine/coding-standard": "^9 || ^12",
611-
"phpstan/phpstan": "1.4.10 || 2.0.3",
607+
"doctrine/coding-standard": "^9 || ^12 || ^14",
608+
"phpstan/phpstan": "1.4.10 || 2.1.30",
612609
"phpstan/phpstan-phpunit": "^1.0 || ^2",
613-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
610+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
614611
"psr/log": "^1 || ^2 || ^3"
615612
},
616613
"suggest": {
617614
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
618615
},
619-
"time": "2024-12-07T21:18:45+00:00",
616+
"time": "2026-02-07T07:09:04+00:00",
620617
"type": "library",
621618
"installation-source": "dist",
622619
"autoload": {
@@ -632,7 +629,7 @@
632629
"homepage": "https://www.doctrine-project.org/",
633630
"support": {
634631
"issues": "https://github.com/doctrine/deprecations/issues",
635-
"source": "https://github.com/doctrine/deprecations/tree/1.1.4"
632+
"source": "https://github.com/doctrine/deprecations/tree/1.1.6"
636633
},
637634
"install-path": "../doctrine/deprecations"
638635
},
@@ -931,28 +928,28 @@
931928
},
932929
{
933930
"name": "enshrined/svg-sanitize",
934-
"version": "0.15.4",
935-
"version_normalized": "0.15.4.0",
931+
"version": "0.22.0",
932+
"version_normalized": "0.22.0.0",
936933
"source": {
937934
"type": "git",
938935
"url": "https://github.com/darylldoyle/svg-sanitizer.git",
939-
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
936+
"reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500"
940937
},
941938
"dist": {
942939
"type": "zip",
943-
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
944-
"reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
940+
"url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/0afa95ea74be155a7bcd6c6fb60c276c39984500",
941+
"reference": "0afa95ea74be155a7bcd6c6fb60c276c39984500",
945942
"shasum": ""
946943
},
947944
"require": {
948945
"ext-dom": "*",
949946
"ext-libxml": "*",
950-
"php": "^7.0 || ^8.0"
947+
"php": "^7.1 || ^8.0"
951948
},
952949
"require-dev": {
953950
"phpunit/phpunit": "^6.5 || ^8.5"
954951
},
955-
"time": "2022-02-21T09:13:59+00:00",
952+
"time": "2025-08-12T10:13:48+00:00",
956953
"type": "library",
957954
"installation-source": "dist",
958955
"autoload": {
@@ -973,7 +970,7 @@
973970
"description": "An SVG sanitizer for PHP",
974971
"support": {
975972
"issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
976-
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
973+
"source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.22.0"
977974
},
978975
"install-path": "../enshrined/svg-sanitize"
979976
},
@@ -2430,17 +2427,17 @@
24302427
},
24312428
{
24322429
"name": "nikic/php-parser",
2433-
"version": "v4.19.4",
2434-
"version_normalized": "4.19.4.0",
2430+
"version": "v4.19.5",
2431+
"version_normalized": "4.19.5.0",
24352432
"source": {
24362433
"type": "git",
24372434
"url": "https://github.com/nikic/PHP-Parser.git",
2438-
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
2435+
"reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837"
24392436
},
24402437
"dist": {
24412438
"type": "zip",
2442-
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
2443-
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
2439+
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
2440+
"reference": "51bd93cc741b7fc3d63d20b6bdcd99fdaa359837",
24442441
"shasum": ""
24452442
},
24462443
"require": {
@@ -2451,16 +2448,11 @@
24512448
"ircmaxell/php-yacc": "^0.0.7",
24522449
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
24532450
},
2454-
"time": "2024-09-29T15:01:53+00:00",
2451+
"time": "2025-12-06T11:45:25+00:00",
24552452
"bin": [
24562453
"bin/php-parse"
24572454
],
24582455
"type": "library",
2459-
"extra": {
2460-
"branch-alias": {
2461-
"dev-master": "4.9-dev"
2462-
}
2463-
},
24642456
"installation-source": "dist",
24652457
"autoload": {
24662458
"psr-4": {
@@ -2483,7 +2475,7 @@
24832475
],
24842476
"support": {
24852477
"issues": "https://github.com/nikic/PHP-Parser/issues",
2486-
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
2478+
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.5"
24872479
},
24882480
"install-path": "../nikic/php-parser"
24892481
},
@@ -4036,17 +4028,17 @@
40364028
},
40374029
{
40384030
"name": "symfony/polyfill-intl-idn",
4039-
"version": "v1.31.0",
4040-
"version_normalized": "1.31.0.0",
4031+
"version": "v1.33.0",
4032+
"version_normalized": "1.33.0.0",
40414033
"source": {
40424034
"type": "git",
40434035
"url": "https://github.com/symfony/polyfill-intl-idn.git",
4044-
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773"
4036+
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
40454037
},
40464038
"dist": {
40474039
"type": "zip",
4048-
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773",
4049-
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773",
4040+
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
4041+
"reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
40504042
"shasum": ""
40514043
},
40524044
"require": {
@@ -4056,12 +4048,12 @@
40564048
"suggest": {
40574049
"ext-intl": "For best performance"
40584050
},
4059-
"time": "2024-09-09T11:45:10+00:00",
4051+
"time": "2024-09-10T14:38:51+00:00",
40604052
"type": "library",
40614053
"extra": {
40624054
"thanks": {
4063-
"name": "symfony/polyfill",
4064-
"url": "https://github.com/symfony/polyfill"
4055+
"url": "https://github.com/symfony/polyfill",
4056+
"name": "symfony/polyfill"
40654057
}
40664058
},
40674059
"installation-source": "dist",
@@ -4102,7 +4094,7 @@
41024094
"shim"
41034095
],
41044096
"support": {
4105-
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0"
4097+
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
41064098
},
41074099
"funding": [
41084100
{
@@ -4113,6 +4105,10 @@
41134105
"url": "https://github.com/fabpot",
41144106
"type": "github"
41154107
},
4108+
{
4109+
"url": "https://github.com/nicolas-grekas",
4110+
"type": "github"
4111+
},
41164112
{
41174113
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
41184114
"type": "tidelift"
@@ -4122,8 +4118,8 @@
41224118
},
41234119
{
41244120
"name": "symfony/polyfill-intl-normalizer",
4125-
"version": "v1.31.0",
4126-
"version_normalized": "1.31.0.0",
4121+
"version": "v1.33.0",
4122+
"version_normalized": "1.33.0.0",
41274123
"source": {
41284124
"type": "git",
41294125
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -4145,8 +4141,8 @@
41454141
"type": "library",
41464142
"extra": {
41474143
"thanks": {
4148-
"name": "symfony/polyfill",
4149-
"url": "https://github.com/symfony/polyfill"
4144+
"url": "https://github.com/symfony/polyfill",
4145+
"name": "symfony/polyfill"
41504146
}
41514147
},
41524148
"installation-source": "dist",
@@ -4186,7 +4182,7 @@
41864182
"shim"
41874183
],
41884184
"support": {
4189-
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
4185+
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
41904186
},
41914187
"funding": [
41924188
{
@@ -4197,6 +4193,10 @@
41974193
"url": "https://github.com/fabpot",
41984194
"type": "github"
41994195
},
4196+
{
4197+
"url": "https://github.com/nicolas-grekas",
4198+
"type": "github"
4199+
},
42004200
{
42014201
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
42024202
"type": "tidelift"

0 commit comments

Comments
 (0)