Update field storage and feed type configs with correct _core hashes; enhance 04-feeds cleanup script; bump to 1.0.0-alpha69

This commit is contained in:
gluebox
2025-12-04 10:04:31 -05:00
parent a9149db5da
commit 552222a838
14 changed files with 4893 additions and 51 deletions

View File

@ -10,23 +10,25 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
'8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'9d2b9fc6db0f153a0a149fefb182415e' => __DIR__ . '/..' . '/symfony/polyfill-php84/bootstrap.php',
'8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
'ffecb95d45175fd40f75be8a23b34f90' => __DIR__ . '/..' . '/twig/twig/src/Resources/debug.php',
'c7baa00073ee9c61edf148c51917cfb4' => __DIR__ . '/..' . '/twig/twig/src/Resources/escaper.php',
'f844ccf1d25df8663951193c3fc307c8' => __DIR__ . '/..' . '/twig/twig/src/Resources/string_loader.php',
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
'2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/web/core/includes/bootstrap.inc',
'23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
'9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
'8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
);
@ -102,6 +104,16 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
'League\\Container\\' => 17,
'Laravel\\Prompts\\' => 16,
'Laminas\\Stdlib\\' => 15,
'Laminas\\Feed\\' => 13,
'Laminas\\Escaper\\' => 16,
),
'H' =>
array (
'Http\\Promise\\' => 13,
'Http\\Message\\' => 13,
'Http\\Client\\' => 12,
'Http\\Adapter\\Guzzle7\\' => 21,
),
'G' =>
array (
@ -110,6 +122,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'GuzzleHttp\\' => 11,
'Grasmash\\YamlCli\\' => 17,
'Grasmash\\Expander\\' => 18,
'Geocoder\\' => 9,
),
'E' =>
array (
@ -143,6 +156,8 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'Consolidation\\AnnotatedCommand\\' => 31,
'Composer\\Semver\\' => 16,
'Composer\\Installers\\' => 20,
'CommerceGuys\\Addressing\\' => 24,
'Clue\\StreamFilter\\' => 18,
),
'A' =>
array (
@ -356,6 +371,34 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/laravel/prompts/src',
),
'Laminas\\Stdlib\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-stdlib/src',
),
'Laminas\\Feed\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-feed/src',
),
'Laminas\\Escaper\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-escaper/src',
),
'Http\\Promise\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/promise/src',
),
'Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/message/src',
),
'Http\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/httplug/src',
),
'Http\\Adapter\\Guzzle7\\' =>
array (
0 => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src',
),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
@ -376,6 +419,10 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/grasmash/expander/src',
),
'Geocoder\\' =>
array (
0 => __DIR__ . '/..' . '/willdurand/geocoder',
),
'Egulias\\EmailValidator\\' =>
array (
0 => __DIR__ . '/..' . '/egulias/email-validator/src',
@ -473,6 +520,14 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
),
'CommerceGuys\\Addressing\\' =>
array (
0 => __DIR__ . '/..' . '/commerceguys/addressing/src',
),
'Clue\\StreamFilter\\' =>
array (
0 => __DIR__ . '/..' . '/clue/stream-filter/src',
),
'Asm89\\Stack\\' =>
array (
0 => __DIR__ . '/..' . '/asm89/stack-cors/src',
@ -480,6 +535,13 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
);
public static $prefixesPsr0 = array (
'S' =>
array (
'Stiphle' =>
array (
0 => __DIR__ . '/..' . '/davedevelopment/stiphle/src',
),
),
'C' =>
array (
'Console' =>
@ -557,6 +619,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php',
'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
'System' => __DIR__ . '/..' . '/pear/pear-core-minimal/src/System.php',
'geoPHP' => __DIR__ . '/..' . '/itamair/geophp/geoPHP.inc',
);
public static function getInitializer(ClassLoader $loader)