]> git.mxchange.org Git - friendica-addons.git/commit
[advancedcontentfilter] Remove unused vendor files
authorHypolite Petovan <ben.lort@gmail.com>
Sun, 17 Nov 2024 13:23:16 +0000 (13:23 +0000)
committerheluecht <heluecht@noreply.git.friendi.ca>
Sun, 17 Nov 2024 18:21:43 +0000 (19:21 +0100)
commita0c727ac35d3dadb3be077527af97612656c674f
tree8828b43a0ad14a8da72ea796a0bb44a70c73e823
parente133a693c215974297a5e6c8c4aeec76b11a55bf
[advancedcontentfilter] Remove unused vendor files

Thanks to @Art4 for the initial submission in https://github.com/friendica/friendica-addons/pull/1363
80 files changed:
advancedcontentfilter/vendor/autoload.php
advancedcontentfilter/vendor/composer/ClassLoader.php
advancedcontentfilter/vendor/composer/InstalledVersions.php [new file with mode: 0644]
advancedcontentfilter/vendor/composer/autoload_classmap.php
advancedcontentfilter/vendor/composer/autoload_files.php
advancedcontentfilter/vendor/composer/autoload_namespaces.php
advancedcontentfilter/vendor/composer/autoload_psr4.php
advancedcontentfilter/vendor/composer/autoload_real.php
advancedcontentfilter/vendor/composer/autoload_static.php
advancedcontentfilter/vendor/composer/installed.json
advancedcontentfilter/vendor/composer/installed.php [new file with mode: 0644]
advancedcontentfilter/vendor/composer/platform_check.php [new file with mode: 0644]
advancedcontentfilter/vendor/psr/simple-cache/.editorconfig [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/LICENSE.md [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/README.md [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/composer.json [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/src/CacheException.php [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/src/CacheInterface.php [deleted file]
advancedcontentfilter/vendor/psr/simple-cache/src/InvalidArgumentException.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/.gitignore [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/AbstractRedisAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/AdapterTestCase.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/ApcuAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/ArrayAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/ChainAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/DoctrineAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/FilesystemAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/MaxIdLengthAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/MemcachedAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/NamespacedProxyAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/NullAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PdoAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PdoDbalAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PhpArrayAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PhpArrayAdapterWithFallbackTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PhpFilesAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PredisAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PredisClusterAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/PredisRedisClusterAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/ProxyAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/RedisAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/RedisArrayAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/RedisClusterAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/SimpleCacheAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/TagAwareAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/TraceableAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Adapter/TraceableTagAwareAdapterTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/CacheItemTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/DoctrineProviderTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Fixtures/ArrayCache.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Fixtures/ExternalAdapter.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/AbstractRedisCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/ApcuCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/ArrayCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/CacheTestCase.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/ChainCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/DoctrineCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/FilesystemCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/MemcachedCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/MemcachedCacheTextModeTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/NullCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/PdoCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/PdoDbalCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/PhpArrayCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/PhpArrayCacheWithFallbackTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/PhpFilesCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/Psr6CacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/RedisArrayCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/RedisCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/RedisClusterCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Simple/TraceableCacheTest.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/Tests/Traits/PdoPruneableTrait.php [deleted file]
advancedcontentfilter/vendor/symfony/cache/phpunit.xml.dist [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/Apcu.php [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/LICENSE [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/README.md [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/bootstrap.php [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/bootstrap80.php [deleted file]
advancedcontentfilter/vendor/symfony/polyfill-apcu/composer.json [deleted file]