Plugin Directory

Changeset 3284908


Ignore:
Timestamp:
04/30/2025 01:38:12 PM (9 months ago)
Author:
Tussendoor
Message:

##### 5.3.1
Fixed: Icons would not load with fresh install
Fixed: Shortcode popup was empty on load for CF7

Location:
open-rdw-kenteken-voertuiginformatie/trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • open-rdw-kenteken-voertuiginformatie/trunk/config/plugin.php

    r3262722 r3284908  
    2727        'log_source'            => 'tussendoor-rdw',
    2828        'log_context'           => 'tsdRdwContext',
    29         'version'               => '5.3.0',
     29        'version'               => '5.3.1',
    3030        'php_minimum'           => '8.0',
    3131        'php_minimum_id'        => 80000,
  • open-rdw-kenteken-voertuiginformatie/trunk/plugin-gratis-open-rdw-kenteken-voertuiginformatie.php

    r3262722 r3284908  
    1212 * Author URI: https://www.tussendoor.nl
    1313 * Text Domain: tussendoor-rdw
    14  * Version: 5.3.0
     14 * Version: 5.3.1
    1515 * Tested up to: 6.7
    1616 * Requires at least: 6.5
     
    2828define('ORK_PLUGIN_PATH', plugins_url('tussendoor-rdw'));
    2929define('ORK_PLUGIN', __DIR__);
    30 define('ORK_VERSION', '5.3.0');
     30define('ORK_VERSION', '5.3.1');
    3131
    3232/**
  • open-rdw-kenteken-voertuiginformatie/trunk/readme.txt

    r3284902 r3284908  
    4545
    4646### Changelog
     47
     48##### 5.3.1
     49Fixed: Icons would not load with fresh install
     50Fixed: Shortcode popup was empty on load for CF7
    4751
    4852##### 5.3.0
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/autoload.php

    r3284902 r3284908  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInitd35a41c89d937f250efbbdb1ea159838::getLoader();
     25return ComposerAutoloaderInitcef533823af13aa0d7f87e6384d19f77::getLoader();
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/autoload_classmap.php

    r3284902 r3284908  
    4747    'App\\Traits\\HasView' => $baseDir . '/app/Traits/HasView.php',
    4848    'App\\Updater' => $baseDir . '/app/Updater.php',
    49     'Attema\\MetricsCollector\\Config' => $vendorDir . '/attema/metrics-collector/src/Config.php',
    50     'Attema\\MetricsCollector\\Kernel' => $vendorDir . '/attema/metrics-collector/src/Kernel.php',
    51     'Attema\\MetricsCollector\\MetricsCollector' => $vendorDir . '/attema/metrics-collector/src/MetricsCollector.php',
    52     'Attema\\MetricsCollector\\Services\\ApiService' => $vendorDir . '/attema/metrics-collector/services/ApiService.php',
    53     'Attema\\MetricsCollector\\Settings' => $vendorDir . '/attema/metrics-collector/src/Settings.php',
    5449    'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    5550    'Builders\\Abstracts\\AbstractBuilder' => $baseDir . '/builders/Abstracts/AbstractBuilder.php',
     
    143138    'Carbon\\TranslatorImmutable' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorImmutable.php',
    144139    'Carbon\\TranslatorStrongTypeInterface' => $vendorDir . '/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php',
    145     'ComposerAutoloaderInit558e5f19411ed94766350eb62608a53d' => $vendorDir . '/attema/metrics-collector/vendor/composer/autoload_real.php',
    146     'Composer\\Autoload\\ClassLoader' => $vendorDir . '/attema/metrics-collector/vendor/composer/ClassLoader.php',
    147     'Composer\\Autoload\\ComposerStaticInit558e5f19411ed94766350eb62608a53d' => $vendorDir . '/attema/metrics-collector/vendor/composer/autoload_static.php',
    148140    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    149141    'Doctrine\\Inflector\\CachedWordInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php',
     
    188180    'Doctrine\\Inflector\\RulesetInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php',
    189181    'Doctrine\\Inflector\\WordInflector' => $vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php',
    190     'GuzzleHttp\\BodySummarizer' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizer.php',
    191     'GuzzleHttp\\BodySummarizerInterface' => $vendorDir . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',
    192     'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php',
    193     'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php',
    194     'GuzzleHttp\\ClientTrait' => $vendorDir . '/guzzlehttp/guzzle/src/ClientTrait.php',
    195     'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
    196     'GuzzleHttp\\Cookie\\CookieJarInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',
    197     'GuzzleHttp\\Cookie\\FileCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',
    198     'GuzzleHttp\\Cookie\\SessionCookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',
    199     'GuzzleHttp\\Cookie\\SetCookie' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',
    200     'GuzzleHttp\\Exception\\BadResponseException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',
    201     'GuzzleHttp\\Exception\\ClientException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ClientException.php',
    202     'GuzzleHttp\\Exception\\ConnectException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',
    203     'GuzzleHttp\\Exception\\GuzzleException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',
    204     'GuzzleHttp\\Exception\\InvalidArgumentException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',
    205     'GuzzleHttp\\Exception\\RequestException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/RequestException.php',
    206     'GuzzleHttp\\Exception\\ServerException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/ServerException.php',
    207     'GuzzleHttp\\Exception\\TooManyRedirectsException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',
    208     'GuzzleHttp\\Exception\\TransferException' => $vendorDir . '/guzzlehttp/guzzle/src/Exception/TransferException.php',
    209     'GuzzleHttp\\HandlerStack' => $vendorDir . '/guzzlehttp/guzzle/src/HandlerStack.php',
    210     'GuzzleHttp\\Handler\\CurlFactory' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',
    211     'GuzzleHttp\\Handler\\CurlFactoryInterface' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',
    212     'GuzzleHttp\\Handler\\CurlHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',
    213     'GuzzleHttp\\Handler\\CurlMultiHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',
    214     'GuzzleHttp\\Handler\\EasyHandle' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',
    215     'GuzzleHttp\\Handler\\HeaderProcessor' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',
    216     'GuzzleHttp\\Handler\\MockHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',
    217     'GuzzleHttp\\Handler\\Proxy' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/Proxy.php',
    218     'GuzzleHttp\\Handler\\StreamHandler' => $vendorDir . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
    219     'GuzzleHttp\\MessageFormatter' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatter.php',
    220     'GuzzleHttp\\MessageFormatterInterface' => $vendorDir . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',
    221     'GuzzleHttp\\Middleware' => $vendorDir . '/guzzlehttp/guzzle/src/Middleware.php',
    222     'GuzzleHttp\\Pool' => $vendorDir . '/guzzlehttp/guzzle/src/Pool.php',
    223     'GuzzleHttp\\PrepareBodyMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',
    224     'GuzzleHttp\\Promise\\AggregateException' => $vendorDir . '/guzzlehttp/promises/src/AggregateException.php',
    225     'GuzzleHttp\\Promise\\CancellationException' => $vendorDir . '/guzzlehttp/promises/src/CancellationException.php',
    226     'GuzzleHttp\\Promise\\Coroutine' => $vendorDir . '/guzzlehttp/promises/src/Coroutine.php',
    227     'GuzzleHttp\\Promise\\Create' => $vendorDir . '/guzzlehttp/promises/src/Create.php',
    228     'GuzzleHttp\\Promise\\Each' => $vendorDir . '/guzzlehttp/promises/src/Each.php',
    229     'GuzzleHttp\\Promise\\EachPromise' => $vendorDir . '/guzzlehttp/promises/src/EachPromise.php',
    230     'GuzzleHttp\\Promise\\FulfilledPromise' => $vendorDir . '/guzzlehttp/promises/src/FulfilledPromise.php',
    231     'GuzzleHttp\\Promise\\Is' => $vendorDir . '/guzzlehttp/promises/src/Is.php',
    232     'GuzzleHttp\\Promise\\Promise' => $vendorDir . '/guzzlehttp/promises/src/Promise.php',
    233     'GuzzleHttp\\Promise\\PromiseInterface' => $vendorDir . '/guzzlehttp/promises/src/PromiseInterface.php',
    234     'GuzzleHttp\\Promise\\PromisorInterface' => $vendorDir . '/guzzlehttp/promises/src/PromisorInterface.php',
    235     'GuzzleHttp\\Promise\\RejectedPromise' => $vendorDir . '/guzzlehttp/promises/src/RejectedPromise.php',
    236     'GuzzleHttp\\Promise\\RejectionException' => $vendorDir . '/guzzlehttp/promises/src/RejectionException.php',
    237     'GuzzleHttp\\Promise\\TaskQueue' => $vendorDir . '/guzzlehttp/promises/src/TaskQueue.php',
    238     'GuzzleHttp\\Promise\\TaskQueueInterface' => $vendorDir . '/guzzlehttp/promises/src/TaskQueueInterface.php',
    239     'GuzzleHttp\\Promise\\Utils' => $vendorDir . '/guzzlehttp/promises/src/Utils.php',
    240     'GuzzleHttp\\Psr7\\AppendStream' => $vendorDir . '/guzzlehttp/psr7/src/AppendStream.php',
    241     'GuzzleHttp\\Psr7\\BufferStream' => $vendorDir . '/guzzlehttp/psr7/src/BufferStream.php',
    242     'GuzzleHttp\\Psr7\\CachingStream' => $vendorDir . '/guzzlehttp/psr7/src/CachingStream.php',
    243     'GuzzleHttp\\Psr7\\DroppingStream' => $vendorDir . '/guzzlehttp/psr7/src/DroppingStream.php',
    244     'GuzzleHttp\\Psr7\\Exception\\MalformedUriException' => $vendorDir . '/guzzlehttp/psr7/src/Exception/MalformedUriException.php',
    245     'GuzzleHttp\\Psr7\\FnStream' => $vendorDir . '/guzzlehttp/psr7/src/FnStream.php',
    246     'GuzzleHttp\\Psr7\\Header' => $vendorDir . '/guzzlehttp/psr7/src/Header.php',
    247     'GuzzleHttp\\Psr7\\HttpFactory' => $vendorDir . '/guzzlehttp/psr7/src/HttpFactory.php',
    248     'GuzzleHttp\\Psr7\\InflateStream' => $vendorDir . '/guzzlehttp/psr7/src/InflateStream.php',
    249     'GuzzleHttp\\Psr7\\LazyOpenStream' => $vendorDir . '/guzzlehttp/psr7/src/LazyOpenStream.php',
    250     'GuzzleHttp\\Psr7\\LimitStream' => $vendorDir . '/guzzlehttp/psr7/src/LimitStream.php',
    251     'GuzzleHttp\\Psr7\\Message' => $vendorDir . '/guzzlehttp/psr7/src/Message.php',
    252     'GuzzleHttp\\Psr7\\MessageTrait' => $vendorDir . '/guzzlehttp/psr7/src/MessageTrait.php',
    253     'GuzzleHttp\\Psr7\\MimeType' => $vendorDir . '/guzzlehttp/psr7/src/MimeType.php',
    254     'GuzzleHttp\\Psr7\\MultipartStream' => $vendorDir . '/guzzlehttp/psr7/src/MultipartStream.php',
    255     'GuzzleHttp\\Psr7\\NoSeekStream' => $vendorDir . '/guzzlehttp/psr7/src/NoSeekStream.php',
    256     'GuzzleHttp\\Psr7\\PumpStream' => $vendorDir . '/guzzlehttp/psr7/src/PumpStream.php',
    257     'GuzzleHttp\\Psr7\\Query' => $vendorDir . '/guzzlehttp/psr7/src/Query.php',
    258     'GuzzleHttp\\Psr7\\Request' => $vendorDir . '/guzzlehttp/psr7/src/Request.php',
    259     'GuzzleHttp\\Psr7\\Response' => $vendorDir . '/guzzlehttp/psr7/src/Response.php',
    260     'GuzzleHttp\\Psr7\\Rfc7230' => $vendorDir . '/guzzlehttp/psr7/src/Rfc7230.php',
    261     'GuzzleHttp\\Psr7\\ServerRequest' => $vendorDir . '/guzzlehttp/psr7/src/ServerRequest.php',
    262     'GuzzleHttp\\Psr7\\Stream' => $vendorDir . '/guzzlehttp/psr7/src/Stream.php',
    263     'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => $vendorDir . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',
    264     'GuzzleHttp\\Psr7\\StreamWrapper' => $vendorDir . '/guzzlehttp/psr7/src/StreamWrapper.php',
    265     'GuzzleHttp\\Psr7\\UploadedFile' => $vendorDir . '/guzzlehttp/psr7/src/UploadedFile.php',
    266     'GuzzleHttp\\Psr7\\Uri' => $vendorDir . '/guzzlehttp/psr7/src/Uri.php',
    267     'GuzzleHttp\\Psr7\\UriComparator' => $vendorDir . '/guzzlehttp/psr7/src/UriComparator.php',
    268     'GuzzleHttp\\Psr7\\UriNormalizer' => $vendorDir . '/guzzlehttp/psr7/src/UriNormalizer.php',
    269     'GuzzleHttp\\Psr7\\UriResolver' => $vendorDir . '/guzzlehttp/psr7/src/UriResolver.php',
    270     'GuzzleHttp\\Psr7\\Utils' => $vendorDir . '/guzzlehttp/psr7/src/Utils.php',
    271     'GuzzleHttp\\RedirectMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',
    272     'GuzzleHttp\\RequestOptions' => $vendorDir . '/guzzlehttp/guzzle/src/RequestOptions.php',
    273     'GuzzleHttp\\RetryMiddleware' => $vendorDir . '/guzzlehttp/guzzle/src/RetryMiddleware.php',
    274     'GuzzleHttp\\TransferStats' => $vendorDir . '/guzzlehttp/guzzle/src/TransferStats.php',
    275     'GuzzleHttp\\Utils' => $vendorDir . '/guzzlehttp/guzzle/src/Utils.php',
    276182    'Illuminate\\Container\\BoundMethod' => $vendorDir . '/illuminate/container/BoundMethod.php',
    277183    'Illuminate\\Container\\Container' => $vendorDir . '/illuminate/container/Container.php',
     
    668574    'Psr\\Container\\ContainerInterface' => $vendorDir . '/psr/container/src/ContainerInterface.php',
    669575    'Psr\\Container\\NotFoundExceptionInterface' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php',
    670     'Psr\\Http\\Client\\ClientExceptionInterface' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php',
    671     'Psr\\Http\\Client\\ClientInterface' => $vendorDir . '/psr/http-client/src/ClientInterface.php',
    672     'Psr\\Http\\Client\\NetworkExceptionInterface' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php',
    673     'Psr\\Http\\Client\\RequestExceptionInterface' => $vendorDir . '/psr/http-client/src/RequestExceptionInterface.php',
    674     'Psr\\Http\\Message\\MessageInterface' => $vendorDir . '/psr/http-message/src/MessageInterface.php',
    675     'Psr\\Http\\Message\\RequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php',
    676     'Psr\\Http\\Message\\RequestInterface' => $vendorDir . '/psr/http-message/src/RequestInterface.php',
    677     'Psr\\Http\\Message\\ResponseFactoryInterface' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php',
    678     'Psr\\Http\\Message\\ResponseInterface' => $vendorDir . '/psr/http-message/src/ResponseInterface.php',
    679     'Psr\\Http\\Message\\ServerRequestFactoryInterface' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php',
    680     'Psr\\Http\\Message\\ServerRequestInterface' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php',
    681     'Psr\\Http\\Message\\StreamFactoryInterface' => $vendorDir . '/psr/http-factory/src/StreamFactoryInterface.php',
    682     'Psr\\Http\\Message\\StreamInterface' => $vendorDir . '/psr/http-message/src/StreamInterface.php',
    683     'Psr\\Http\\Message\\UploadedFileFactoryInterface' => $vendorDir . '/psr/http-factory/src/UploadedFileFactoryInterface.php',
    684     'Psr\\Http\\Message\\UploadedFileInterface' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php',
    685     'Psr\\Http\\Message\\UriFactoryInterface' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php',
    686     'Psr\\Http\\Message\\UriInterface' => $vendorDir . '/psr/http-message/src/UriInterface.php',
    687576    'Psr\\SimpleCache\\CacheException' => $vendorDir . '/psr/simple-cache/src/CacheException.php',
    688577    'Psr\\SimpleCache\\CacheInterface' => $vendorDir . '/psr/simple-cache/src/CacheInterface.php',
     
    848737    'Symfony\\Component\\String\\Slugger\\SluggerInterface' => $vendorDir . '/symfony/string/Slugger/SluggerInterface.php',
    849738    'Symfony\\Component\\String\\UnicodeString' => $vendorDir . '/symfony/string/UnicodeString.php',
    850     'Symfony\\Component\\Translation\\CatalogueMetadataAwareInterface' => $vendorDir . '/symfony/translation/CatalogueMetadataAwareInterface.php',
    851739    'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => $vendorDir . '/symfony/translation/Catalogue/AbstractOperation.php',
    852740    'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => $vendorDir . '/symfony/translation/Catalogue/MergeOperation.php',
     
    859747    'Symfony\\Component\\Translation\\DataCollectorTranslator' => $vendorDir . '/symfony/translation/DataCollectorTranslator.php',
    860748    'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => $vendorDir . '/symfony/translation/DataCollector/TranslationDataCollector.php',
    861     'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/DataCollectorTranslatorPass.php',
    862     'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => $vendorDir . '/symfony/translation/DependencyInjection/LoggingTranslatorPass.php',
    863749    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
    864750    'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => $vendorDir . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
     
    891777    'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => $vendorDir . '/symfony/translation/Extractor/ChainExtractor.php',
    892778    'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => $vendorDir . '/symfony/translation/Extractor/ExtractorInterface.php',
    893     'Symfony\\Component\\Translation\\Extractor\\PhpAstExtractor' => $vendorDir . '/symfony/translation/Extractor/PhpAstExtractor.php',
    894779    'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => $vendorDir . '/symfony/translation/Extractor/PhpExtractor.php',
    895780    'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => $vendorDir . '/symfony/translation/Extractor/PhpStringTokenParser.php',
    896     'Symfony\\Component\\Translation\\Extractor\\Visitor\\AbstractVisitor' => $vendorDir . '/symfony/translation/Extractor/Visitor/AbstractVisitor.php',
    897     'Symfony\\Component\\Translation\\Extractor\\Visitor\\ConstraintVisitor' => $vendorDir . '/symfony/translation/Extractor/Visitor/ConstraintVisitor.php',
    898     'Symfony\\Component\\Translation\\Extractor\\Visitor\\TransMethodVisitor' => $vendorDir . '/symfony/translation/Extractor/Visitor/TransMethodVisitor.php',
    899     'Symfony\\Component\\Translation\\Extractor\\Visitor\\TranslatableMessageVisitor' => $vendorDir . '/symfony/translation/Extractor/Visitor/TranslatableMessageVisitor.php',
    900781    'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => $vendorDir . '/symfony/translation/Formatter/IntlFormatter.php',
    901782    'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => $vendorDir . '/symfony/translation/Formatter/IntlFormatterInterface.php',
     
    917798    'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => $vendorDir . '/symfony/translation/Loader/XliffFileLoader.php',
    918799    'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => $vendorDir . '/symfony/translation/Loader/YamlFileLoader.php',
    919     'Symfony\\Component\\Translation\\LocaleSwitcher' => $vendorDir . '/symfony/translation/LocaleSwitcher.php',
    920800    'Symfony\\Component\\Translation\\LoggingTranslator' => $vendorDir . '/symfony/translation/LoggingTranslator.php',
    921801    'Symfony\\Component\\Translation\\MessageCatalogue' => $vendorDir . '/symfony/translation/MessageCatalogue.php',
     
    947827    'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => $vendorDir . '/symfony/service-contracts/Attribute/SubscribedService.php',
    948828    'Symfony\\Contracts\\Service\\ResetInterface' => $vendorDir . '/symfony/service-contracts/ResetInterface.php',
    949     'Symfony\\Contracts\\Service\\ServiceCollectionInterface' => $vendorDir . '/symfony/service-contracts/ServiceCollectionInterface.php',
    950829    'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => $vendorDir . '/symfony/service-contracts/ServiceLocatorTrait.php',
    951     'Symfony\\Contracts\\Service\\ServiceMethodsSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceMethodsSubscriberTrait.php',
    952830    'Symfony\\Contracts\\Service\\ServiceProviderInterface' => $vendorDir . '/symfony/service-contracts/ServiceProviderInterface.php',
    953831    'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberInterface.php',
    954832    'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => $vendorDir . '/symfony/service-contracts/ServiceSubscriberTrait.php',
     833    'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
     834    'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTestCase' => $vendorDir . '/symfony/service-contracts/Test/ServiceLocatorTestCase.php',
    955835    'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php',
     836    'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php',
    956837    'Symfony\\Contracts\\Translation\\TranslatableInterface' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php',
    957838    'Symfony\\Contracts\\Translation\\TranslatorInterface' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php',
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/autoload_files.php

    r3284902 r3284908  
    1111    'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
    1212    '60799491728b879e74601d83e38b2cad' => $vendorDir . '/illuminate/collections/helpers.php',
    13     '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
    1413    '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
    1514    '8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
     
    1817    '0d59ee240a4cd96ddbb4ff164fccea4d' => $vendorDir . '/symfony/polyfill-php73/bootstrap.php',
    1918    'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
    20     '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
    2119    '72579e7bd17821bb1321b87411366eae' => $vendorDir . '/illuminate/support/helpers.php',
    2220    'd767e4fc2dc52fe66584ab8c6684783e' => $vendorDir . '/adbario/php-dot-notation/src/helpers.php',
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/autoload_psr4.php

    r3284902 r3284908  
    2424    'Public\\' => array($baseDir . '/public'),
    2525    'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
    26     'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
    27     'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
    2826    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    2927    'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'),
     
    3230    'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
    3331    'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
    34     'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
    35     'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
    36     'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
    3732    'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
    3833    'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'),
    3934    'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
    4035    'Builders\\' => array($baseDir . '/builders'),
    41     'Attema\\MetricsCollector\\' => array($vendorDir . '/attema/metrics-collector/src'),
    4236    'App\\' => array($baseDir . '/app'),
    4337    'Admin\\Partials\\' => array($baseDir . '/admin/partials'),
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/autoload_real.php

    r3284902 r3284908  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitd35a41c89d937f250efbbdb1ea159838
     5class ComposerAutoloaderInitcef533823af13aa0d7f87e6384d19f77
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInitd35a41c89d937f250efbbdb1ea159838', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitcef533823af13aa0d7f87e6384d19f77', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInitd35a41c89d937f250efbbdb1ea159838', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitcef533823af13aa0d7f87e6384d19f77', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInitd35a41c89d937f250efbbdb1ea159838::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitcef533823af13aa0d7f87e6384d19f77::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $filesToLoad = \Composer\Autoload\ComposerStaticInitd35a41c89d937f250efbbdb1ea159838::$files;
     36        $filesToLoad = \Composer\Autoload\ComposerStaticInitcef533823af13aa0d7f87e6384d19f77::$files;
    3737        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3838            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/autoload_static.php

    r3284902 r3284908  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitd35a41c89d937f250efbbdb1ea159838
     7class ComposerStaticInitcef533823af13aa0d7f87e6384d19f77
    88{
    99    public static $files = array (
     
    1212        'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
    1313        '60799491728b879e74601d83e38b2cad' => __DIR__ . '/..' . '/illuminate/collections/helpers.php',
    14         '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
    1514        '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
    1615        '8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
     
    1918        '0d59ee240a4cd96ddbb4ff164fccea4d' => __DIR__ . '/..' . '/symfony/polyfill-php73/bootstrap.php',
    2019        'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
    21         '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
    2220        '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php',
    2321        'd767e4fc2dc52fe66584ab8c6684783e' => __DIR__ . '/..' . '/adbario/php-dot-notation/src/helpers.php',
     
    5755            'Public\\' => 7,
    5856            'Psr\\SimpleCache\\' => 16,
    59             'Psr\\Http\\Message\\' => 17,
    60             'Psr\\Http\\Client\\' => 16,
    6157            'Psr\\Container\\' => 14,
    6258            'Psr\\Clock\\' => 10,
     
    6965            'Illuminate\\Container\\' => 21,
    7066        ),
    71         'G' =>
    72         array (
    73             'GuzzleHttp\\Psr7\\' => 16,
    74             'GuzzleHttp\\Promise\\' => 19,
    75             'GuzzleHttp\\' => 11,
    76         ),
    7767        'D' =>
    7868        array (
     
    9080        'A' =>
    9181        array (
    92             'Attema\\MetricsCollector\\' => 24,
    9382            'App\\' => 4,
    9483            'Admin\\Partials\\' => 15,
     
    167156            0 => __DIR__ . '/..' . '/psr/simple-cache/src',
    168157        ),
    169         'Psr\\Http\\Message\\' =>
    170         array (
    171             0 => __DIR__ . '/..' . '/psr/http-factory/src',
    172             1 => __DIR__ . '/..' . '/psr/http-message/src',
    173         ),
    174         'Psr\\Http\\Client\\' =>
    175         array (
    176             0 => __DIR__ . '/..' . '/psr/http-client/src',
    177         ),
    178158        'Psr\\Container\\' =>
    179159        array (
     
    202182            0 => __DIR__ . '/..' . '/illuminate/container',
    203183        ),
    204         'GuzzleHttp\\Psr7\\' =>
    205         array (
    206             0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
    207         ),
    208         'GuzzleHttp\\Promise\\' =>
    209         array (
    210             0 => __DIR__ . '/..' . '/guzzlehttp/promises/src',
    211         ),
    212         'GuzzleHttp\\' =>
    213         array (
    214             0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
    215         ),
    216184        'Doctrine\\Inflector\\' =>
    217185        array (
     
    229197        array (
    230198            0 => __DIR__ . '/../..' . '/builders',
    231         ),
    232         'Attema\\MetricsCollector\\' =>
    233         array (
    234             0 => __DIR__ . '/..' . '/attema/metrics-collector/src',
    235199        ),
    236200        'App\\' =>
     
    293257        'App\\Traits\\HasView' => __DIR__ . '/../..' . '/app/Traits/HasView.php',
    294258        'App\\Updater' => __DIR__ . '/../..' . '/app/Updater.php',
    295         'Attema\\MetricsCollector\\Config' => __DIR__ . '/..' . '/attema/metrics-collector/src/Config.php',
    296         'Attema\\MetricsCollector\\Kernel' => __DIR__ . '/..' . '/attema/metrics-collector/src/Kernel.php',
    297         'Attema\\MetricsCollector\\MetricsCollector' => __DIR__ . '/..' . '/attema/metrics-collector/src/MetricsCollector.php',
    298         'Attema\\MetricsCollector\\Services\\ApiService' => __DIR__ . '/..' . '/attema/metrics-collector/services/ApiService.php',
    299         'Attema\\MetricsCollector\\Settings' => __DIR__ . '/..' . '/attema/metrics-collector/src/Settings.php',
    300259        'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
    301260        'Builders\\Abstracts\\AbstractBuilder' => __DIR__ . '/../..' . '/builders/Abstracts/AbstractBuilder.php',
     
    389348        'Carbon\\TranslatorImmutable' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/TranslatorImmutable.php',
    390349        'Carbon\\TranslatorStrongTypeInterface' => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php',
    391         'ComposerAutoloaderInit558e5f19411ed94766350eb62608a53d' => __DIR__ . '/..' . '/attema/metrics-collector/vendor/composer/autoload_real.php',
    392         'Composer\\Autoload\\ClassLoader' => __DIR__ . '/..' . '/attema/metrics-collector/vendor/composer/ClassLoader.php',
    393         'Composer\\Autoload\\ComposerStaticInit558e5f19411ed94766350eb62608a53d' => __DIR__ . '/..' . '/attema/metrics-collector/vendor/composer/autoload_static.php',
    394350        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    395351        'Doctrine\\Inflector\\CachedWordInflector' => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php',
     
    434390        'Doctrine\\Inflector\\RulesetInflector' => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php',
    435391        'Doctrine\\Inflector\\WordInflector' => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php',
    436         'GuzzleHttp\\BodySummarizer' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/BodySummarizer.php',
    437         'GuzzleHttp\\BodySummarizerInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/BodySummarizerInterface.php',
    438         'GuzzleHttp\\Client' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Client.php',
    439         'GuzzleHttp\\ClientInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientInterface.php',
    440         'GuzzleHttp\\ClientTrait' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientTrait.php',
    441         'GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
    442         'GuzzleHttp\\Cookie\\CookieJarInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',
    443         'GuzzleHttp\\Cookie\\FileCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',
    444         'GuzzleHttp\\Cookie\\SessionCookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',
    445         'GuzzleHttp\\Cookie\\SetCookie' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/SetCookie.php',
    446         'GuzzleHttp\\Exception\\BadResponseException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/BadResponseException.php',
    447         'GuzzleHttp\\Exception\\ClientException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ClientException.php',
    448         'GuzzleHttp\\Exception\\ConnectException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ConnectException.php',
    449         'GuzzleHttp\\Exception\\GuzzleException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/GuzzleException.php',
    450         'GuzzleHttp\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',
    451         'GuzzleHttp\\Exception\\RequestException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/RequestException.php',
    452         'GuzzleHttp\\Exception\\ServerException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/ServerException.php',
    453         'GuzzleHttp\\Exception\\TooManyRedirectsException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',
    454         'GuzzleHttp\\Exception\\TransferException' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Exception/TransferException.php',
    455         'GuzzleHttp\\HandlerStack' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/HandlerStack.php',
    456         'GuzzleHttp\\Handler\\CurlFactory' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactory.php',
    457         'GuzzleHttp\\Handler\\CurlFactoryInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',
    458         'GuzzleHttp\\Handler\\CurlHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlHandler.php',
    459         'GuzzleHttp\\Handler\\CurlMultiHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php',
    460         'GuzzleHttp\\Handler\\EasyHandle' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/EasyHandle.php',
    461         'GuzzleHttp\\Handler\\HeaderProcessor' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php',
    462         'GuzzleHttp\\Handler\\MockHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/MockHandler.php',
    463         'GuzzleHttp\\Handler\\Proxy' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/Proxy.php',
    464         'GuzzleHttp\\Handler\\StreamHandler' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Handler/StreamHandler.php',
    465         'GuzzleHttp\\MessageFormatter' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatter.php',
    466         'GuzzleHttp\\MessageFormatterInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/MessageFormatterInterface.php',
    467         'GuzzleHttp\\Middleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Middleware.php',
    468         'GuzzleHttp\\Pool' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Pool.php',
    469         'GuzzleHttp\\PrepareBodyMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',
    470         'GuzzleHttp\\Promise\\AggregateException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/AggregateException.php',
    471         'GuzzleHttp\\Promise\\CancellationException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/CancellationException.php',
    472         'GuzzleHttp\\Promise\\Coroutine' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Coroutine.php',
    473         'GuzzleHttp\\Promise\\Create' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Create.php',
    474         'GuzzleHttp\\Promise\\Each' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Each.php',
    475         'GuzzleHttp\\Promise\\EachPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/EachPromise.php',
    476         'GuzzleHttp\\Promise\\FulfilledPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/FulfilledPromise.php',
    477         'GuzzleHttp\\Promise\\Is' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Is.php',
    478         'GuzzleHttp\\Promise\\Promise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Promise.php',
    479         'GuzzleHttp\\Promise\\PromiseInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromiseInterface.php',
    480         'GuzzleHttp\\Promise\\PromisorInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/PromisorInterface.php',
    481         'GuzzleHttp\\Promise\\RejectedPromise' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectedPromise.php',
    482         'GuzzleHttp\\Promise\\RejectionException' => __DIR__ . '/..' . '/guzzlehttp/promises/src/RejectionException.php',
    483         'GuzzleHttp\\Promise\\TaskQueue' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueue.php',
    484         'GuzzleHttp\\Promise\\TaskQueueInterface' => __DIR__ . '/..' . '/guzzlehttp/promises/src/TaskQueueInterface.php',
    485         'GuzzleHttp\\Promise\\Utils' => __DIR__ . '/..' . '/guzzlehttp/promises/src/Utils.php',
    486         'GuzzleHttp\\Psr7\\AppendStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/AppendStream.php',
    487         'GuzzleHttp\\Psr7\\BufferStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/BufferStream.php',
    488         'GuzzleHttp\\Psr7\\CachingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/CachingStream.php',
    489         'GuzzleHttp\\Psr7\\DroppingStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/DroppingStream.php',
    490         'GuzzleHttp\\Psr7\\Exception\\MalformedUriException' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Exception/MalformedUriException.php',
    491         'GuzzleHttp\\Psr7\\FnStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/FnStream.php',
    492         'GuzzleHttp\\Psr7\\Header' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Header.php',
    493         'GuzzleHttp\\Psr7\\HttpFactory' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/HttpFactory.php',
    494         'GuzzleHttp\\Psr7\\InflateStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/InflateStream.php',
    495         'GuzzleHttp\\Psr7\\LazyOpenStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LazyOpenStream.php',
    496         'GuzzleHttp\\Psr7\\LimitStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/LimitStream.php',
    497         'GuzzleHttp\\Psr7\\Message' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Message.php',
    498         'GuzzleHttp\\Psr7\\MessageTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MessageTrait.php',
    499         'GuzzleHttp\\Psr7\\MimeType' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MimeType.php',
    500         'GuzzleHttp\\Psr7\\MultipartStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/MultipartStream.php',
    501         'GuzzleHttp\\Psr7\\NoSeekStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/NoSeekStream.php',
    502         'GuzzleHttp\\Psr7\\PumpStream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/PumpStream.php',
    503         'GuzzleHttp\\Psr7\\Query' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Query.php',
    504         'GuzzleHttp\\Psr7\\Request' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Request.php',
    505         'GuzzleHttp\\Psr7\\Response' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Response.php',
    506         'GuzzleHttp\\Psr7\\Rfc7230' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Rfc7230.php',
    507         'GuzzleHttp\\Psr7\\ServerRequest' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/ServerRequest.php',
    508         'GuzzleHttp\\Psr7\\Stream' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Stream.php',
    509         'GuzzleHttp\\Psr7\\StreamDecoratorTrait' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamDecoratorTrait.php',
    510         'GuzzleHttp\\Psr7\\StreamWrapper' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/StreamWrapper.php',
    511         'GuzzleHttp\\Psr7\\UploadedFile' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UploadedFile.php',
    512         'GuzzleHttp\\Psr7\\Uri' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Uri.php',
    513         'GuzzleHttp\\Psr7\\UriComparator' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriComparator.php',
    514         'GuzzleHttp\\Psr7\\UriNormalizer' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriNormalizer.php',
    515         'GuzzleHttp\\Psr7\\UriResolver' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/UriResolver.php',
    516         'GuzzleHttp\\Psr7\\Utils' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/Utils.php',
    517         'GuzzleHttp\\RedirectMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RedirectMiddleware.php',
    518         'GuzzleHttp\\RequestOptions' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RequestOptions.php',
    519         'GuzzleHttp\\RetryMiddleware' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/RetryMiddleware.php',
    520         'GuzzleHttp\\TransferStats' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/TransferStats.php',
    521         'GuzzleHttp\\Utils' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Utils.php',
    522392        'Illuminate\\Container\\BoundMethod' => __DIR__ . '/..' . '/illuminate/container/BoundMethod.php',
    523393        'Illuminate\\Container\\Container' => __DIR__ . '/..' . '/illuminate/container/Container.php',
     
    914784        'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',
    915785        'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',
    916         'Psr\\Http\\Client\\ClientExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientExceptionInterface.php',
    917         'Psr\\Http\\Client\\ClientInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientInterface.php',
    918         'Psr\\Http\\Client\\NetworkExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/NetworkExceptionInterface.php',
    919         'Psr\\Http\\Client\\RequestExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/RequestExceptionInterface.php',
    920         'Psr\\Http\\Message\\MessageInterface' => __DIR__ . '/..' . '/psr/http-message/src/MessageInterface.php',
    921         'Psr\\Http\\Message\\RequestFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/RequestFactoryInterface.php',
    922         'Psr\\Http\\Message\\RequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/RequestInterface.php',
    923         'Psr\\Http\\Message\\ResponseFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/ResponseFactoryInterface.php',
    924         'Psr\\Http\\Message\\ResponseInterface' => __DIR__ . '/..' . '/psr/http-message/src/ResponseInterface.php',
    925         'Psr\\Http\\Message\\ServerRequestFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/ServerRequestFactoryInterface.php',
    926         'Psr\\Http\\Message\\ServerRequestInterface' => __DIR__ . '/..' . '/psr/http-message/src/ServerRequestInterface.php',
    927         'Psr\\Http\\Message\\StreamFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/StreamFactoryInterface.php',
    928         'Psr\\Http\\Message\\StreamInterface' => __DIR__ . '/..' . '/psr/http-message/src/StreamInterface.php',
    929         'Psr\\Http\\Message\\UploadedFileFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/UploadedFileFactoryInterface.php',
    930         'Psr\\Http\\Message\\UploadedFileInterface' => __DIR__ . '/..' . '/psr/http-message/src/UploadedFileInterface.php',
    931         'Psr\\Http\\Message\\UriFactoryInterface' => __DIR__ . '/..' . '/psr/http-factory/src/UriFactoryInterface.php',
    932         'Psr\\Http\\Message\\UriInterface' => __DIR__ . '/..' . '/psr/http-message/src/UriInterface.php',
    933786        'Psr\\SimpleCache\\CacheException' => __DIR__ . '/..' . '/psr/simple-cache/src/CacheException.php',
    934787        'Psr\\SimpleCache\\CacheInterface' => __DIR__ . '/..' . '/psr/simple-cache/src/CacheInterface.php',
     
    1094947        'Symfony\\Component\\String\\Slugger\\SluggerInterface' => __DIR__ . '/..' . '/symfony/string/Slugger/SluggerInterface.php',
    1095948        'Symfony\\Component\\String\\UnicodeString' => __DIR__ . '/..' . '/symfony/string/UnicodeString.php',
    1096         'Symfony\\Component\\Translation\\CatalogueMetadataAwareInterface' => __DIR__ . '/..' . '/symfony/translation/CatalogueMetadataAwareInterface.php',
    1097949        'Symfony\\Component\\Translation\\Catalogue\\AbstractOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/AbstractOperation.php',
    1098950        'Symfony\\Component\\Translation\\Catalogue\\MergeOperation' => __DIR__ . '/..' . '/symfony/translation/Catalogue/MergeOperation.php',
     
    1105957        'Symfony\\Component\\Translation\\DataCollectorTranslator' => __DIR__ . '/..' . '/symfony/translation/DataCollectorTranslator.php',
    1106958        'Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector' => __DIR__ . '/..' . '/symfony/translation/DataCollector/TranslationDataCollector.php',
    1107         'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/DataCollectorTranslatorPass.php',
    1108         'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/LoggingTranslatorPass.php',
    1109959        'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationDumperPass.php',
    1110960        'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => __DIR__ . '/..' . '/symfony/translation/DependencyInjection/TranslationExtractorPass.php',
     
    1137987        'Symfony\\Component\\Translation\\Extractor\\ChainExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/ChainExtractor.php',
    1138988        'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => __DIR__ . '/..' . '/symfony/translation/Extractor/ExtractorInterface.php',
    1139         'Symfony\\Component\\Translation\\Extractor\\PhpAstExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/PhpAstExtractor.php',
    1140989        'Symfony\\Component\\Translation\\Extractor\\PhpExtractor' => __DIR__ . '/..' . '/symfony/translation/Extractor/PhpExtractor.php',
    1141990        'Symfony\\Component\\Translation\\Extractor\\PhpStringTokenParser' => __DIR__ . '/..' . '/symfony/translation/Extractor/PhpStringTokenParser.php',
    1142         'Symfony\\Component\\Translation\\Extractor\\Visitor\\AbstractVisitor' => __DIR__ . '/..' . '/symfony/translation/Extractor/Visitor/AbstractVisitor.php',
    1143         'Symfony\\Component\\Translation\\Extractor\\Visitor\\ConstraintVisitor' => __DIR__ . '/..' . '/symfony/translation/Extractor/Visitor/ConstraintVisitor.php',
    1144         'Symfony\\Component\\Translation\\Extractor\\Visitor\\TransMethodVisitor' => __DIR__ . '/..' . '/symfony/translation/Extractor/Visitor/TransMethodVisitor.php',
    1145         'Symfony\\Component\\Translation\\Extractor\\Visitor\\TranslatableMessageVisitor' => __DIR__ . '/..' . '/symfony/translation/Extractor/Visitor/TranslatableMessageVisitor.php',
    1146991        'Symfony\\Component\\Translation\\Formatter\\IntlFormatter' => __DIR__ . '/..' . '/symfony/translation/Formatter/IntlFormatter.php',
    1147992        'Symfony\\Component\\Translation\\Formatter\\IntlFormatterInterface' => __DIR__ . '/..' . '/symfony/translation/Formatter/IntlFormatterInterface.php',
     
    11631008        'Symfony\\Component\\Translation\\Loader\\XliffFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/XliffFileLoader.php',
    11641009        'Symfony\\Component\\Translation\\Loader\\YamlFileLoader' => __DIR__ . '/..' . '/symfony/translation/Loader/YamlFileLoader.php',
    1165         'Symfony\\Component\\Translation\\LocaleSwitcher' => __DIR__ . '/..' . '/symfony/translation/LocaleSwitcher.php',
    11661010        'Symfony\\Component\\Translation\\LoggingTranslator' => __DIR__ . '/..' . '/symfony/translation/LoggingTranslator.php',
    11671011        'Symfony\\Component\\Translation\\MessageCatalogue' => __DIR__ . '/..' . '/symfony/translation/MessageCatalogue.php',
     
    11931037        'Symfony\\Contracts\\Service\\Attribute\\SubscribedService' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/SubscribedService.php',
    11941038        'Symfony\\Contracts\\Service\\ResetInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ResetInterface.php',
    1195         'Symfony\\Contracts\\Service\\ServiceCollectionInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceCollectionInterface.php',
    11961039        'Symfony\\Contracts\\Service\\ServiceLocatorTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceLocatorTrait.php',
    1197         'Symfony\\Contracts\\Service\\ServiceMethodsSubscriberTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceMethodsSubscriberTrait.php',
    11981040        'Symfony\\Contracts\\Service\\ServiceProviderInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceProviderInterface.php',
    11991041        'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberInterface.php',
    12001042        'Symfony\\Contracts\\Service\\ServiceSubscriberTrait' => __DIR__ . '/..' . '/symfony/service-contracts/ServiceSubscriberTrait.php',
     1043        'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTest' => __DIR__ . '/..' . '/symfony/service-contracts/Test/ServiceLocatorTest.php',
     1044        'Symfony\\Contracts\\Service\\Test\\ServiceLocatorTestCase' => __DIR__ . '/..' . '/symfony/service-contracts/Test/ServiceLocatorTestCase.php',
    12011045        'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/LocaleAwareInterface.php',
     1046        'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => __DIR__ . '/..' . '/symfony/translation-contracts/Test/TranslatorTest.php',
    12021047        'Symfony\\Contracts\\Translation\\TranslatableInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatableInterface.php',
    12031048        'Symfony\\Contracts\\Translation\\TranslatorInterface' => __DIR__ . '/..' . '/symfony/translation-contracts/TranslatorInterface.php',
     
    12191064    {
    12201065        return \Closure::bind(function () use ($loader) {
    1221             $loader->prefixLengthsPsr4 = ComposerStaticInitd35a41c89d937f250efbbdb1ea159838::$prefixLengthsPsr4;
    1222             $loader->prefixDirsPsr4 = ComposerStaticInitd35a41c89d937f250efbbdb1ea159838::$prefixDirsPsr4;
    1223             $loader->classMap = ComposerStaticInitd35a41c89d937f250efbbdb1ea159838::$classMap;
     1066            $loader->prefixLengthsPsr4 = ComposerStaticInitcef533823af13aa0d7f87e6384d19f77::$prefixLengthsPsr4;
     1067            $loader->prefixDirsPsr4 = ComposerStaticInitcef533823af13aa0d7f87e6384d19f77::$prefixDirsPsr4;
     1068            $loader->classMap = ComposerStaticInitcef533823af13aa0d7f87e6384d19f77::$classMap;
    12241069
    12251070        }, null, ClassLoader::class);
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/installed.json

    r3284902 r3284908  
    5959        },
    6060        {
    61             "name": "attema/metrics-collector",
    62             "version": "1.0.0-dev",
    63             "version_normalized": "1.0.0.0-dev",
    64             "dist": {
    65                 "type": "path",
    66                 "url": "/Users/tov35/Projects/metrics-collector",
    67                 "reference": "ea7bbd23d7d336288ec17c463c293999e0140011"
    68             },
    69             "require": {
    70                 "guzzlehttp/guzzle": "^7.0",
    71                 "php": ">=8.2"
    72             },
    73             "type": "library",
    74             "installation-source": "dist",
    75             "autoload": {
    76                 "psr-4": {
    77                     "Attema\\MetricsCollector\\": "src/"
    78                 }
    79             },
    80             "license": [
    81                 "MIT"
    82             ],
    83             "authors": [
    84                 {
    85                     "name": "Patrick Attema",
    86                     "email": "p.attema@proton.me"
    87                 }
    88             ],
    89             "description": "A simple and lightweight metrics collector package for PHP plugins and sites of Tussendoor.",
    90             "keywords": [
    91                 "collector",
    92                 "metrics",
    93                 "wordpress"
    94             ],
    95             "transport-options": {
    96                 "relative": false
    97             },
    98             "install-path": "../attema/metrics-collector"
    99         },
    100         {
    10161            "name": "carbonphp/carbon-doctrine-types",
    102             "version": "3.2.0",
    103             "version_normalized": "3.2.0.0",
     62            "version": "2.1.0",
     63            "version_normalized": "2.1.0.0",
    10464            "source": {
    10565                "type": "git",
    10666                "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
    107                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
    108             },
    109             "dist": {
    110                 "type": "zip",
    111                 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
    112                 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
    113                 "shasum": ""
    114             },
    115             "require": {
    116                 "php": "^8.1"
     67                "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
     68            },
     69            "dist": {
     70                "type": "zip",
     71                "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
     72                "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
     73                "shasum": ""
     74            },
     75            "require": {
     76                "php": "^7.4 || ^8.0"
    11777            },
    11878            "conflict": {
    119                 "doctrine/dbal": "<4.0.0 || >=5.0.0"
     79                "doctrine/dbal": "<3.7.0 || >=4.0.0"
    12080            },
    12181            "require-dev": {
    122                 "doctrine/dbal": "^4.0.0",
     82                "doctrine/dbal": "^3.7.0",
    12383                "nesbot/carbon": "^2.71.0 || ^3.0.0",
    12484                "phpunit/phpunit": "^10.3"
    12585            },
    126             "time": "2024-02-09T16:56:22+00:00",
     86            "time": "2023-12-11T17:09:12+00:00",
    12787            "type": "library",
    12888            "installation-source": "dist",
     
    152112            "support": {
    153113                "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
    154                 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
     114                "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
    155115            },
    156116            "funding": [
     
    313273        },
    314274        {
    315             "name": "guzzlehttp/guzzle",
    316             "version": "7.9.3",
    317             "version_normalized": "7.9.3.0",
    318             "source": {
    319                 "type": "git",
    320                 "url": "https://github.com/guzzle/guzzle.git",
    321                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
    322             },
    323             "dist": {
    324                 "type": "zip",
    325                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
    326                 "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
    327                 "shasum": ""
    328             },
    329             "require": {
    330                 "ext-json": "*",
    331                 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
    332                 "guzzlehttp/psr7": "^2.7.0",
    333                 "php": "^7.2.5 || ^8.0",
    334                 "psr/http-client": "^1.0",
    335                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
    336             },
    337             "provide": {
    338                 "psr/http-client-implementation": "1.0"
    339             },
    340             "require-dev": {
    341                 "bamarni/composer-bin-plugin": "^1.8.2",
    342                 "ext-curl": "*",
    343                 "guzzle/client-integration-tests": "3.0.2",
    344                 "php-http/message-factory": "^1.1",
    345                 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
    346                 "psr/log": "^1.1 || ^2.0 || ^3.0"
    347             },
    348             "suggest": {
    349                 "ext-curl": "Required for CURL handler support",
    350                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
    351                 "psr/log": "Required for using the Log middleware"
    352             },
    353             "time": "2025-03-27T13:37:11+00:00",
    354             "type": "library",
    355             "extra": {
    356                 "bamarni-bin": {
    357                     "bin-links": true,
    358                     "forward-command": false
    359                 }
    360             },
    361             "installation-source": "dist",
    362             "autoload": {
    363                 "files": [
    364                     "src/functions_include.php"
    365                 ],
    366                 "psr-4": {
    367                     "GuzzleHttp\\": "src/"
    368                 }
    369             },
    370             "notification-url": "https://packagist.org/downloads/",
    371             "license": [
    372                 "MIT"
    373             ],
    374             "authors": [
    375                 {
    376                     "name": "Graham Campbell",
    377                     "email": "hello@gjcampbell.co.uk",
    378                     "homepage": "https://github.com/GrahamCampbell"
    379                 },
    380                 {
    381                     "name": "Michael Dowling",
    382                     "email": "mtdowling@gmail.com",
    383                     "homepage": "https://github.com/mtdowling"
    384                 },
    385                 {
    386                     "name": "Jeremy Lindblom",
    387                     "email": "jeremeamia@gmail.com",
    388                     "homepage": "https://github.com/jeremeamia"
    389                 },
    390                 {
    391                     "name": "George Mponos",
    392                     "email": "gmponos@gmail.com",
    393                     "homepage": "https://github.com/gmponos"
    394                 },
    395                 {
    396                     "name": "Tobias Nyholm",
    397                     "email": "tobias.nyholm@gmail.com",
    398                     "homepage": "https://github.com/Nyholm"
    399                 },
    400                 {
    401                     "name": "Márk Sági-Kazár",
    402                     "email": "mark.sagikazar@gmail.com",
    403                     "homepage": "https://github.com/sagikazarmark"
    404                 },
    405                 {
    406                     "name": "Tobias Schultze",
    407                     "email": "webmaster@tubo-world.de",
    408                     "homepage": "https://github.com/Tobion"
    409                 }
    410             ],
    411             "description": "Guzzle is a PHP HTTP client library",
    412             "keywords": [
    413                 "client",
    414                 "curl",
    415                 "framework",
    416                 "http",
    417                 "http client",
    418                 "psr-18",
    419                 "psr-7",
    420                 "rest",
    421                 "web service"
    422             ],
    423             "support": {
    424                 "issues": "https://github.com/guzzle/guzzle/issues",
    425                 "source": "https://github.com/guzzle/guzzle/tree/7.9.3"
    426             },
    427             "funding": [
    428                 {
    429                     "url": "https://github.com/GrahamCampbell",
    430                     "type": "github"
    431                 },
    432                 {
    433                     "url": "https://github.com/Nyholm",
    434                     "type": "github"
    435                 },
    436                 {
    437                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
    438                     "type": "tidelift"
    439                 }
    440             ],
    441             "install-path": "../guzzlehttp/guzzle"
    442         },
    443         {
    444             "name": "guzzlehttp/promises",
    445             "version": "2.2.0",
    446             "version_normalized": "2.2.0.0",
    447             "source": {
    448                 "type": "git",
    449                 "url": "https://github.com/guzzle/promises.git",
    450                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
    451             },
    452             "dist": {
    453                 "type": "zip",
    454                 "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
    455                 "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
    456                 "shasum": ""
    457             },
    458             "require": {
    459                 "php": "^7.2.5 || ^8.0"
    460             },
    461             "require-dev": {
    462                 "bamarni/composer-bin-plugin": "^1.8.2",
    463                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
    464             },
    465             "time": "2025-03-27T13:27:01+00:00",
    466             "type": "library",
    467             "extra": {
    468                 "bamarni-bin": {
    469                     "bin-links": true,
    470                     "forward-command": false
    471                 }
    472             },
    473             "installation-source": "dist",
    474             "autoload": {
    475                 "psr-4": {
    476                     "GuzzleHttp\\Promise\\": "src/"
    477                 }
    478             },
    479             "notification-url": "https://packagist.org/downloads/",
    480             "license": [
    481                 "MIT"
    482             ],
    483             "authors": [
    484                 {
    485                     "name": "Graham Campbell",
    486                     "email": "hello@gjcampbell.co.uk",
    487                     "homepage": "https://github.com/GrahamCampbell"
    488                 },
    489                 {
    490                     "name": "Michael Dowling",
    491                     "email": "mtdowling@gmail.com",
    492                     "homepage": "https://github.com/mtdowling"
    493                 },
    494                 {
    495                     "name": "Tobias Nyholm",
    496                     "email": "tobias.nyholm@gmail.com",
    497                     "homepage": "https://github.com/Nyholm"
    498                 },
    499                 {
    500                     "name": "Tobias Schultze",
    501                     "email": "webmaster@tubo-world.de",
    502                     "homepage": "https://github.com/Tobion"
    503                 }
    504             ],
    505             "description": "Guzzle promises library",
    506             "keywords": [
    507                 "promise"
    508             ],
    509             "support": {
    510                 "issues": "https://github.com/guzzle/promises/issues",
    511                 "source": "https://github.com/guzzle/promises/tree/2.2.0"
    512             },
    513             "funding": [
    514                 {
    515                     "url": "https://github.com/GrahamCampbell",
    516                     "type": "github"
    517                 },
    518                 {
    519                     "url": "https://github.com/Nyholm",
    520                     "type": "github"
    521                 },
    522                 {
    523                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
    524                     "type": "tidelift"
    525                 }
    526             ],
    527             "install-path": "../guzzlehttp/promises"
    528         },
    529         {
    530             "name": "guzzlehttp/psr7",
    531             "version": "2.7.1",
    532             "version_normalized": "2.7.1.0",
    533             "source": {
    534                 "type": "git",
    535                 "url": "https://github.com/guzzle/psr7.git",
    536                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
    537             },
    538             "dist": {
    539                 "type": "zip",
    540                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
    541                 "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
    542                 "shasum": ""
    543             },
    544             "require": {
    545                 "php": "^7.2.5 || ^8.0",
    546                 "psr/http-factory": "^1.0",
    547                 "psr/http-message": "^1.1 || ^2.0",
    548                 "ralouphie/getallheaders": "^3.0"
    549             },
    550             "provide": {
    551                 "psr/http-factory-implementation": "1.0",
    552                 "psr/http-message-implementation": "1.0"
    553             },
    554             "require-dev": {
    555                 "bamarni/composer-bin-plugin": "^1.8.2",
    556                 "http-interop/http-factory-tests": "0.9.0",
    557                 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
    558             },
    559             "suggest": {
    560                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
    561             },
    562             "time": "2025-03-27T12:30:47+00:00",
    563             "type": "library",
    564             "extra": {
    565                 "bamarni-bin": {
    566                     "bin-links": true,
    567                     "forward-command": false
    568                 }
    569             },
    570             "installation-source": "dist",
    571             "autoload": {
    572                 "psr-4": {
    573                     "GuzzleHttp\\Psr7\\": "src/"
    574                 }
    575             },
    576             "notification-url": "https://packagist.org/downloads/",
    577             "license": [
    578                 "MIT"
    579             ],
    580             "authors": [
    581                 {
    582                     "name": "Graham Campbell",
    583                     "email": "hello@gjcampbell.co.uk",
    584                     "homepage": "https://github.com/GrahamCampbell"
    585                 },
    586                 {
    587                     "name": "Michael Dowling",
    588                     "email": "mtdowling@gmail.com",
    589                     "homepage": "https://github.com/mtdowling"
    590                 },
    591                 {
    592                     "name": "George Mponos",
    593                     "email": "gmponos@gmail.com",
    594                     "homepage": "https://github.com/gmponos"
    595                 },
    596                 {
    597                     "name": "Tobias Nyholm",
    598                     "email": "tobias.nyholm@gmail.com",
    599                     "homepage": "https://github.com/Nyholm"
    600                 },
    601                 {
    602                     "name": "Márk Sági-Kazár",
    603                     "email": "mark.sagikazar@gmail.com",
    604                     "homepage": "https://github.com/sagikazarmark"
    605                 },
    606                 {
    607                     "name": "Tobias Schultze",
    608                     "email": "webmaster@tubo-world.de",
    609                     "homepage": "https://github.com/Tobion"
    610                 },
    611                 {
    612                     "name": "Márk Sági-Kazár",
    613                     "email": "mark.sagikazar@gmail.com",
    614                     "homepage": "https://sagikazarmark.hu"
    615                 }
    616             ],
    617             "description": "PSR-7 message implementation that also provides common utility methods",
    618             "keywords": [
    619                 "http",
    620                 "message",
    621                 "psr-7",
    622                 "request",
    623                 "response",
    624                 "stream",
    625                 "uri",
    626                 "url"
    627             ],
    628             "support": {
    629                 "issues": "https://github.com/guzzle/psr7/issues",
    630                 "source": "https://github.com/guzzle/psr7/tree/2.7.1"
    631             },
    632             "funding": [
    633                 {
    634                     "url": "https://github.com/GrahamCampbell",
    635                     "type": "github"
    636                 },
    637                 {
    638                     "url": "https://github.com/Nyholm",
    639                     "type": "github"
    640                 },
    641                 {
    642                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
    643                     "type": "tidelift"
    644                 }
    645             ],
    646             "install-path": "../guzzlehttp/psr7"
    647         },
    648         {
    649275            "name": "illuminate/collections",
    650276            "version": "v8.83.27",
     
    1001627        {
    1002628            "name": "nesbot/carbon",
    1003             "version": "2.73.0",
    1004             "version_normalized": "2.73.0.0",
    1005             "source": {
    1006                 "type": "git",
    1007                 "url": "https://github.com/CarbonPHP/carbon.git",
    1008                 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"
    1009             },
    1010             "dist": {
    1011                 "type": "zip",
    1012                 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",
    1013                 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",
     629            "version": "2.72.5",
     630            "version_normalized": "2.72.5.0",
     631            "source": {
     632                "type": "git",
     633                "url": "https://github.com/briannesbitt/Carbon.git",
     634                "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed"
     635            },
     636            "dist": {
     637                "type": "zip",
     638                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/afd46589c216118ecd48ff2b95d77596af1e57ed",
     639                "reference": "afd46589c216118ecd48ff2b95d77596af1e57ed",
    1014640                "shasum": ""
    1015641            },
     
    1031657                "friendsofphp/php-cs-fixer": "^3.0",
    1032658                "kylekatarnls/multi-tester": "^2.0",
    1033                 "ondrejmirtes/better-reflection": "<6",
     659                "ondrejmirtes/better-reflection": "*",
    1034660                "phpmd/phpmd": "^2.9",
    1035661                "phpstan/extension-installer": "^1.0",
     
    1039665                "squizlabs/php_codesniffer": "^3.4"
    1040666            },
    1041             "time": "2025-01-08T20:10:23+00:00",
     667            "time": "2024-06-03T19:18:41+00:00",
    1042668            "bin": [
    1043669                "bin/carbon"
     
    1212838        },
    1213839        {
    1214             "name": "psr/http-client",
    1215             "version": "1.0.3",
    1216             "version_normalized": "1.0.3.0",
    1217             "source": {
    1218                 "type": "git",
    1219                 "url": "https://github.com/php-fig/http-client.git",
    1220                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
    1221             },
    1222             "dist": {
    1223                 "type": "zip",
    1224                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
    1225                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
    1226                 "shasum": ""
    1227             },
    1228             "require": {
    1229                 "php": "^7.0 || ^8.0",
    1230                 "psr/http-message": "^1.0 || ^2.0"
    1231             },
    1232             "time": "2023-09-23T14:17:50+00:00",
    1233             "type": "library",
    1234             "extra": {
    1235                 "branch-alias": {
    1236                     "dev-master": "1.0.x-dev"
    1237                 }
    1238             },
    1239             "installation-source": "dist",
    1240             "autoload": {
    1241                 "psr-4": {
    1242                     "Psr\\Http\\Client\\": "src/"
    1243                 }
    1244             },
    1245             "notification-url": "https://packagist.org/downloads/",
    1246             "license": [
    1247                 "MIT"
    1248             ],
    1249             "authors": [
    1250                 {
    1251                     "name": "PHP-FIG",
    1252                     "homepage": "https://www.php-fig.org/"
    1253                 }
    1254             ],
    1255             "description": "Common interface for HTTP clients",
    1256             "homepage": "https://github.com/php-fig/http-client",
    1257             "keywords": [
    1258                 "http",
    1259                 "http-client",
    1260                 "psr",
    1261                 "psr-18"
    1262             ],
    1263             "support": {
    1264                 "source": "https://github.com/php-fig/http-client"
    1265             },
    1266             "install-path": "../psr/http-client"
    1267         },
    1268         {
    1269             "name": "psr/http-factory",
    1270             "version": "1.1.0",
    1271             "version_normalized": "1.1.0.0",
    1272             "source": {
    1273                 "type": "git",
    1274                 "url": "https://github.com/php-fig/http-factory.git",
    1275                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
    1276             },
    1277             "dist": {
    1278                 "type": "zip",
    1279                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
    1280                 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
    1281                 "shasum": ""
    1282             },
    1283             "require": {
    1284                 "php": ">=7.1",
    1285                 "psr/http-message": "^1.0 || ^2.0"
    1286             },
    1287             "time": "2024-04-15T12:06:14+00:00",
    1288             "type": "library",
    1289             "extra": {
    1290                 "branch-alias": {
    1291                     "dev-master": "1.0.x-dev"
    1292                 }
    1293             },
    1294             "installation-source": "dist",
    1295             "autoload": {
    1296                 "psr-4": {
    1297                     "Psr\\Http\\Message\\": "src/"
    1298                 }
    1299             },
    1300             "notification-url": "https://packagist.org/downloads/",
    1301             "license": [
    1302                 "MIT"
    1303             ],
    1304             "authors": [
    1305                 {
    1306                     "name": "PHP-FIG",
    1307                     "homepage": "https://www.php-fig.org/"
    1308                 }
    1309             ],
    1310             "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
    1311             "keywords": [
    1312                 "factory",
    1313                 "http",
    1314                 "message",
    1315                 "psr",
    1316                 "psr-17",
    1317                 "psr-7",
    1318                 "request",
    1319                 "response"
    1320             ],
    1321             "support": {
    1322                 "source": "https://github.com/php-fig/http-factory"
    1323             },
    1324             "install-path": "../psr/http-factory"
    1325         },
    1326         {
    1327             "name": "psr/http-message",
    1328             "version": "2.0",
    1329             "version_normalized": "2.0.0.0",
    1330             "source": {
    1331                 "type": "git",
    1332                 "url": "https://github.com/php-fig/http-message.git",
    1333                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
    1334             },
    1335             "dist": {
    1336                 "type": "zip",
    1337                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
    1338                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
    1339                 "shasum": ""
    1340             },
    1341             "require": {
    1342                 "php": "^7.2 || ^8.0"
    1343             },
    1344             "time": "2023-04-04T09:54:51+00:00",
    1345             "type": "library",
    1346             "extra": {
    1347                 "branch-alias": {
    1348                     "dev-master": "2.0.x-dev"
    1349                 }
    1350             },
    1351             "installation-source": "dist",
    1352             "autoload": {
    1353                 "psr-4": {
    1354                     "Psr\\Http\\Message\\": "src/"
    1355                 }
    1356             },
    1357             "notification-url": "https://packagist.org/downloads/",
    1358             "license": [
    1359                 "MIT"
    1360             ],
    1361             "authors": [
    1362                 {
    1363                     "name": "PHP-FIG",
    1364                     "homepage": "https://www.php-fig.org/"
    1365                 }
    1366             ],
    1367             "description": "Common interface for HTTP messages",
    1368             "homepage": "https://github.com/php-fig/http-message",
    1369             "keywords": [
    1370                 "http",
    1371                 "http-message",
    1372                 "psr",
    1373                 "psr-7",
    1374                 "request",
    1375                 "response"
    1376             ],
    1377             "support": {
    1378                 "source": "https://github.com/php-fig/http-message/tree/2.0"
    1379             },
    1380             "install-path": "../psr/http-message"
    1381         },
    1382         {
    1383840            "name": "psr/simple-cache",
    1384841            "version": "1.0.1",
     
    1433890            },
    1434891            "install-path": "../psr/simple-cache"
    1435         },
    1436         {
    1437             "name": "ralouphie/getallheaders",
    1438             "version": "3.0.3",
    1439             "version_normalized": "3.0.3.0",
    1440             "source": {
    1441                 "type": "git",
    1442                 "url": "https://github.com/ralouphie/getallheaders.git",
    1443                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
    1444             },
    1445             "dist": {
    1446                 "type": "zip",
    1447                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
    1448                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
    1449                 "shasum": ""
    1450             },
    1451             "require": {
    1452                 "php": ">=5.6"
    1453             },
    1454             "require-dev": {
    1455                 "php-coveralls/php-coveralls": "^2.1",
    1456                 "phpunit/phpunit": "^5 || ^6.5"
    1457             },
    1458             "time": "2019-03-08T08:55:37+00:00",
    1459             "type": "library",
    1460             "installation-source": "dist",
    1461             "autoload": {
    1462                 "files": [
    1463                     "src/getallheaders.php"
    1464                 ]
    1465             },
    1466             "notification-url": "https://packagist.org/downloads/",
    1467             "license": [
    1468                 "MIT"
    1469             ],
    1470             "authors": [
    1471                 {
    1472                     "name": "Ralph Khattar",
    1473                     "email": "ralph.khattar@gmail.com"
    1474                 }
    1475             ],
    1476             "description": "A polyfill for getallheaders.",
    1477             "support": {
    1478                 "issues": "https://github.com/ralouphie/getallheaders/issues",
    1479                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
    1480             },
    1481             "install-path": "../ralouphie/getallheaders"
    1482892        },
    1483893        {
     
    1585995        {
    1586996            "name": "symfony/deprecation-contracts",
    1587             "version": "v3.5.1",
    1588             "version_normalized": "3.5.1.0",
     997            "version": "v3.0.2",
     998            "version_normalized": "3.0.2.0",
    1589999            "source": {
    15901000                "type": "git",
    15911001                "url": "https://github.com/symfony/deprecation-contracts.git",
    1592                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
    1593             },
    1594             "dist": {
    1595                 "type": "zip",
    1596                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
    1597                 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
    1598                 "shasum": ""
    1599             },
    1600             "require": {
    1601                 "php": ">=8.1"
    1602             },
    1603             "time": "2024-09-25T14:20:29+00:00",
     1002                "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
     1003            },
     1004            "dist": {
     1005                "type": "zip",
     1006                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
     1007                "reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
     1008                "shasum": ""
     1009            },
     1010            "require": {
     1011                "php": ">=8.0.2"
     1012            },
     1013            "time": "2022-01-02T09:55:41+00:00",
    16041014            "type": "library",
    16051015            "extra": {
     1016                "branch-alias": {
     1017                    "dev-main": "3.0-dev"
     1018                },
    16061019                "thanks": {
    1607                     "url": "https://github.com/symfony/contracts",
    1608                     "name": "symfony/contracts"
    1609                 },
    1610                 "branch-alias": {
    1611                     "dev-main": "3.5-dev"
     1020                    "name": "symfony/contracts",
     1021                    "url": "https://github.com/symfony/contracts"
    16121022                }
    16131023            },
     
    16351045            "homepage": "https://symfony.com",
    16361046            "support": {
    1637                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
     1047                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
    16381048            },
    16391049            "funding": [
     
    21471557        {
    21481558            "name": "symfony/service-contracts",
    2149             "version": "v3.5.1",
    2150             "version_normalized": "3.5.1.0",
     1559            "version": "v2.5.4",
     1560            "version_normalized": "2.5.4.0",
    21511561            "source": {
    21521562                "type": "git",
    21531563                "url": "https://github.com/symfony/service-contracts.git",
    2154                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
    2155             },
    2156             "dist": {
    2157                 "type": "zip",
    2158                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
    2159                 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
    2160                 "shasum": ""
    2161             },
    2162             "require": {
    2163                 "php": ">=8.1",
    2164                 "psr/container": "^1.1|^2.0",
    2165                 "symfony/deprecation-contracts": "^2.5|^3"
     1564                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
     1565            },
     1566            "dist": {
     1567                "type": "zip",
     1568                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
     1569                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
     1570                "shasum": ""
     1571            },
     1572            "require": {
     1573                "php": ">=7.2.5",
     1574                "psr/container": "^1.1",
     1575                "symfony/deprecation-contracts": "^2.1|^3"
    21661576            },
    21671577            "conflict": {
    21681578                "ext-psr": "<1.1|>=2"
    21691579            },
    2170             "time": "2024-09-25T14:20:29+00:00",
     1580            "suggest": {
     1581                "symfony/service-implementation": ""
     1582            },
     1583            "time": "2024-09-25T14:11:13+00:00",
    21711584            "type": "library",
    21721585            "extra": {
     1586                "branch-alias": {
     1587                    "dev-main": "2.5-dev"
     1588                },
    21731589                "thanks": {
    2174                     "url": "https://github.com/symfony/contracts",
    2175                     "name": "symfony/contracts"
    2176                 },
    2177                 "branch-alias": {
    2178                     "dev-main": "3.5-dev"
     1590                    "name": "symfony/contracts",
     1591                    "url": "https://github.com/symfony/contracts"
    21791592                }
    21801593            },
     
    21831596                "psr-4": {
    21841597                    "Symfony\\Contracts\\Service\\": ""
    2185                 },
    2186                 "exclude-from-classmap": [
    2187                     "/Test/"
    2188                 ]
     1598                }
    21891599            },
    21901600            "notification-url": "https://packagist.org/downloads/",
     
    22131623            ],
    22141624            "support": {
    2215                 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
     1625                "source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
    22161626            },
    22171627            "funding": [
     
    22331643        {
    22341644            "name": "symfony/string",
    2235             "version": "v6.4.15",
    2236             "version_normalized": "6.4.15.0",
     1645            "version": "v6.0.19",
     1646            "version_normalized": "6.0.19.0",
    22371647            "source": {
    22381648                "type": "git",
    22391649                "url": "https://github.com/symfony/string.git",
    2240                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f"
    2241             },
    2242             "dist": {
    2243                 "type": "zip",
    2244                 "url": "https://api.github.com/repos/symfony/string/zipball/73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
    2245                 "reference": "73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f",
    2246                 "shasum": ""
    2247             },
    2248             "require": {
    2249                 "php": ">=8.1",
     1650                "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
     1651            },
     1652            "dist": {
     1653                "type": "zip",
     1654                "url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
     1655                "reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
     1656                "shasum": ""
     1657            },
     1658            "require": {
     1659                "php": ">=8.0.2",
    22501660                "symfony/polyfill-ctype": "~1.8",
    22511661                "symfony/polyfill-intl-grapheme": "~1.0",
     
    22541664            },
    22551665            "conflict": {
    2256                 "symfony/translation-contracts": "<2.5"
     1666                "symfony/translation-contracts": "<2.0"
    22571667            },
    22581668            "require-dev": {
    2259                 "symfony/error-handler": "^5.4|^6.0|^7.0",
    2260                 "symfony/http-client": "^5.4|^6.0|^7.0",
    2261                 "symfony/intl": "^6.2|^7.0",
    2262                 "symfony/translation-contracts": "^2.5|^3.0",
    2263                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
    2264             },
    2265             "time": "2024-11-13T13:31:12+00:00",
     1669                "symfony/error-handler": "^5.4|^6.0",
     1670                "symfony/http-client": "^5.4|^6.0",
     1671                "symfony/translation-contracts": "^2.0|^3.0",
     1672                "symfony/var-exporter": "^5.4|^6.0"
     1673            },
     1674            "time": "2023-01-01T08:36:10+00:00",
    22661675            "type": "library",
    22671676            "installation-source": "dist",
     
    23021711            ],
    23031712            "support": {
    2304                 "source": "https://github.com/symfony/string/tree/v6.4.15"
     1713                "source": "https://github.com/symfony/string/tree/v6.0.19"
    23051714            },
    23061715            "funding": [
     
    23221731        {
    23231732            "name": "symfony/translation",
    2324             "version": "v6.4.19",
    2325             "version_normalized": "6.4.19.0",
     1733            "version": "v6.0.19",
     1734            "version_normalized": "6.0.19.0",
    23261735            "source": {
    23271736                "type": "git",
    23281737                "url": "https://github.com/symfony/translation.git",
    2329                 "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e"
    2330             },
    2331             "dist": {
    2332                 "type": "zip",
    2333                 "url": "https://api.github.com/repos/symfony/translation/zipball/3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
    2334                 "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
    2335                 "shasum": ""
    2336             },
    2337             "require": {
    2338                 "php": ">=8.1",
    2339                 "symfony/deprecation-contracts": "^2.5|^3",
     1738                "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f"
     1739            },
     1740            "dist": {
     1741                "type": "zip",
     1742                "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
     1743                "reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
     1744                "shasum": ""
     1745            },
     1746            "require": {
     1747                "php": ">=8.0.2",
    23401748                "symfony/polyfill-mbstring": "~1.0",
    2341                 "symfony/translation-contracts": "^2.5|^3.0"
     1749                "symfony/translation-contracts": "^2.3|^3.0"
    23421750            },
    23431751            "conflict": {
     
    23451753                "symfony/console": "<5.4",
    23461754                "symfony/dependency-injection": "<5.4",
    2347                 "symfony/http-client-contracts": "<2.5",
    23481755                "symfony/http-kernel": "<5.4",
    2349                 "symfony/service-contracts": "<2.5",
    23501756                "symfony/twig-bundle": "<5.4",
    23511757                "symfony/yaml": "<5.4"
     
    23551761            },
    23561762            "require-dev": {
    2357                 "nikic/php-parser": "^4.18|^5.0",
    23581763                "psr/log": "^1|^2|^3",
    2359                 "symfony/config": "^5.4|^6.0|^7.0",
    2360                 "symfony/console": "^5.4|^6.0|^7.0",
    2361                 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
    2362                 "symfony/finder": "^5.4|^6.0|^7.0",
    2363                 "symfony/http-client-contracts": "^2.5|^3.0",
    2364                 "symfony/http-kernel": "^5.4|^6.0|^7.0",
    2365                 "symfony/intl": "^5.4|^6.0|^7.0",
     1764                "symfony/config": "^5.4|^6.0",
     1765                "symfony/console": "^5.4|^6.0",
     1766                "symfony/dependency-injection": "^5.4|^6.0",
     1767                "symfony/finder": "^5.4|^6.0",
     1768                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
     1769                "symfony/http-kernel": "^5.4|^6.0",
     1770                "symfony/intl": "^5.4|^6.0",
    23661771                "symfony/polyfill-intl-icu": "^1.21",
    2367                 "symfony/routing": "^5.4|^6.0|^7.0",
    2368                 "symfony/service-contracts": "^2.5|^3",
    2369                 "symfony/yaml": "^5.4|^6.0|^7.0"
    2370             },
    2371             "time": "2025-02-13T10:18:43+00:00",
     1772                "symfony/service-contracts": "^1.1.2|^2|^3",
     1773                "symfony/yaml": "^5.4|^6.0"
     1774            },
     1775            "suggest": {
     1776                "psr/log-implementation": "To use logging capability in translator",
     1777                "symfony/config": "",
     1778                "symfony/yaml": ""
     1779            },
     1780            "time": "2023-01-01T08:36:10+00:00",
    23721781            "type": "library",
    23731782            "installation-source": "dist",
     
    24001809            "homepage": "https://symfony.com",
    24011810            "support": {
    2402                 "source": "https://github.com/symfony/translation/tree/v6.4.19"
     1811                "source": "https://github.com/symfony/translation/tree/v6.0.19"
    24031812            },
    24041813            "funding": [
     
    24201829        {
    24211830            "name": "symfony/translation-contracts",
    2422             "version": "v3.5.1",
    2423             "version_normalized": "3.5.1.0",
     1831            "version": "v3.0.2",
     1832            "version_normalized": "3.0.2.0",
    24241833            "source": {
    24251834                "type": "git",
    24261835                "url": "https://github.com/symfony/translation-contracts.git",
    2427                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c"
    2428             },
    2429             "dist": {
    2430                 "type": "zip",
    2431                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c",
    2432                 "reference": "4667ff3bd513750603a09c8dedbea942487fb07c",
    2433                 "shasum": ""
    2434             },
    2435             "require": {
    2436                 "php": ">=8.1"
    2437             },
    2438             "time": "2024-09-25T14:20:29+00:00",
     1836                "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
     1837            },
     1838            "dist": {
     1839                "type": "zip",
     1840                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
     1841                "reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
     1842                "shasum": ""
     1843            },
     1844            "require": {
     1845                "php": ">=8.0.2"
     1846            },
     1847            "suggest": {
     1848                "symfony/translation-implementation": ""
     1849            },
     1850            "time": "2022-06-27T17:10:44+00:00",
    24391851            "type": "library",
    24401852            "extra": {
     1853                "branch-alias": {
     1854                    "dev-main": "3.0-dev"
     1855                },
    24411856                "thanks": {
    2442                     "url": "https://github.com/symfony/contracts",
    2443                     "name": "symfony/contracts"
    2444                 },
    2445                 "branch-alias": {
    2446                     "dev-main": "3.5-dev"
     1857                    "name": "symfony/contracts",
     1858                    "url": "https://github.com/symfony/contracts"
    24471859                }
    24481860            },
     
    24511863                "psr-4": {
    24521864                    "Symfony\\Contracts\\Translation\\": ""
    2453                 },
    2454                 "exclude-from-classmap": [
    2455                     "/Test/"
    2456                 ]
     1865                }
    24571866            },
    24581867            "notification-url": "https://packagist.org/downloads/",
     
    24811890            ],
    24821891            "support": {
    2483                 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1"
     1892                "source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
    24841893            },
    24851894            "funding": [
     
    25011910        {
    25021911            "name": "twbs/bootstrap",
    2503             "version": "v5.3.5",
    2504             "version_normalized": "5.3.5.0",
     1912            "version": "v5.3.3",
     1913            "version_normalized": "5.3.3.0",
    25051914            "source": {
    25061915                "type": "git",
    25071916                "url": "https://github.com/twbs/bootstrap.git",
    2508                 "reference": "85f23534bd2de8041354b297516cf21959091b31"
    2509             },
    2510             "dist": {
    2511                 "type": "zip",
    2512                 "url": "https://api.github.com/repos/twbs/bootstrap/zipball/85f23534bd2de8041354b297516cf21959091b31",
    2513                 "reference": "85f23534bd2de8041354b297516cf21959091b31",
     1917                "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba"
     1918            },
     1919            "dist": {
     1920                "type": "zip",
     1921                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba",
     1922                "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba",
    25141923                "shasum": ""
    25151924            },
     
    25171926                "twitter/bootstrap": "self.version"
    25181927            },
    2519             "time": "2025-04-04T18:20:30+00:00",
     1928            "time": "2024-02-20T15:14:29+00:00",
    25201929            "type": "library",
    25211930            "installation-source": "dist",
     
    25481957            "support": {
    25491958                "issues": "https://github.com/twbs/bootstrap/issues",
    2550                 "source": "https://github.com/twbs/bootstrap/tree/v5.3.5"
     1959                "source": "https://github.com/twbs/bootstrap/tree/v5.3.3"
    25511960            },
    25521961            "install-path": "../twbs/bootstrap"
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/installed.php

    r3284902 r3284908  
    2020            'dev_requirement' => false,
    2121        ),
    22         'attema/metrics-collector' => array(
    23             'pretty_version' => '1.0.0-dev',
    24             'version' => '1.0.0.0-dev',
    25             'reference' => 'ea7bbd23d7d336288ec17c463c293999e0140011',
    26             'type' => 'library',
    27             'install_path' => __DIR__ . '/../attema/metrics-collector',
    28             'aliases' => array(),
    29             'dev_requirement' => false,
    30         ),
    3122        'carbonphp/carbon-doctrine-types' => array(
    32             'pretty_version' => '3.2.0',
    33             'version' => '3.2.0.0',
    34             'reference' => '18ba5ddfec8976260ead6e866180bd5d2f71aa1d',
     23            'pretty_version' => '2.1.0',
     24            'version' => '2.1.0.0',
     25            'reference' => '99f76ffa36cce3b70a4a6abce41dba15ca2e84cb',
    3526            'type' => 'library',
    3627            'install_path' => __DIR__ . '/../carbonphp/carbon-doctrine-types',
     
    5647            'dev_requirement' => false,
    5748        ),
    58         'guzzlehttp/guzzle' => array(
    59             'pretty_version' => '7.9.3',
    60             'version' => '7.9.3.0',
    61             'reference' => '7b2f29fe81dc4da0ca0ea7d42107a0845946ea77',
    62             'type' => 'library',
    63             'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
    64             'aliases' => array(),
    65             'dev_requirement' => false,
    66         ),
    67         'guzzlehttp/promises' => array(
    68             'pretty_version' => '2.2.0',
    69             'version' => '2.2.0.0',
    70             'reference' => '7c69f28996b0a6920945dd20b3857e499d9ca96c',
    71             'type' => 'library',
    72             'install_path' => __DIR__ . '/../guzzlehttp/promises',
    73             'aliases' => array(),
    74             'dev_requirement' => false,
    75         ),
    76         'guzzlehttp/psr7' => array(
    77             'pretty_version' => '2.7.1',
    78             'version' => '2.7.1.0',
    79             'reference' => 'c2270caaabe631b3b44c85f99e5a04bbb8060d16',
    80             'type' => 'library',
    81             'install_path' => __DIR__ . '/../guzzlehttp/psr7',
    82             'aliases' => array(),
    83             'dev_requirement' => false,
    84         ),
    8549        'illuminate/collections' => array(
    8650            'pretty_version' => 'v8.83.27',
     
    138102        ),
    139103        'nesbot/carbon' => array(
    140             'pretty_version' => '2.73.0',
    141             'version' => '2.73.0.0',
    142             'reference' => '9228ce90e1035ff2f0db84b40ec2e023ed802075',
     104            'pretty_version' => '2.72.5',
     105            'version' => '2.72.5.0',
     106            'reference' => 'afd46589c216118ecd48ff2b95d77596af1e57ed',
    143107            'type' => 'library',
    144108            'install_path' => __DIR__ . '/../nesbot/carbon',
     
    176140            ),
    177141        ),
    178         'psr/http-client' => array(
    179             'pretty_version' => '1.0.3',
    180             'version' => '1.0.3.0',
    181             'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
    182             'type' => 'library',
    183             'install_path' => __DIR__ . '/../psr/http-client',
    184             'aliases' => array(),
    185             'dev_requirement' => false,
    186         ),
    187         'psr/http-client-implementation' => array(
    188             'dev_requirement' => false,
    189             'provided' => array(
    190                 0 => '1.0',
    191             ),
    192         ),
    193         'psr/http-factory' => array(
    194             'pretty_version' => '1.1.0',
    195             'version' => '1.1.0.0',
    196             'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a',
    197             'type' => 'library',
    198             'install_path' => __DIR__ . '/../psr/http-factory',
    199             'aliases' => array(),
    200             'dev_requirement' => false,
    201         ),
    202         'psr/http-factory-implementation' => array(
    203             'dev_requirement' => false,
    204             'provided' => array(
    205                 0 => '1.0',
    206             ),
    207         ),
    208         'psr/http-message' => array(
    209             'pretty_version' => '2.0',
    210             'version' => '2.0.0.0',
    211             'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71',
    212             'type' => 'library',
    213             'install_path' => __DIR__ . '/../psr/http-message',
    214             'aliases' => array(),
    215             'dev_requirement' => false,
    216         ),
    217         'psr/http-message-implementation' => array(
    218             'dev_requirement' => false,
    219             'provided' => array(
    220                 0 => '1.0',
    221             ),
    222         ),
    223142        'psr/log-implementation' => array(
    224143            'dev_requirement' => false,
     
    236155            'dev_requirement' => false,
    237156        ),
    238         'ralouphie/getallheaders' => array(
    239             'pretty_version' => '3.0.3',
    240             'version' => '3.0.3.0',
    241             'reference' => '120b605dfeb996808c31b6477290a714d356e822',
    242             'type' => 'library',
    243             'install_path' => __DIR__ . '/../ralouphie/getallheaders',
    244             'aliases' => array(),
    245             'dev_requirement' => false,
    246         ),
    247157        'symfony/console' => array(
    248158            'pretty_version' => 'v5.4.47',
     
    255165        ),
    256166        'symfony/deprecation-contracts' => array(
    257             'pretty_version' => 'v3.5.1',
    258             'version' => '3.5.1.0',
    259             'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6',
     167            'pretty_version' => 'v3.0.2',
     168            'version' => '3.0.2.0',
     169            'reference' => '26954b3d62a6c5fd0ea8a2a00c0353a14978d05c',
    260170            'type' => 'library',
    261171            'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
     
    318228        ),
    319229        'symfony/service-contracts' => array(
    320             'pretty_version' => 'v3.5.1',
    321             'version' => '3.5.1.0',
    322             'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0',
     230            'pretty_version' => 'v2.5.4',
     231            'version' => '2.5.4.0',
     232            'reference' => 'f37b419f7aea2e9abf10abd261832cace12e3300',
    323233            'type' => 'library',
    324234            'install_path' => __DIR__ . '/../symfony/service-contracts',
     
    327237        ),
    328238        'symfony/string' => array(
    329             'pretty_version' => 'v6.4.15',
    330             'version' => '6.4.15.0',
    331             'reference' => '73a5e66ea2e1677c98d4449177c5a9cf9d8b4c6f',
     239            'pretty_version' => 'v6.0.19',
     240            'version' => '6.0.19.0',
     241            'reference' => 'd9e72497367c23e08bf94176d2be45b00a9d232a',
    332242            'type' => 'library',
    333243            'install_path' => __DIR__ . '/../symfony/string',
     
    336246        ),
    337247        'symfony/translation' => array(
    338             'pretty_version' => 'v6.4.19',
    339             'version' => '6.4.19.0',
    340             'reference' => '3b9bf9f33997c064885a7bfc126c14b9daa0e00e',
     248            'pretty_version' => 'v6.0.19',
     249            'version' => '6.0.19.0',
     250            'reference' => '9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f',
    341251            'type' => 'library',
    342252            'install_path' => __DIR__ . '/../symfony/translation',
     
    345255        ),
    346256        'symfony/translation-contracts' => array(
    347             'pretty_version' => 'v3.5.1',
    348             'version' => '3.5.1.0',
    349             'reference' => '4667ff3bd513750603a09c8dedbea942487fb07c',
     257            'pretty_version' => 'v3.0.2',
     258            'version' => '3.0.2.0',
     259            'reference' => 'acbfbb274e730e5a0236f619b6168d9dedb3e282',
    350260            'type' => 'library',
    351261            'install_path' => __DIR__ . '/../symfony/translation-contracts',
     
    369279        ),
    370280        'twbs/bootstrap' => array(
    371             'pretty_version' => 'v5.3.5',
    372             'version' => '5.3.5.0',
    373             'reference' => '85f23534bd2de8041354b297516cf21959091b31',
     281            'pretty_version' => 'v5.3.3',
     282            'version' => '5.3.3.0',
     283            'reference' => '6e1f75f420f68e1d52733b8e407fc7c3766c9dba',
    374284            'type' => 'library',
    375285            'install_path' => __DIR__ . '/../twbs/bootstrap',
     
    380290            'dev_requirement' => false,
    381291            'replaced' => array(
    382                 0 => 'v5.3.5',
     292                0 => 'v5.3.3',
    383293            ),
    384294        ),
  • open-rdw-kenteken-voertuiginformatie/trunk/vendor/composer/platform_check.php

    r3284902 r3284908  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80200)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 80002)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 8.0.2". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • open-rdw-kenteken-voertuiginformatie/trunk/views/dashboard/dashboard.info.php

    r3284902 r3284908  
    11<?php
    22
     3use App\Api;
    34use App\MainConfig;
    4 use Attema\MetricsCollector\Kernel;
     5use Attema\MetricsCollector\Settings;
    56
    67?>
     
    102103
    103104        <?php
    104         /**
    105          * Action hook to add content after the license input
    106          * Used for add-ons to add their own license input
    107          */
    108         do_action('tussendoor_bol_after_main_license_input'); ?>
    109     </div>
     105            /**
     106             * Action hook to add content after the license input
     107             * Used for add-ons to add their own license input
     108             */
     109            do_action('tussendoor_bol_after_main_license_input'); ?>
     110        </div>
    110111
    111112    <div id="auth" class="mt-5">
     
    141142    </div>
    142143
    143     <div id="info_table" class="mt-5">
    144         <div class="tab-title mb-3">
    145             <h3><?php esc_html_e('Data', 'tussendoor-rdw'); ?></h3>
    146         </div>
    147 
    148         <?php echo Kernel::setCheckbox(); ?>
    149     </div>
     144    <?php return Settings::renderCheckboxToEnableUsage(); ?>
    150145
    151146</div>
Note: See TracChangeset for help on using the changeset viewer.