Changeset 3041538
- Timestamp:
- 02/26/2024 09:12:22 PM (2 years ago)
- Location:
- scoby-analytics
- Files:
-
- 796 added
- 1 copied
-
tags/3.0 (copied) (copied from scoby-analytics/trunk)
-
tags/3.0/deps (added)
-
tags/3.0/deps/autoload.php (added)
-
tags/3.0/deps/composer (added)
-
tags/3.0/deps/composer/ClassLoader.php (added)
-
tags/3.0/deps/composer/GeneratedDiscoveryStrategy.php (added)
-
tags/3.0/deps/composer/InstalledVersions.php (added)
-
tags/3.0/deps/composer/LICENSE (added)
-
tags/3.0/deps/composer/autoload_classmap.php (added)
-
tags/3.0/deps/composer/autoload_files.php (added)
-
tags/3.0/deps/composer/autoload_namespaces.php (added)
-
tags/3.0/deps/composer/autoload_psr4.php (added)
-
tags/3.0/deps/composer/autoload_real.php (added)
-
tags/3.0/deps/composer/autoload_static.php (added)
-
tags/3.0/deps/composer/installed.json (added)
-
tags/3.0/deps/composer/installed.php (added)
-
tags/3.0/deps/mlocati (added)
-
tags/3.0/deps/mlocati/ip-lib (added)
-
tags/3.0/deps/mlocati/ip-lib/LICENSE.txt (added)
-
tags/3.0/deps/mlocati/ip-lib/README.md (added)
-
tags/3.0/deps/mlocati/ip-lib/composer.json (added)
-
tags/3.0/deps/mlocati/ip-lib/ip-lib.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address/AddressInterface.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address/AssignedRange.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address/IPv4.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address/IPv6.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Address/Type.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Factory.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/ParseStringFlag.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/AbstractRange.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/Pattern.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/RangeInterface.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/Single.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/Subnet.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Range/Type.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Service (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Service/BinaryMath.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php (added)
-
tags/3.0/deps/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php (added)
-
tags/3.0/deps/php-http (added)
-
tags/3.0/deps/php-http/discovery (added)
-
tags/3.0/deps/php-http/discovery/CHANGELOG.md (added)
-
tags/3.0/deps/php-http/discovery/LICENSE (added)
-
tags/3.0/deps/php-http/discovery/README.md (added)
-
tags/3.0/deps/php-http/discovery/composer.json (added)
-
tags/3.0/deps/php-http/discovery/src (added)
-
tags/3.0/deps/php-http/discovery/src/ClassDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/Composer (added)
-
tags/3.0/deps/php-http/discovery/src/Composer/Plugin.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception (added)
-
tags/3.0/deps/php-http/discovery/src/Exception.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/ClassInstantiationFailedException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/DiscoveryFailedException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/NoCandidateFoundException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/NotFoundException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/PuliUnavailableException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Exception/StrategyUnavailableException.php (added)
-
tags/3.0/deps/php-http/discovery/src/HttpAsyncClientDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/HttpClientDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/MessageFactoryDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/NotFoundException.php (added)
-
tags/3.0/deps/php-http/discovery/src/Psr17Factory.php (added)
-
tags/3.0/deps/php-http/discovery/src/Psr17FactoryDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/Psr18Client.php (added)
-
tags/3.0/deps/php-http/discovery/src/Psr18ClientDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy/CommonClassesStrategy.php (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy/DiscoveryStrategy.php (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy/MockClientStrategy.php (added)
-
tags/3.0/deps/php-http/discovery/src/Strategy/PuliBetaStrategy.php (added)
-
tags/3.0/deps/php-http/discovery/src/StreamFactoryDiscovery.php (added)
-
tags/3.0/deps/php-http/discovery/src/UriFactoryDiscovery.php (added)
-
tags/3.0/deps/psr (added)
-
tags/3.0/deps/psr/container (added)
-
tags/3.0/deps/psr/container/LICENSE (added)
-
tags/3.0/deps/psr/container/README.md (added)
-
tags/3.0/deps/psr/container/composer.json (added)
-
tags/3.0/deps/psr/container/src (added)
-
tags/3.0/deps/psr/container/src/ContainerExceptionInterface.php (added)
-
tags/3.0/deps/psr/container/src/ContainerInterface.php (added)
-
tags/3.0/deps/psr/container/src/NotFoundExceptionInterface.php (added)
-
tags/3.0/deps/psr/http-client (added)
-
tags/3.0/deps/psr/http-client/CHANGELOG.md (added)
-
tags/3.0/deps/psr/http-client/LICENSE (added)
-
tags/3.0/deps/psr/http-client/README.md (added)
-
tags/3.0/deps/psr/http-client/composer.json (added)
-
tags/3.0/deps/psr/http-client/src (added)
-
tags/3.0/deps/psr/http-client/src/ClientExceptionInterface.php (added)
-
tags/3.0/deps/psr/http-client/src/ClientInterface.php (added)
-
tags/3.0/deps/psr/http-client/src/NetworkExceptionInterface.php (added)
-
tags/3.0/deps/psr/http-client/src/RequestExceptionInterface.php (added)
-
tags/3.0/deps/psr/http-factory (added)
-
tags/3.0/deps/psr/http-factory/LICENSE (added)
-
tags/3.0/deps/psr/http-factory/README.md (added)
-
tags/3.0/deps/psr/http-factory/composer.json (added)
-
tags/3.0/deps/psr/http-factory/src (added)
-
tags/3.0/deps/psr/http-factory/src/RequestFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-factory/src/StreamFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-factory/src/UriFactoryInterface.php (added)
-
tags/3.0/deps/psr/http-message (added)
-
tags/3.0/deps/psr/http-message/CHANGELOG.md (added)
-
tags/3.0/deps/psr/http-message/LICENSE (added)
-
tags/3.0/deps/psr/http-message/README.md (added)
-
tags/3.0/deps/psr/http-message/composer.json (added)
-
tags/3.0/deps/psr/http-message/docs (added)
-
tags/3.0/deps/psr/http-message/docs/PSR7-Interfaces.md (added)
-
tags/3.0/deps/psr/http-message/docs/PSR7-Usage.md (added)
-
tags/3.0/deps/psr/http-message/src (added)
-
tags/3.0/deps/psr/http-message/src/MessageInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/RequestInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/ResponseInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/ServerRequestInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/StreamInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/UploadedFileInterface.php (added)
-
tags/3.0/deps/psr/http-message/src/UriInterface.php (added)
-
tags/3.0/deps/psr/log (added)
-
tags/3.0/deps/psr/log/LICENSE (added)
-
tags/3.0/deps/psr/log/Psr (added)
-
tags/3.0/deps/psr/log/Psr/Log (added)
-
tags/3.0/deps/psr/log/Psr/Log/AbstractLogger.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/InvalidArgumentException.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/LogLevel.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/LoggerAwareInterface.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/LoggerAwareTrait.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/LoggerInterface.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/LoggerTrait.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/NullLogger.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/Test (added)
-
tags/3.0/deps/psr/log/Psr/Log/Test/DummyTest.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/Test/LoggerInterfaceTest.php (added)
-
tags/3.0/deps/psr/log/Psr/Log/Test/TestLogger.php (added)
-
tags/3.0/deps/psr/log/README.md (added)
-
tags/3.0/deps/psr/log/composer.json (added)
-
tags/3.0/deps/ralouphie (added)
-
tags/3.0/deps/ralouphie/getallheaders (added)
-
tags/3.0/deps/ralouphie/getallheaders/LICENSE (added)
-
tags/3.0/deps/ralouphie/getallheaders/README.md (added)
-
tags/3.0/deps/ralouphie/getallheaders/composer.json (added)
-
tags/3.0/deps/ralouphie/getallheaders/src (added)
-
tags/3.0/deps/ralouphie/getallheaders/src/getallheaders.php (added)
-
tags/3.0/deps/rebelcode (added)
-
tags/3.0/deps/rebelcode/psr7 (added)
-
tags/3.0/deps/rebelcode/psr7/CHANGELOG.md (added)
-
tags/3.0/deps/rebelcode/psr7/LICENSE (added)
-
tags/3.0/deps/rebelcode/psr7/README.md (added)
-
tags/3.0/deps/rebelcode/psr7/composer.json (added)
-
tags/3.0/deps/rebelcode/psr7/docker-compose.yml (added)
-
tags/3.0/deps/rebelcode/psr7/psalm-baseline.xml (added)
-
tags/3.0/deps/rebelcode/psr7/src (added)
-
tags/3.0/deps/rebelcode/psr7/src/AppendStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/BufferStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/CachingStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/DroppingStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/FnStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Header.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/HttpFactory.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/InflateStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/LazyOpenStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/LimitStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Message.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/MessageTrait.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/MimeType.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/MultipartStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/NoSeekStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/PumpStream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Query.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Request.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Response.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Rfc7230.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/ServerRequest.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Stream.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/StreamDecoratorTrait.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/StreamWrapper.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/UploadedFile.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Uri.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/UriNormalizer.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/UriResolver.php (added)
-
tags/3.0/deps/rebelcode/psr7/src/Utils.php (added)
-
tags/3.0/deps/rebelcode/wp-http (added)
-
tags/3.0/deps/rebelcode/wp-http/CHANGELOG.md (added)
-
tags/3.0/deps/rebelcode/wp-http/LICENSE (added)
-
tags/3.0/deps/rebelcode/wp-http/README.md (added)
-
tags/3.0/deps/rebelcode/wp-http/composer.json (added)
-
tags/3.0/deps/rebelcode/wp-http/docker-compose.yml (added)
-
tags/3.0/deps/rebelcode/wp-http/src (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/BadResponseException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/ClientErrorException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/HttpException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/NetworkException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/RequestException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/ResponseException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Exception/ServerErrorException.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/HandlerInterface.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/HandlerStack.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Middleware (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Middleware.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Middleware/HttpErrorsToExceptions.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/Middleware/PrepareBody.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/WpClient.php (added)
-
tags/3.0/deps/rebelcode/wp-http/src/WpHandler.php (added)
-
tags/3.0/deps/scoby (added)
-
tags/3.0/deps/scoby/analytics (added)
-
tags/3.0/deps/scoby/analytics/README.md (added)
-
tags/3.0/deps/scoby/analytics/composer.json (added)
-
tags/3.0/deps/scoby/analytics/composer.lock (added)
-
tags/3.0/deps/scoby/analytics/src (added)
-
tags/3.0/deps/scoby/analytics/src/scoby (added)
-
tags/3.0/deps/scoby/analytics/src/scoby/Analytics (added)
-
tags/3.0/deps/scoby/analytics/src/scoby/Analytics/Client.php (added)
-
tags/3.0/deps/scoby/analytics/src/scoby/Analytics/Helpers.php (added)
-
tags/3.0/deps/scoby/analytics/src/scoby/Analytics/Logger.php (added)
-
tags/3.0/deps/scoby/analytics/tests (added)
-
tags/3.0/deps/scoby/analytics/tests/ClientTest.php (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__ (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_add_visitor_trait__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_add_visitor_traits__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_automatic_collection__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_manual_setting_of_params__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_set_visitor_id_manually_after_ip_and_useragent__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_set_visitor_id_manually_before_ip_and_useragent__1.txt (added)
-
tags/3.0/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_whitelisted_query_parameter_is_whitlisted__1.txt (added)
-
tags/3.0/deps/scoper-autoload.php (added)
-
tags/3.0/deps/spatie (added)
-
tags/3.0/deps/spatie/macroable (added)
-
tags/3.0/deps/spatie/macroable/CHANGELOG.md (added)
-
tags/3.0/deps/spatie/macroable/CONTRIBUTING.md (added)
-
tags/3.0/deps/spatie/macroable/LICENSE.md (added)
-
tags/3.0/deps/spatie/macroable/README.md (added)
-
tags/3.0/deps/spatie/macroable/composer.json (added)
-
tags/3.0/deps/spatie/macroable/src (added)
-
tags/3.0/deps/spatie/macroable/src/Macroable.php (added)
-
tags/3.0/deps/spatie/url (added)
-
tags/3.0/deps/spatie/url/CHANGELOG.md (added)
-
tags/3.0/deps/spatie/url/CONTRIBUTING.md (added)
-
tags/3.0/deps/spatie/url/LICENSE.md (added)
-
tags/3.0/deps/spatie/url/README.md (added)
-
tags/3.0/deps/spatie/url/composer.json (added)
-
tags/3.0/deps/spatie/url/src (added)
-
tags/3.0/deps/spatie/url/src/Exceptions (added)
-
tags/3.0/deps/spatie/url/src/Exceptions/InvalidArgument.php (added)
-
tags/3.0/deps/spatie/url/src/Helpers (added)
-
tags/3.0/deps/spatie/url/src/Helpers/Arr.php (added)
-
tags/3.0/deps/spatie/url/src/QueryParameterBag.php (added)
-
tags/3.0/deps/spatie/url/src/Url.php (added)
-
tags/3.0/deps/symfony (added)
-
tags/3.0/deps/symfony/http-client (added)
-
tags/3.0/deps/symfony/http-client-contracts (added)
-
tags/3.0/deps/symfony/http-client-contracts/CHANGELOG.md (added)
-
tags/3.0/deps/symfony/http-client-contracts/ChunkInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/ClientExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/ExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/HttpExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/ServerExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Exception/TransportExceptionInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/HttpClientInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/LICENSE (added)
-
tags/3.0/deps/symfony/http-client-contracts/README.md (added)
-
tags/3.0/deps/symfony/http-client-contracts/ResponseInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/ResponseStreamInterface.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test/Fixtures (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test/Fixtures/web (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test/Fixtures/web/index.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test/HttpClientTestCase.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/Test/TestHttpServer.php (added)
-
tags/3.0/deps/symfony/http-client-contracts/composer.json (added)
-
tags/3.0/deps/symfony/http-client/AmpHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/AsyncDecoratorTrait.php (added)
-
tags/3.0/deps/symfony/http-client/CHANGELOG.md (added)
-
tags/3.0/deps/symfony/http-client/CachingHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk (added)
-
tags/3.0/deps/symfony/http-client/Chunk/DataChunk.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk/ErrorChunk.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk/FirstChunk.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk/InformationalChunk.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk/LastChunk.php (added)
-
tags/3.0/deps/symfony/http-client/Chunk/ServerSentEvent.php (added)
-
tags/3.0/deps/symfony/http-client/CurlHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/DataCollector (added)
-
tags/3.0/deps/symfony/http-client/DataCollector/HttpClientDataCollector.php (added)
-
tags/3.0/deps/symfony/http-client/DecoratorTrait.php (added)
-
tags/3.0/deps/symfony/http-client/DependencyInjection (added)
-
tags/3.0/deps/symfony/http-client/DependencyInjection/HttpClientPass.php (added)
-
tags/3.0/deps/symfony/http-client/EventSourceHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/Exception (added)
-
tags/3.0/deps/symfony/http-client/Exception/ClientException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/EventSourceException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/HttpExceptionTrait.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/InvalidArgumentException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/JsonException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/RedirectionException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/ServerException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/TimeoutException.php (added)
-
tags/3.0/deps/symfony/http-client/Exception/TransportException.php (added)
-
tags/3.0/deps/symfony/http-client/HttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/HttpClientTrait.php (added)
-
tags/3.0/deps/symfony/http-client/HttpOptions.php (added)
-
tags/3.0/deps/symfony/http-client/HttplugClient.php (added)
-
tags/3.0/deps/symfony/http-client/Internal (added)
-
tags/3.0/deps/symfony/http-client/Internal/AmpBody.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/AmpClientState.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/AmpListener.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/AmpResolver.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/Canary.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/ClientState.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/CurlClientState.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/DnsCache.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/HttplugWaitLoop.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/NativeClientState.php (added)
-
tags/3.0/deps/symfony/http-client/Internal/PushedResponse.php (added)
-
tags/3.0/deps/symfony/http-client/LICENSE (added)
-
tags/3.0/deps/symfony/http-client/Messenger (added)
-
tags/3.0/deps/symfony/http-client/Messenger/PingWebhookMessage.php (added)
-
tags/3.0/deps/symfony/http-client/Messenger/PingWebhookMessageHandler.php (added)
-
tags/3.0/deps/symfony/http-client/MockHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/NativeHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/NoPrivateNetworkHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/Psr18Client.php (added)
-
tags/3.0/deps/symfony/http-client/README.md (added)
-
tags/3.0/deps/symfony/http-client/Response (added)
-
tags/3.0/deps/symfony/http-client/Response/AmpResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/AsyncContext.php (added)
-
tags/3.0/deps/symfony/http-client/Response/AsyncResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/CommonResponseTrait.php (added)
-
tags/3.0/deps/symfony/http-client/Response/CurlResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/HttplugPromise.php (added)
-
tags/3.0/deps/symfony/http-client/Response/JsonMockResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/MockResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/NativeResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/ResponseStream.php (added)
-
tags/3.0/deps/symfony/http-client/Response/StreamWrapper.php (added)
-
tags/3.0/deps/symfony/http-client/Response/StreamableInterface.php (added)
-
tags/3.0/deps/symfony/http-client/Response/TraceableResponse.php (added)
-
tags/3.0/deps/symfony/http-client/Response/TransportResponseTrait.php (added)
-
tags/3.0/deps/symfony/http-client/Retry (added)
-
tags/3.0/deps/symfony/http-client/Retry/GenericRetryStrategy.php (added)
-
tags/3.0/deps/symfony/http-client/Retry/RetryStrategyInterface.php (added)
-
tags/3.0/deps/symfony/http-client/RetryableHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/ScopingHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/Test (added)
-
tags/3.0/deps/symfony/http-client/Test/HarFileResponseFactory.php (added)
-
tags/3.0/deps/symfony/http-client/TraceableHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/UriTemplateHttpClient.php (added)
-
tags/3.0/deps/symfony/http-client/composer.json (added)
-
tags/3.0/deps/symfony/service-contracts (added)
-
tags/3.0/deps/symfony/service-contracts/Attribute (added)
-
tags/3.0/deps/symfony/service-contracts/Attribute/Required.php (added)
-
tags/3.0/deps/symfony/service-contracts/Attribute/SubscribedService.php (added)
-
tags/3.0/deps/symfony/service-contracts/CHANGELOG.md (added)
-
tags/3.0/deps/symfony/service-contracts/LICENSE (added)
-
tags/3.0/deps/symfony/service-contracts/README.md (added)
-
tags/3.0/deps/symfony/service-contracts/ResetInterface.php (added)
-
tags/3.0/deps/symfony/service-contracts/ServiceLocatorTrait.php (added)
-
tags/3.0/deps/symfony/service-contracts/ServiceProviderInterface.php (added)
-
tags/3.0/deps/symfony/service-contracts/ServiceSubscriberInterface.php (added)
-
tags/3.0/deps/symfony/service-contracts/ServiceSubscriberTrait.php (added)
-
tags/3.0/deps/symfony/service-contracts/Test (added)
-
tags/3.0/deps/symfony/service-contracts/Test/ServiceLocatorTest.php (added)
-
tags/3.0/deps/symfony/service-contracts/Test/ServiceLocatorTestCase.php (added)
-
tags/3.0/deps/symfony/service-contracts/composer.json (added)
-
tags/3.0/readme.txt (added)
-
tags/3.0/scoby-analytics.php (added)
-
tags/3.0/settings.php (added)
-
tags/3.0/src (added)
-
tags/3.0/src/Helpers.php (added)
-
tags/3.0/src/HttpClient.php (added)
-
tags/3.0/src/IntegrationType.php (added)
-
tags/3.0/src/Logger.php (added)
-
tags/3.0/src/Plugin.php (added)
-
tags/3.0/src/index.php (added)
-
tags/3.0/src/privacy-proxy.php (added)
-
tags/3.0/src/versioning (added)
-
tags/3.0/src/versioning/plugin-updater.js (added)
-
tags/3.0/src/versioning/readme-updater.js (added)
-
tags/3.0/vendor (added)
-
tags/3.0/vendor/autoload.php (added)
-
tags/3.0/vendor/composer (added)
-
tags/3.0/vendor/composer/ClassLoader.php (added)
-
tags/3.0/vendor/composer/InstalledVersions.php (added)
-
tags/3.0/vendor/composer/LICENSE (added)
-
tags/3.0/vendor/composer/autoload_classmap.php (added)
-
tags/3.0/vendor/composer/autoload_namespaces.php (added)
-
tags/3.0/vendor/composer/autoload_psr4.php (added)
-
tags/3.0/vendor/composer/autoload_real.php (added)
-
tags/3.0/vendor/composer/autoload_static.php (added)
-
tags/3.0/vendor/composer/installed.json (added)
-
tags/3.0/vendor/composer/installed.php (added)
-
trunk/deps (added)
-
trunk/deps/autoload.php (added)
-
trunk/deps/composer (added)
-
trunk/deps/composer/ClassLoader.php (added)
-
trunk/deps/composer/GeneratedDiscoveryStrategy.php (added)
-
trunk/deps/composer/InstalledVersions.php (added)
-
trunk/deps/composer/LICENSE (added)
-
trunk/deps/composer/autoload_classmap.php (added)
-
trunk/deps/composer/autoload_files.php (added)
-
trunk/deps/composer/autoload_namespaces.php (added)
-
trunk/deps/composer/autoload_psr4.php (added)
-
trunk/deps/composer/autoload_real.php (added)
-
trunk/deps/composer/autoload_static.php (added)
-
trunk/deps/composer/installed.json (added)
-
trunk/deps/composer/installed.php (added)
-
trunk/deps/mlocati (added)
-
trunk/deps/mlocati/ip-lib (added)
-
trunk/deps/mlocati/ip-lib/LICENSE.txt (added)
-
trunk/deps/mlocati/ip-lib/README.md (added)
-
trunk/deps/mlocati/ip-lib/composer.json (added)
-
trunk/deps/mlocati/ip-lib/ip-lib.php (added)
-
trunk/deps/mlocati/ip-lib/src (added)
-
trunk/deps/mlocati/ip-lib/src/Address (added)
-
trunk/deps/mlocati/ip-lib/src/Address/AddressInterface.php (added)
-
trunk/deps/mlocati/ip-lib/src/Address/AssignedRange.php (added)
-
trunk/deps/mlocati/ip-lib/src/Address/IPv4.php (added)
-
trunk/deps/mlocati/ip-lib/src/Address/IPv6.php (added)
-
trunk/deps/mlocati/ip-lib/src/Address/Type.php (added)
-
trunk/deps/mlocati/ip-lib/src/Factory.php (added)
-
trunk/deps/mlocati/ip-lib/src/ParseStringFlag.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range (added)
-
trunk/deps/mlocati/ip-lib/src/Range/AbstractRange.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range/Pattern.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range/RangeInterface.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range/Single.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range/Subnet.php (added)
-
trunk/deps/mlocati/ip-lib/src/Range/Type.php (added)
-
trunk/deps/mlocati/ip-lib/src/Service (added)
-
trunk/deps/mlocati/ip-lib/src/Service/BinaryMath.php (added)
-
trunk/deps/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php (added)
-
trunk/deps/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php (added)
-
trunk/deps/php-http (added)
-
trunk/deps/php-http/discovery (added)
-
trunk/deps/php-http/discovery/CHANGELOG.md (added)
-
trunk/deps/php-http/discovery/LICENSE (added)
-
trunk/deps/php-http/discovery/README.md (added)
-
trunk/deps/php-http/discovery/composer.json (added)
-
trunk/deps/php-http/discovery/src (added)
-
trunk/deps/php-http/discovery/src/ClassDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/Composer (added)
-
trunk/deps/php-http/discovery/src/Composer/Plugin.php (added)
-
trunk/deps/php-http/discovery/src/Exception (added)
-
trunk/deps/php-http/discovery/src/Exception.php (added)
-
trunk/deps/php-http/discovery/src/Exception/ClassInstantiationFailedException.php (added)
-
trunk/deps/php-http/discovery/src/Exception/DiscoveryFailedException.php (added)
-
trunk/deps/php-http/discovery/src/Exception/NoCandidateFoundException.php (added)
-
trunk/deps/php-http/discovery/src/Exception/NotFoundException.php (added)
-
trunk/deps/php-http/discovery/src/Exception/PuliUnavailableException.php (added)
-
trunk/deps/php-http/discovery/src/Exception/StrategyUnavailableException.php (added)
-
trunk/deps/php-http/discovery/src/HttpAsyncClientDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/HttpClientDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/MessageFactoryDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/NotFoundException.php (added)
-
trunk/deps/php-http/discovery/src/Psr17Factory.php (added)
-
trunk/deps/php-http/discovery/src/Psr17FactoryDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/Psr18Client.php (added)
-
trunk/deps/php-http/discovery/src/Psr18ClientDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/Strategy (added)
-
trunk/deps/php-http/discovery/src/Strategy/CommonClassesStrategy.php (added)
-
trunk/deps/php-http/discovery/src/Strategy/CommonPsr17ClassesStrategy.php (added)
-
trunk/deps/php-http/discovery/src/Strategy/DiscoveryStrategy.php (added)
-
trunk/deps/php-http/discovery/src/Strategy/MockClientStrategy.php (added)
-
trunk/deps/php-http/discovery/src/Strategy/PuliBetaStrategy.php (added)
-
trunk/deps/php-http/discovery/src/StreamFactoryDiscovery.php (added)
-
trunk/deps/php-http/discovery/src/UriFactoryDiscovery.php (added)
-
trunk/deps/psr (added)
-
trunk/deps/psr/container (added)
-
trunk/deps/psr/container/LICENSE (added)
-
trunk/deps/psr/container/README.md (added)
-
trunk/deps/psr/container/composer.json (added)
-
trunk/deps/psr/container/src (added)
-
trunk/deps/psr/container/src/ContainerExceptionInterface.php (added)
-
trunk/deps/psr/container/src/ContainerInterface.php (added)
-
trunk/deps/psr/container/src/NotFoundExceptionInterface.php (added)
-
trunk/deps/psr/http-client (added)
-
trunk/deps/psr/http-client/CHANGELOG.md (added)
-
trunk/deps/psr/http-client/LICENSE (added)
-
trunk/deps/psr/http-client/README.md (added)
-
trunk/deps/psr/http-client/composer.json (added)
-
trunk/deps/psr/http-client/src (added)
-
trunk/deps/psr/http-client/src/ClientExceptionInterface.php (added)
-
trunk/deps/psr/http-client/src/ClientInterface.php (added)
-
trunk/deps/psr/http-client/src/NetworkExceptionInterface.php (added)
-
trunk/deps/psr/http-client/src/RequestExceptionInterface.php (added)
-
trunk/deps/psr/http-factory (added)
-
trunk/deps/psr/http-factory/LICENSE (added)
-
trunk/deps/psr/http-factory/README.md (added)
-
trunk/deps/psr/http-factory/composer.json (added)
-
trunk/deps/psr/http-factory/src (added)
-
trunk/deps/psr/http-factory/src/RequestFactoryInterface.php (added)
-
trunk/deps/psr/http-factory/src/ResponseFactoryInterface.php (added)
-
trunk/deps/psr/http-factory/src/ServerRequestFactoryInterface.php (added)
-
trunk/deps/psr/http-factory/src/StreamFactoryInterface.php (added)
-
trunk/deps/psr/http-factory/src/UploadedFileFactoryInterface.php (added)
-
trunk/deps/psr/http-factory/src/UriFactoryInterface.php (added)
-
trunk/deps/psr/http-message (added)
-
trunk/deps/psr/http-message/CHANGELOG.md (added)
-
trunk/deps/psr/http-message/LICENSE (added)
-
trunk/deps/psr/http-message/README.md (added)
-
trunk/deps/psr/http-message/composer.json (added)
-
trunk/deps/psr/http-message/docs (added)
-
trunk/deps/psr/http-message/docs/PSR7-Interfaces.md (added)
-
trunk/deps/psr/http-message/docs/PSR7-Usage.md (added)
-
trunk/deps/psr/http-message/src (added)
-
trunk/deps/psr/http-message/src/MessageInterface.php (added)
-
trunk/deps/psr/http-message/src/RequestInterface.php (added)
-
trunk/deps/psr/http-message/src/ResponseInterface.php (added)
-
trunk/deps/psr/http-message/src/ServerRequestInterface.php (added)
-
trunk/deps/psr/http-message/src/StreamInterface.php (added)
-
trunk/deps/psr/http-message/src/UploadedFileInterface.php (added)
-
trunk/deps/psr/http-message/src/UriInterface.php (added)
-
trunk/deps/psr/log (added)
-
trunk/deps/psr/log/LICENSE (added)
-
trunk/deps/psr/log/Psr (added)
-
trunk/deps/psr/log/Psr/Log (added)
-
trunk/deps/psr/log/Psr/Log/AbstractLogger.php (added)
-
trunk/deps/psr/log/Psr/Log/InvalidArgumentException.php (added)
-
trunk/deps/psr/log/Psr/Log/LogLevel.php (added)
-
trunk/deps/psr/log/Psr/Log/LoggerAwareInterface.php (added)
-
trunk/deps/psr/log/Psr/Log/LoggerAwareTrait.php (added)
-
trunk/deps/psr/log/Psr/Log/LoggerInterface.php (added)
-
trunk/deps/psr/log/Psr/Log/LoggerTrait.php (added)
-
trunk/deps/psr/log/Psr/Log/NullLogger.php (added)
-
trunk/deps/psr/log/Psr/Log/Test (added)
-
trunk/deps/psr/log/Psr/Log/Test/DummyTest.php (added)
-
trunk/deps/psr/log/Psr/Log/Test/LoggerInterfaceTest.php (added)
-
trunk/deps/psr/log/Psr/Log/Test/TestLogger.php (added)
-
trunk/deps/psr/log/README.md (added)
-
trunk/deps/psr/log/composer.json (added)
-
trunk/deps/ralouphie (added)
-
trunk/deps/ralouphie/getallheaders (added)
-
trunk/deps/ralouphie/getallheaders/LICENSE (added)
-
trunk/deps/ralouphie/getallheaders/README.md (added)
-
trunk/deps/ralouphie/getallheaders/composer.json (added)
-
trunk/deps/ralouphie/getallheaders/src (added)
-
trunk/deps/ralouphie/getallheaders/src/getallheaders.php (added)
-
trunk/deps/rebelcode (added)
-
trunk/deps/rebelcode/psr7 (added)
-
trunk/deps/rebelcode/psr7/CHANGELOG.md (added)
-
trunk/deps/rebelcode/psr7/LICENSE (added)
-
trunk/deps/rebelcode/psr7/README.md (added)
-
trunk/deps/rebelcode/psr7/composer.json (added)
-
trunk/deps/rebelcode/psr7/docker-compose.yml (added)
-
trunk/deps/rebelcode/psr7/psalm-baseline.xml (added)
-
trunk/deps/rebelcode/psr7/src (added)
-
trunk/deps/rebelcode/psr7/src/AppendStream.php (added)
-
trunk/deps/rebelcode/psr7/src/BufferStream.php (added)
-
trunk/deps/rebelcode/psr7/src/CachingStream.php (added)
-
trunk/deps/rebelcode/psr7/src/DroppingStream.php (added)
-
trunk/deps/rebelcode/psr7/src/FnStream.php (added)
-
trunk/deps/rebelcode/psr7/src/Header.php (added)
-
trunk/deps/rebelcode/psr7/src/HttpFactory.php (added)
-
trunk/deps/rebelcode/psr7/src/InflateStream.php (added)
-
trunk/deps/rebelcode/psr7/src/LazyOpenStream.php (added)
-
trunk/deps/rebelcode/psr7/src/LimitStream.php (added)
-
trunk/deps/rebelcode/psr7/src/Message.php (added)
-
trunk/deps/rebelcode/psr7/src/MessageTrait.php (added)
-
trunk/deps/rebelcode/psr7/src/MimeType.php (added)
-
trunk/deps/rebelcode/psr7/src/MultipartStream.php (added)
-
trunk/deps/rebelcode/psr7/src/NoSeekStream.php (added)
-
trunk/deps/rebelcode/psr7/src/PumpStream.php (added)
-
trunk/deps/rebelcode/psr7/src/Query.php (added)
-
trunk/deps/rebelcode/psr7/src/Request.php (added)
-
trunk/deps/rebelcode/psr7/src/Response.php (added)
-
trunk/deps/rebelcode/psr7/src/Rfc7230.php (added)
-
trunk/deps/rebelcode/psr7/src/ServerRequest.php (added)
-
trunk/deps/rebelcode/psr7/src/Stream.php (added)
-
trunk/deps/rebelcode/psr7/src/StreamDecoratorTrait.php (added)
-
trunk/deps/rebelcode/psr7/src/StreamWrapper.php (added)
-
trunk/deps/rebelcode/psr7/src/UploadedFile.php (added)
-
trunk/deps/rebelcode/psr7/src/Uri.php (added)
-
trunk/deps/rebelcode/psr7/src/UriNormalizer.php (added)
-
trunk/deps/rebelcode/psr7/src/UriResolver.php (added)
-
trunk/deps/rebelcode/psr7/src/Utils.php (added)
-
trunk/deps/rebelcode/wp-http (added)
-
trunk/deps/rebelcode/wp-http/CHANGELOG.md (added)
-
trunk/deps/rebelcode/wp-http/LICENSE (added)
-
trunk/deps/rebelcode/wp-http/README.md (added)
-
trunk/deps/rebelcode/wp-http/composer.json (added)
-
trunk/deps/rebelcode/wp-http/docker-compose.yml (added)
-
trunk/deps/rebelcode/wp-http/src (added)
-
trunk/deps/rebelcode/wp-http/src/Exception (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/BadResponseException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/ClientErrorException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/HttpException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/NetworkException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/RequestException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/ResponseException.php (added)
-
trunk/deps/rebelcode/wp-http/src/Exception/ServerErrorException.php (added)
-
trunk/deps/rebelcode/wp-http/src/HandlerInterface.php (added)
-
trunk/deps/rebelcode/wp-http/src/HandlerStack.php (added)
-
trunk/deps/rebelcode/wp-http/src/Middleware (added)
-
trunk/deps/rebelcode/wp-http/src/Middleware.php (added)
-
trunk/deps/rebelcode/wp-http/src/Middleware/HttpErrorsToExceptions.php (added)
-
trunk/deps/rebelcode/wp-http/src/Middleware/PrepareBody.php (added)
-
trunk/deps/rebelcode/wp-http/src/WpClient.php (added)
-
trunk/deps/rebelcode/wp-http/src/WpHandler.php (added)
-
trunk/deps/scoby (added)
-
trunk/deps/scoby/analytics (added)
-
trunk/deps/scoby/analytics/README.md (added)
-
trunk/deps/scoby/analytics/composer.json (added)
-
trunk/deps/scoby/analytics/composer.lock (added)
-
trunk/deps/scoby/analytics/src (added)
-
trunk/deps/scoby/analytics/src/scoby (added)
-
trunk/deps/scoby/analytics/src/scoby/Analytics (added)
-
trunk/deps/scoby/analytics/src/scoby/Analytics/Client.php (added)
-
trunk/deps/scoby/analytics/src/scoby/Analytics/Helpers.php (added)
-
trunk/deps/scoby/analytics/src/scoby/Analytics/Logger.php (added)
-
trunk/deps/scoby/analytics/tests (added)
-
trunk/deps/scoby/analytics/tests/ClientTest.php (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__ (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_add_visitor_trait__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_add_visitor_traits__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_automatic_collection__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_manual_setting_of_params__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_set_visitor_id_manually_after_ip_and_useragent__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_set_visitor_id_manually_before_ip_and_useragent__1.txt (added)
-
trunk/deps/scoby/analytics/tests/__snapshots__/ClientTest__test_whitelisted_query_parameter_is_whitlisted__1.txt (added)
-
trunk/deps/scoper-autoload.php (added)
-
trunk/deps/spatie (added)
-
trunk/deps/spatie/macroable (added)
-
trunk/deps/spatie/macroable/CHANGELOG.md (added)
-
trunk/deps/spatie/macroable/CONTRIBUTING.md (added)
-
trunk/deps/spatie/macroable/LICENSE.md (added)
-
trunk/deps/spatie/macroable/README.md (added)
-
trunk/deps/spatie/macroable/composer.json (added)
-
trunk/deps/spatie/macroable/src (added)
-
trunk/deps/spatie/macroable/src/Macroable.php (added)
-
trunk/deps/spatie/url (added)
-
trunk/deps/spatie/url/CHANGELOG.md (added)
-
trunk/deps/spatie/url/CONTRIBUTING.md (added)
-
trunk/deps/spatie/url/LICENSE.md (added)
-
trunk/deps/spatie/url/README.md (added)
-
trunk/deps/spatie/url/composer.json (added)
-
trunk/deps/spatie/url/src (added)
-
trunk/deps/spatie/url/src/Exceptions (added)
-
trunk/deps/spatie/url/src/Exceptions/InvalidArgument.php (added)
-
trunk/deps/spatie/url/src/Helpers (added)
-
trunk/deps/spatie/url/src/Helpers/Arr.php (added)
-
trunk/deps/spatie/url/src/QueryParameterBag.php (added)
-
trunk/deps/spatie/url/src/Url.php (added)
-
trunk/deps/symfony (added)
-
trunk/deps/symfony/http-client (added)
-
trunk/deps/symfony/http-client-contracts (added)
-
trunk/deps/symfony/http-client-contracts/CHANGELOG.md (added)
-
trunk/deps/symfony/http-client-contracts/ChunkInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception (added)
-
trunk/deps/symfony/http-client-contracts/Exception/ClientExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/ExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/HttpExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/ServerExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Exception/TransportExceptionInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/HttpClientInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/LICENSE (added)
-
trunk/deps/symfony/http-client-contracts/README.md (added)
-
trunk/deps/symfony/http-client-contracts/ResponseInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/ResponseStreamInterface.php (added)
-
trunk/deps/symfony/http-client-contracts/Test (added)
-
trunk/deps/symfony/http-client-contracts/Test/Fixtures (added)
-
trunk/deps/symfony/http-client-contracts/Test/Fixtures/web (added)
-
trunk/deps/symfony/http-client-contracts/Test/Fixtures/web/index.php (added)
-
trunk/deps/symfony/http-client-contracts/Test/HttpClientTestCase.php (added)
-
trunk/deps/symfony/http-client-contracts/Test/TestHttpServer.php (added)
-
trunk/deps/symfony/http-client-contracts/composer.json (added)
-
trunk/deps/symfony/http-client/AmpHttpClient.php (added)
-
trunk/deps/symfony/http-client/AsyncDecoratorTrait.php (added)
-
trunk/deps/symfony/http-client/CHANGELOG.md (added)
-
trunk/deps/symfony/http-client/CachingHttpClient.php (added)
-
trunk/deps/symfony/http-client/Chunk (added)
-
trunk/deps/symfony/http-client/Chunk/DataChunk.php (added)
-
trunk/deps/symfony/http-client/Chunk/ErrorChunk.php (added)
-
trunk/deps/symfony/http-client/Chunk/FirstChunk.php (added)
-
trunk/deps/symfony/http-client/Chunk/InformationalChunk.php (added)
-
trunk/deps/symfony/http-client/Chunk/LastChunk.php (added)
-
trunk/deps/symfony/http-client/Chunk/ServerSentEvent.php (added)
-
trunk/deps/symfony/http-client/CurlHttpClient.php (added)
-
trunk/deps/symfony/http-client/DataCollector (added)
-
trunk/deps/symfony/http-client/DataCollector/HttpClientDataCollector.php (added)
-
trunk/deps/symfony/http-client/DecoratorTrait.php (added)
-
trunk/deps/symfony/http-client/DependencyInjection (added)
-
trunk/deps/symfony/http-client/DependencyInjection/HttpClientPass.php (added)
-
trunk/deps/symfony/http-client/EventSourceHttpClient.php (added)
-
trunk/deps/symfony/http-client/Exception (added)
-
trunk/deps/symfony/http-client/Exception/ClientException.php (added)
-
trunk/deps/symfony/http-client/Exception/EventSourceException.php (added)
-
trunk/deps/symfony/http-client/Exception/HttpExceptionTrait.php (added)
-
trunk/deps/symfony/http-client/Exception/InvalidArgumentException.php (added)
-
trunk/deps/symfony/http-client/Exception/JsonException.php (added)
-
trunk/deps/symfony/http-client/Exception/RedirectionException.php (added)
-
trunk/deps/symfony/http-client/Exception/ServerException.php (added)
-
trunk/deps/symfony/http-client/Exception/TimeoutException.php (added)
-
trunk/deps/symfony/http-client/Exception/TransportException.php (added)
-
trunk/deps/symfony/http-client/HttpClient.php (added)
-
trunk/deps/symfony/http-client/HttpClientTrait.php (added)
-
trunk/deps/symfony/http-client/HttpOptions.php (added)
-
trunk/deps/symfony/http-client/HttplugClient.php (added)
-
trunk/deps/symfony/http-client/Internal (added)
-
trunk/deps/symfony/http-client/Internal/AmpBody.php (added)
-
trunk/deps/symfony/http-client/Internal/AmpClientState.php (added)
-
trunk/deps/symfony/http-client/Internal/AmpListener.php (added)
-
trunk/deps/symfony/http-client/Internal/AmpResolver.php (added)
-
trunk/deps/symfony/http-client/Internal/Canary.php (added)
-
trunk/deps/symfony/http-client/Internal/ClientState.php (added)
-
trunk/deps/symfony/http-client/Internal/CurlClientState.php (added)
-
trunk/deps/symfony/http-client/Internal/DnsCache.php (added)
-
trunk/deps/symfony/http-client/Internal/HttplugWaitLoop.php (added)
-
trunk/deps/symfony/http-client/Internal/NativeClientState.php (added)
-
trunk/deps/symfony/http-client/Internal/PushedResponse.php (added)
-
trunk/deps/symfony/http-client/LICENSE (added)
-
trunk/deps/symfony/http-client/Messenger (added)
-
trunk/deps/symfony/http-client/Messenger/PingWebhookMessage.php (added)
-
trunk/deps/symfony/http-client/Messenger/PingWebhookMessageHandler.php (added)
-
trunk/deps/symfony/http-client/MockHttpClient.php (added)
-
trunk/deps/symfony/http-client/NativeHttpClient.php (added)
-
trunk/deps/symfony/http-client/NoPrivateNetworkHttpClient.php (added)
-
trunk/deps/symfony/http-client/Psr18Client.php (added)
-
trunk/deps/symfony/http-client/README.md (added)
-
trunk/deps/symfony/http-client/Response (added)
-
trunk/deps/symfony/http-client/Response/AmpResponse.php (added)
-
trunk/deps/symfony/http-client/Response/AsyncContext.php (added)
-
trunk/deps/symfony/http-client/Response/AsyncResponse.php (added)
-
trunk/deps/symfony/http-client/Response/CommonResponseTrait.php (added)
-
trunk/deps/symfony/http-client/Response/CurlResponse.php (added)
-
trunk/deps/symfony/http-client/Response/HttplugPromise.php (added)
-
trunk/deps/symfony/http-client/Response/JsonMockResponse.php (added)
-
trunk/deps/symfony/http-client/Response/MockResponse.php (added)
-
trunk/deps/symfony/http-client/Response/NativeResponse.php (added)
-
trunk/deps/symfony/http-client/Response/ResponseStream.php (added)
-
trunk/deps/symfony/http-client/Response/StreamWrapper.php (added)
-
trunk/deps/symfony/http-client/Response/StreamableInterface.php (added)
-
trunk/deps/symfony/http-client/Response/TraceableResponse.php (added)
-
trunk/deps/symfony/http-client/Response/TransportResponseTrait.php (added)
-
trunk/deps/symfony/http-client/Retry (added)
-
trunk/deps/symfony/http-client/Retry/GenericRetryStrategy.php (added)
-
trunk/deps/symfony/http-client/Retry/RetryStrategyInterface.php (added)
-
trunk/deps/symfony/http-client/RetryableHttpClient.php (added)
-
trunk/deps/symfony/http-client/ScopingHttpClient.php (added)
-
trunk/deps/symfony/http-client/Test (added)
-
trunk/deps/symfony/http-client/Test/HarFileResponseFactory.php (added)
-
trunk/deps/symfony/http-client/TraceableHttpClient.php (added)
-
trunk/deps/symfony/http-client/UriTemplateHttpClient.php (added)
-
trunk/deps/symfony/http-client/composer.json (added)
-
trunk/deps/symfony/service-contracts (added)
-
trunk/deps/symfony/service-contracts/Attribute (added)
-
trunk/deps/symfony/service-contracts/Attribute/Required.php (added)
-
trunk/deps/symfony/service-contracts/Attribute/SubscribedService.php (added)
-
trunk/deps/symfony/service-contracts/CHANGELOG.md (added)
-
trunk/deps/symfony/service-contracts/LICENSE (added)
-
trunk/deps/symfony/service-contracts/README.md (added)
-
trunk/deps/symfony/service-contracts/ResetInterface.php (added)
-
trunk/deps/symfony/service-contracts/ServiceLocatorTrait.php (added)
-
trunk/deps/symfony/service-contracts/ServiceProviderInterface.php (added)
-
trunk/deps/symfony/service-contracts/ServiceSubscriberInterface.php (added)
-
trunk/deps/symfony/service-contracts/ServiceSubscriberTrait.php (added)
-
trunk/deps/symfony/service-contracts/Test (added)
-
trunk/deps/symfony/service-contracts/Test/ServiceLocatorTest.php (added)
-
trunk/deps/symfony/service-contracts/Test/ServiceLocatorTestCase.php (added)
-
trunk/deps/symfony/service-contracts/composer.json (added)
-
trunk/readme.txt (added)
-
trunk/scoby-analytics.php (added)
-
trunk/settings.php (added)
-
trunk/src (added)
-
trunk/src/Helpers.php (added)
-
trunk/src/HttpClient.php (added)
-
trunk/src/IntegrationType.php (added)
-
trunk/src/Logger.php (added)
-
trunk/src/Plugin.php (added)
-
trunk/src/index.php (added)
-
trunk/src/privacy-proxy.php (added)
-
trunk/src/versioning (added)
-
trunk/src/versioning/plugin-updater.js (added)
-
trunk/src/versioning/readme-updater.js (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
Note: See TracChangeset
for help on using the changeset viewer.