[advancedcontentfilter] Update Composer dependencies ahead of release
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 20 Mar 2024 02:35:09 +0000 (22:35 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 20 Mar 2024 03:10:07 +0000 (23:10 -0400)
commitb0ee9fdf2aafe67bb8e36e571cb6b5eef58bb3b4
tree47536cfc5726e6df5c8aef5355622920887a59fb
parent46c65b79be24746a4b6699d0e6065a1efa5ef982
[advancedcontentfilter] Update Composer dependencies ahead of release

- Removing symfony/polyfill-apcu (v1.28.0)
- Removing psr/simple-cache (1.0.1)
- Updating psr/http-message (1.1 => 2.0)
- Downgrading psr/container (2.0.2 => 1.1.2)
- Updating slim/slim (4.12.0 => 4.13.0)
- Installing symfony/polyfill-php80 (v1.29.0)
- Installing symfony/var-exporter (v5.4.35)
- Installing symfony/deprecation-contracts (v2.5.2)
- Installing symfony/service-contracts (v2.5.2)
- Installing symfony/polyfill-php73 (v1.29.0)
- Installing symfony/cache-contracts (v2.5.2)
- Updating symfony/cache (v3.4.47 => v4.4.48)
152 files changed:
advancedcontentfilter/composer.lock
advancedcontentfilter/vendor/composer/autoload_classmap.php
advancedcontentfilter/vendor/composer/autoload_files.php
advancedcontentfilter/vendor/composer/autoload_psr4.php
advancedcontentfilter/vendor/composer/autoload_static.php
advancedcontentfilter/vendor/composer/installed.json
advancedcontentfilter/vendor/psr/container/composer.json
advancedcontentfilter/vendor/psr/container/src/ContainerInterface.php
advancedcontentfilter/vendor/psr/http-message/composer.json
advancedcontentfilter/vendor/psr/http-message/src/MessageInterface.php
advancedcontentfilter/vendor/psr/http-message/src/RequestInterface.php
advancedcontentfilter/vendor/psr/http-message/src/ResponseInterface.php
advancedcontentfilter/vendor/psr/http-message/src/ServerRequestInterface.php
advancedcontentfilter/vendor/psr/http-message/src/StreamInterface.php
advancedcontentfilter/vendor/psr/http-message/src/UploadedFileInterface.php
advancedcontentfilter/vendor/psr/http-message/src/UriInterface.php
advancedcontentfilter/vendor/slim/slim/Slim/Exception/HttpTooManyRequestsException.php [new file with mode: 0644]
advancedcontentfilter/vendor/slim/slim/composer.json
advancedcontentfilter/vendor/symfony/cache-contracts/.gitignore [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/CHANGELOG.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/CacheInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/CacheTrait.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/CallbackInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/ItemInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/TagAwareCacheInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache-contracts/composer.json [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Adapter/AbstractAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Adapter/AdapterInterface.php
advancedcontentfilter/vendor/symfony/cache/Adapter/ApcuAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/ArrayAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/ChainAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/DoctrineAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/FilesystemAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/FilesystemTagAwareAdapter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Adapter/MemcachedAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/NullAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/PdoAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/PhpArrayAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/PhpFilesAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/ProxyAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/Psr16Adapter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Adapter/RedisAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Adapter/SimpleCacheAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/TagAwareAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/TraceableAdapter.php
advancedcontentfilter/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php
advancedcontentfilter/vendor/symfony/cache/CHANGELOG.md
advancedcontentfilter/vendor/symfony/cache/CacheItem.php
advancedcontentfilter/vendor/symfony/cache/DataCollector/CacheDataCollector.php
advancedcontentfilter/vendor/symfony/cache/DependencyInjection/CacheCollectorPass.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/DependencyInjection/CachePoolClearerPass.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/DependencyInjection/CachePoolPass.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/DependencyInjection/CachePoolPrunerPass.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/DoctrineProvider.php
advancedcontentfilter/vendor/symfony/cache/Exception/CacheException.php
advancedcontentfilter/vendor/symfony/cache/Exception/InvalidArgumentException.php
advancedcontentfilter/vendor/symfony/cache/Exception/LogicException.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/LICENSE
advancedcontentfilter/vendor/symfony/cache/LockRegistry.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Marshaller/DefaultMarshaller.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Marshaller/DeflateMarshaller.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Marshaller/MarshallerInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Marshaller/TagAwareMarshaller.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Psr16Cache.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/README.md
advancedcontentfilter/vendor/symfony/cache/ResettableInterface.php
advancedcontentfilter/vendor/symfony/cache/Simple/AbstractCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/ApcuCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/ArrayCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/ChainCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/DoctrineCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/FilesystemCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/MemcachedCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/NullCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/PdoCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/PhpArrayCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/PhpFilesCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/Psr6Cache.php
advancedcontentfilter/vendor/symfony/cache/Simple/RedisCache.php
advancedcontentfilter/vendor/symfony/cache/Simple/TraceableCache.php
advancedcontentfilter/vendor/symfony/cache/Traits/AbstractAdapterTrait.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Traits/AbstractTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/ApcuTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/ArrayTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/ContractsTrait.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Traits/DoctrineTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/FilesystemCommonTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/FilesystemTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/MemcachedTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/PdoTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/PhpArrayTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/PhpFilesTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/ProxyTrait.php
advancedcontentfilter/vendor/symfony/cache/Traits/RedisClusterNodeProxy.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Traits/RedisClusterProxy.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/cache/Traits/RedisProxy.php
advancedcontentfilter/vendor/symfony/cache/Traits/RedisTrait.php
advancedcontentfilter/vendor/symfony/cache/composer.json
advancedcontentfilter/vendor/symfony/deprecation-contracts/.gitignore [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/deprecation-contracts/CHANGELOG.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/deprecation-contracts/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/deprecation-contracts/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/deprecation-contracts/composer.json [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/deprecation-contracts/function.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/Php73.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/bootstrap.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php73/composer.json [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Php80.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/PhpToken.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/bootstrap.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/polyfill-php80/composer.json [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/.gitignore [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/Attribute/Required.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/Attribute/SubscribedService.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/CHANGELOG.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/ResetInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/ServiceLocatorTrait.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/ServiceProviderInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/ServiceSubscriberInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/ServiceSubscriberTrait.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/service-contracts/composer.json [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/CHANGELOG.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Exception/ExceptionInterface.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Instantiator.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Internal/Exporter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Internal/Hydrator.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Internal/Reference.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Internal/Registry.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/Internal/Values.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/LICENSE [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/README.md [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/VarExporter.php [new file with mode: 0644]
advancedcontentfilter/vendor/symfony/var-exporter/composer.json [new file with mode: 0644]