diff --git a/src/ArrayValidator.php b/ArrayValidator.php similarity index 100% rename from src/ArrayValidator.php rename to ArrayValidator.php diff --git a/src/BaseValidator.php b/BaseValidator.php similarity index 100% rename from src/BaseValidator.php rename to BaseValidator.php diff --git a/src/DateTimeValidator.php b/DateTimeValidator.php similarity index 100% rename from src/DateTimeValidator.php rename to DateTimeValidator.php diff --git a/src/EmailValidator.php b/EmailValidator.php similarity index 100% rename from src/EmailValidator.php rename to EmailValidator.php diff --git a/src/EmptyValidator.php b/EmptyValidator.php similarity index 100% rename from src/EmptyValidator.php rename to EmptyValidator.php diff --git a/src/EnumValidator.php b/EnumValidator.php similarity index 100% rename from src/EnumValidator.php rename to EnumValidator.php diff --git a/src/IntegerValidator.php b/IntegerValidator.php similarity index 100% rename from src/IntegerValidator.php rename to IntegerValidator.php diff --git a/src/LengthValidator.php b/LengthValidator.php similarity index 100% rename from src/LengthValidator.php rename to LengthValidator.php diff --git a/src/RequiredValidator.php b/RequiredValidator.php similarity index 100% rename from src/RequiredValidator.php rename to RequiredValidator.php diff --git a/src/RoundValidator.php b/RoundValidator.php similarity index 100% rename from src/RoundValidator.php rename to RoundValidator.php diff --git a/src/TypesOfValidator.php b/TypesOfValidator.php similarity index 100% rename from src/TypesOfValidator.php rename to TypesOfValidator.php diff --git a/src/UniqueValidator.php b/UniqueValidator.php similarity index 100% rename from src/UniqueValidator.php rename to UniqueValidator.php diff --git a/src/Validator.php b/Validator.php similarity index 100% rename from src/Validator.php rename to Validator.php