Skip to content

Commit 10ad67b

Browse files
committed
[UPD] Core up to Laravel 11.
1 parent ac38e37 commit 10ad67b

File tree

1,425 files changed

+41740
-25120
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,425 files changed

+41740
-25120
lines changed

core/composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@
4141
"ext-mbstring": "*",
4242
"ext-SimpleXML": "*",
4343
"guzzlehttp/guzzle": "^7.0.1",
44-
"illuminate/cache": "10.*",
45-
"illuminate/config": "10.*",
46-
"illuminate/console": "10.*",
47-
"illuminate/container": "10.*",
48-
"illuminate/database": "10.*",
49-
"illuminate/events": "10.*",
50-
"illuminate/filesystem": "10.*",
51-
"illuminate/http": "10.*",
52-
"illuminate/log": "10.*",
53-
"illuminate/pagination": "10.*",
54-
"illuminate/redis": "10.*",
55-
"illuminate/routing": "10.*",
56-
"illuminate/support": "10.*",
57-
"illuminate/translation": "10.*",
58-
"illuminate/validation": "10.*",
59-
"illuminate/view": "10.*",
44+
"illuminate/cache": "11.*",
45+
"illuminate/config": "11.*",
46+
"illuminate/console": "11.*",
47+
"illuminate/container": "11.*",
48+
"illuminate/database": "11.*",
49+
"illuminate/events": "11.*",
50+
"illuminate/filesystem": "11.*",
51+
"illuminate/http": "11.*",
52+
"illuminate/log": "11.*",
53+
"illuminate/pagination": "11.*",
54+
"illuminate/redis": "11.*",
55+
"illuminate/routing": "11.*",
56+
"illuminate/support": "11.*",
57+
"illuminate/translation": "11.*",
58+
"illuminate/validation": "11.*",
59+
"illuminate/view": "11.*",
6060
"james-heinrich/phpthumb": "*",
6161
"league/flysystem": "^3",
6262
"lib-iconv": "*",
@@ -66,7 +66,7 @@
6666
"predis/predis": "*",
6767
"rosell-dk/webp-convert": "*",
6868
"simplepie/simplepie": "1.*",
69-
"symfony/process": "^6.0",
69+
"symfony/process": "^7.0",
7070
"tracy/tracy": "2.10.*",
7171
"vlucas/phpdotenv": "^5.5",
7272
"wikimedia/composer-merge-plugin": "2.1"

core/src/Providers/ArtisanServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ public function register()
9898
$this->commands, $this->devCommands
9999
);
100100

101-
if (IN_INSTALL_MODE) {
101+
/*if (IN_INSTALL_MODE) {
102102
unset($hereCommands['Migrate']);
103-
}
103+
}*/
104104

105105
$this->registerCommands($hereCommands);
106106
$this->app->singleton('Console', function ($app) {

core/vendor/composer/autoload_classmap.php

Lines changed: 138 additions & 25 deletions
Large diffs are not rendered by default.

core/vendor/composer/autoload_files.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,29 @@
88
return array(
99
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
1010
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
11+
'23f09fe3194f8c2f70923f90d6702129' => $vendorDir . '/illuminate/collections/functions.php',
1112
'60799491728b879e74601d83e38b2cad' => $vendorDir . '/illuminate/collections/helpers.php',
12-
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
13+
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
14+
'2203a247e6fda86070a5e4e07aed533a' => $vendorDir . '/symfony/clock/Resources/now.php',
1315
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
16+
'f625ee536139dfb962a398b200bdb2bd' => $vendorDir . '/illuminate/support/functions.php',
1417
'72579e7bd17821bb1321b87411366eae' => $vendorDir . '/illuminate/support/helpers.php',
1518
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1619
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
17-
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
1820
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
1921
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
2022
'06a34129a50df3d9257ee706cf3c875b' => $vendorDir . '/illuminate/filesystem/functions.php',
2123
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
24+
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
2225
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
26+
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
2327
'ef65a1626449d89d0811cf9befce46f0' => $vendorDir . '/illuminate/events/functions.php',
28+
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
2429
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
2530
'35a6ad97d21e794e7e22a17d806652e4' => $vendorDir . '/nunomaduro/termwind/src/Functions.php',
26-
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
2731
'ad155f8f1cf0d418fe49e248db8c661b' => $vendorDir . '/react/promise/src/functions_include.php',
2832
'0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
2933
'23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
30-
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
3134
'532945a4b12d830ff3e086cc36a64375' => $vendorDir . '/james-heinrich/phpthumb/phpthumb.class.php',
3235
'd507e002f7fce7f0c6dbf1f22edcb902' => $vendorDir . '/tracy/tracy/src/Tracy/functions.php',
3336
'151a7554673bf152d8415507113eb8bd' => $baseDir . '/functions/actions/bkmanager.php',

core/vendor/composer/autoload_psr4.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
3838
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'),
3939
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
40+
'Symfony\\Component\\Clock\\' => array($vendorDir . '/symfony/clock'),
4041
'SimplePie\\' => array($vendorDir . '/simplepie/simplepie/src'),
4142
'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'),
4243
'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'),
@@ -59,6 +60,7 @@
5960
'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
6061
'League\\Flysystem\\Local\\' => array($vendorDir . '/league/flysystem-local'),
6162
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
63+
'Laravel\\SerializableClosure\\' => array($vendorDir . '/laravel/serializable-closure/src'),
6264
'Laravel\\Prompts\\' => array($vendorDir . '/laravel/prompts/src'),
6365
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
6466
'ImageMimeTypeSniffer\\' => array($vendorDir . '/rosell-dk/image-mime-type-sniffer/src'),

0 commit comments

Comments
 (0)