From 8280c6ec924186b071e6932cde67a4924f6ca399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 24 May 2018 21:58:54 +0200 Subject: [PATCH] Fix: Flatten directory structure --- composer.json | 2 +- composer.lock | 4 ++-- src/{LaunchDarkly => }/ApcLDDFeatureRequester.php | 0 src/{LaunchDarkly => }/ApcuLDDFeatureRequester.php | 0 src/{LaunchDarkly => }/Clause.php | 0 src/{LaunchDarkly => }/CurlEventPublisher.php | 0 src/{LaunchDarkly => }/EvaluationException.php | 0 src/{LaunchDarkly => }/EventProcessor.php | 0 src/{LaunchDarkly => }/EventPublisher.php | 0 src/{LaunchDarkly => }/EventSerializer.php | 0 src/{LaunchDarkly => }/FeatureFlag.php | 0 src/{LaunchDarkly => }/FeatureRequester.php | 0 src/{LaunchDarkly => }/GuzzleEventPublisher.php | 0 src/{LaunchDarkly => }/GuzzleFeatureRequester.php | 0 src/{LaunchDarkly => }/LDClient.php | 0 src/{LaunchDarkly => }/LDDFeatureRequester.php | 0 src/{LaunchDarkly => }/LDUser.php | 0 src/{LaunchDarkly => }/LDUserBuilder.php | 0 src/{LaunchDarkly => }/Operators.php | 0 src/{LaunchDarkly => }/Rule.php | 0 src/{LaunchDarkly => }/Segment.php | 0 src/{LaunchDarkly => }/SemanticVersion.php | 0 src/{LaunchDarkly => }/Util.php | 0 src/{LaunchDarkly => }/VariationOrRollout.php | 0 24 files changed, 3 insertions(+), 3 deletions(-) rename src/{LaunchDarkly => }/ApcLDDFeatureRequester.php (100%) rename src/{LaunchDarkly => }/ApcuLDDFeatureRequester.php (100%) rename src/{LaunchDarkly => }/Clause.php (100%) rename src/{LaunchDarkly => }/CurlEventPublisher.php (100%) rename src/{LaunchDarkly => }/EvaluationException.php (100%) rename src/{LaunchDarkly => }/EventProcessor.php (100%) rename src/{LaunchDarkly => }/EventPublisher.php (100%) rename src/{LaunchDarkly => }/EventSerializer.php (100%) rename src/{LaunchDarkly => }/FeatureFlag.php (100%) rename src/{LaunchDarkly => }/FeatureRequester.php (100%) rename src/{LaunchDarkly => }/GuzzleEventPublisher.php (100%) rename src/{LaunchDarkly => }/GuzzleFeatureRequester.php (100%) rename src/{LaunchDarkly => }/LDClient.php (100%) rename src/{LaunchDarkly => }/LDDFeatureRequester.php (100%) rename src/{LaunchDarkly => }/LDUser.php (100%) rename src/{LaunchDarkly => }/LDUserBuilder.php (100%) rename src/{LaunchDarkly => }/Operators.php (100%) rename src/{LaunchDarkly => }/Rule.php (100%) rename src/{LaunchDarkly => }/Segment.php (100%) rename src/{LaunchDarkly => }/SemanticVersion.php (100%) rename src/{LaunchDarkly => }/Util.php (100%) rename src/{LaunchDarkly => }/VariationOrRollout.php (100%) diff --git a/composer.json b/composer.json index 78d0c36ae..56024c815 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "autoload": { "psr-4": { - "LaunchDarkly\\": "src/LaunchDarkly/" + "LaunchDarkly\\": "src/" } }, "autoload-dev": { diff --git a/composer.lock b/composer.lock index 89835076d..c9ae4f07f 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ad2c6c29c2c748655900711de6dba807", + "content-hash": "ae5fba8f5b84830883d1071f40552206", "packages": [ { "name": "monolog/monolog", diff --git a/src/LaunchDarkly/ApcLDDFeatureRequester.php b/src/ApcLDDFeatureRequester.php similarity index 100% rename from src/LaunchDarkly/ApcLDDFeatureRequester.php rename to src/ApcLDDFeatureRequester.php diff --git a/src/LaunchDarkly/ApcuLDDFeatureRequester.php b/src/ApcuLDDFeatureRequester.php similarity index 100% rename from src/LaunchDarkly/ApcuLDDFeatureRequester.php rename to src/ApcuLDDFeatureRequester.php diff --git a/src/LaunchDarkly/Clause.php b/src/Clause.php similarity index 100% rename from src/LaunchDarkly/Clause.php rename to src/Clause.php diff --git a/src/LaunchDarkly/CurlEventPublisher.php b/src/CurlEventPublisher.php similarity index 100% rename from src/LaunchDarkly/CurlEventPublisher.php rename to src/CurlEventPublisher.php diff --git a/src/LaunchDarkly/EvaluationException.php b/src/EvaluationException.php similarity index 100% rename from src/LaunchDarkly/EvaluationException.php rename to src/EvaluationException.php diff --git a/src/LaunchDarkly/EventProcessor.php b/src/EventProcessor.php similarity index 100% rename from src/LaunchDarkly/EventProcessor.php rename to src/EventProcessor.php diff --git a/src/LaunchDarkly/EventPublisher.php b/src/EventPublisher.php similarity index 100% rename from src/LaunchDarkly/EventPublisher.php rename to src/EventPublisher.php diff --git a/src/LaunchDarkly/EventSerializer.php b/src/EventSerializer.php similarity index 100% rename from src/LaunchDarkly/EventSerializer.php rename to src/EventSerializer.php diff --git a/src/LaunchDarkly/FeatureFlag.php b/src/FeatureFlag.php similarity index 100% rename from src/LaunchDarkly/FeatureFlag.php rename to src/FeatureFlag.php diff --git a/src/LaunchDarkly/FeatureRequester.php b/src/FeatureRequester.php similarity index 100% rename from src/LaunchDarkly/FeatureRequester.php rename to src/FeatureRequester.php diff --git a/src/LaunchDarkly/GuzzleEventPublisher.php b/src/GuzzleEventPublisher.php similarity index 100% rename from src/LaunchDarkly/GuzzleEventPublisher.php rename to src/GuzzleEventPublisher.php diff --git a/src/LaunchDarkly/GuzzleFeatureRequester.php b/src/GuzzleFeatureRequester.php similarity index 100% rename from src/LaunchDarkly/GuzzleFeatureRequester.php rename to src/GuzzleFeatureRequester.php diff --git a/src/LaunchDarkly/LDClient.php b/src/LDClient.php similarity index 100% rename from src/LaunchDarkly/LDClient.php rename to src/LDClient.php diff --git a/src/LaunchDarkly/LDDFeatureRequester.php b/src/LDDFeatureRequester.php similarity index 100% rename from src/LaunchDarkly/LDDFeatureRequester.php rename to src/LDDFeatureRequester.php diff --git a/src/LaunchDarkly/LDUser.php b/src/LDUser.php similarity index 100% rename from src/LaunchDarkly/LDUser.php rename to src/LDUser.php diff --git a/src/LaunchDarkly/LDUserBuilder.php b/src/LDUserBuilder.php similarity index 100% rename from src/LaunchDarkly/LDUserBuilder.php rename to src/LDUserBuilder.php diff --git a/src/LaunchDarkly/Operators.php b/src/Operators.php similarity index 100% rename from src/LaunchDarkly/Operators.php rename to src/Operators.php diff --git a/src/LaunchDarkly/Rule.php b/src/Rule.php similarity index 100% rename from src/LaunchDarkly/Rule.php rename to src/Rule.php diff --git a/src/LaunchDarkly/Segment.php b/src/Segment.php similarity index 100% rename from src/LaunchDarkly/Segment.php rename to src/Segment.php diff --git a/src/LaunchDarkly/SemanticVersion.php b/src/SemanticVersion.php similarity index 100% rename from src/LaunchDarkly/SemanticVersion.php rename to src/SemanticVersion.php diff --git a/src/LaunchDarkly/Util.php b/src/Util.php similarity index 100% rename from src/LaunchDarkly/Util.php rename to src/Util.php diff --git a/src/LaunchDarkly/VariationOrRollout.php b/src/VariationOrRollout.php similarity index 100% rename from src/LaunchDarkly/VariationOrRollout.php rename to src/VariationOrRollout.php