From b3458214eb99c29f26ef334838ce8bbc712b6d18 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Tue, 19 Feb 2019 18:13:18 +0100 Subject: [PATCH] test --- .gitignore | 1 - ValidatorBundle/.gitignore | 2 ++ .../DependencyInjection}/Configuration.php | 0 .../DependencyInjection}/ValidatorExtension.php | 0 LICENSE => ValidatorBundle/LICENSE | 0 {Ressources => ValidatorBundle/Ressources}/config/services.yaml | 0 {Services => ValidatorBundle/Services}/Validator.php | 0 ValidatorBundle.php => ValidatorBundle/ValidatorBundle.php | 0 composer.json => ValidatorBundle/composer.json | 0 composer.lock => ValidatorBundle/composer.lock | 0 10 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 ValidatorBundle/.gitignore rename {DependencyInjection => ValidatorBundle/DependencyInjection}/Configuration.php (100%) rename {DependencyInjection => ValidatorBundle/DependencyInjection}/ValidatorExtension.php (100%) rename LICENSE => ValidatorBundle/LICENSE (100%) rename {Ressources => ValidatorBundle/Ressources}/config/services.yaml (100%) rename {Services => ValidatorBundle/Services}/Validator.php (100%) rename ValidatorBundle.php => ValidatorBundle/ValidatorBundle.php (100%) rename composer.json => ValidatorBundle/composer.json (100%) rename composer.lock => ValidatorBundle/composer.lock (100%) diff --git a/.gitignore b/.gitignore index ecdf2d7..485dee6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -vendor .idea diff --git a/ValidatorBundle/.gitignore b/ValidatorBundle/.gitignore new file mode 100644 index 0000000..ecdf2d7 --- /dev/null +++ b/ValidatorBundle/.gitignore @@ -0,0 +1,2 @@ +vendor +.idea diff --git a/DependencyInjection/Configuration.php b/ValidatorBundle/DependencyInjection/Configuration.php similarity index 100% rename from DependencyInjection/Configuration.php rename to ValidatorBundle/DependencyInjection/Configuration.php diff --git a/DependencyInjection/ValidatorExtension.php b/ValidatorBundle/DependencyInjection/ValidatorExtension.php similarity index 100% rename from DependencyInjection/ValidatorExtension.php rename to ValidatorBundle/DependencyInjection/ValidatorExtension.php diff --git a/LICENSE b/ValidatorBundle/LICENSE similarity index 100% rename from LICENSE rename to ValidatorBundle/LICENSE diff --git a/Ressources/config/services.yaml b/ValidatorBundle/Ressources/config/services.yaml similarity index 100% rename from Ressources/config/services.yaml rename to ValidatorBundle/Ressources/config/services.yaml diff --git a/Services/Validator.php b/ValidatorBundle/Services/Validator.php similarity index 100% rename from Services/Validator.php rename to ValidatorBundle/Services/Validator.php diff --git a/ValidatorBundle.php b/ValidatorBundle/ValidatorBundle.php similarity index 100% rename from ValidatorBundle.php rename to ValidatorBundle/ValidatorBundle.php diff --git a/composer.json b/ValidatorBundle/composer.json similarity index 100% rename from composer.json rename to ValidatorBundle/composer.json diff --git a/composer.lock b/ValidatorBundle/composer.lock similarity index 100% rename from composer.lock rename to ValidatorBundle/composer.lock