From 04c3c52a9587db2923ec04e121ea0c44471a008b Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Wed, 29 Mar 2023 10:32:32 +0200 Subject: [PATCH] Moved files --- bundles/SystemInfoBundle/.editorconfig => .editorconfig | 0 bundles/SystemInfoBundle/.gitattributes => .gitattributes | 0 bundles/SystemInfoBundle/.gitignore => .gitignore | 0 bundles/SystemInfoBundle/.php_cs.dist => .php_cs.dist | 0 bundles/SystemInfoBundle/LICENSE.md => LICENSE.md | 0 bundles/SystemInfoBundle/README.md => README.md | 0 bundles/SystemInfoBundle/SECURITY.md => SECURITY.md | 0 bundles/SystemInfoBundle/composer.json => composer.json | 0 {bundles/SystemInfoBundle/config => config}/pimcore/routing.yaml | 0 {bundles/SystemInfoBundle/config => config}/services.yaml | 0 bundles/SystemInfoBundle/gpl-3.0.txt => gpl-3.0.txt | 0 {bundles/SystemInfoBundle/public => public}/css/icons.css | 0 {bundles/SystemInfoBundle/public => public}/js/startup.js | 0 .../SystemInfoBundle/src => src}/Controller/OpcacheController.php | 0 .../src => src}/Controller/SettingsController.php | 0 .../DependencyInjection/PimcoreSystemInfoExtension.php | 0 {bundles/SystemInfoBundle/src => src}/PimcoreSystemInfoBundle.php | 0 .../SystemInfoBundle/translations => translations}/admin.en.yaml | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename bundles/SystemInfoBundle/.editorconfig => .editorconfig (100%) rename bundles/SystemInfoBundle/.gitattributes => .gitattributes (100%) rename bundles/SystemInfoBundle/.gitignore => .gitignore (100%) rename bundles/SystemInfoBundle/.php_cs.dist => .php_cs.dist (100%) rename bundles/SystemInfoBundle/LICENSE.md => LICENSE.md (100%) rename bundles/SystemInfoBundle/README.md => README.md (100%) rename bundles/SystemInfoBundle/SECURITY.md => SECURITY.md (100%) rename bundles/SystemInfoBundle/composer.json => composer.json (100%) rename {bundles/SystemInfoBundle/config => config}/pimcore/routing.yaml (100%) rename {bundles/SystemInfoBundle/config => config}/services.yaml (100%) rename bundles/SystemInfoBundle/gpl-3.0.txt => gpl-3.0.txt (100%) rename {bundles/SystemInfoBundle/public => public}/css/icons.css (100%) rename {bundles/SystemInfoBundle/public => public}/js/startup.js (100%) rename {bundles/SystemInfoBundle/src => src}/Controller/OpcacheController.php (100%) rename {bundles/SystemInfoBundle/src => src}/Controller/SettingsController.php (100%) rename {bundles/SystemInfoBundle/src => src}/DependencyInjection/PimcoreSystemInfoExtension.php (100%) rename {bundles/SystemInfoBundle/src => src}/PimcoreSystemInfoBundle.php (100%) rename {bundles/SystemInfoBundle/translations => translations}/admin.en.yaml (100%) diff --git a/bundles/SystemInfoBundle/.editorconfig b/.editorconfig similarity index 100% rename from bundles/SystemInfoBundle/.editorconfig rename to .editorconfig diff --git a/bundles/SystemInfoBundle/.gitattributes b/.gitattributes similarity index 100% rename from bundles/SystemInfoBundle/.gitattributes rename to .gitattributes diff --git a/bundles/SystemInfoBundle/.gitignore b/.gitignore similarity index 100% rename from bundles/SystemInfoBundle/.gitignore rename to .gitignore diff --git a/bundles/SystemInfoBundle/.php_cs.dist b/.php_cs.dist similarity index 100% rename from bundles/SystemInfoBundle/.php_cs.dist rename to .php_cs.dist diff --git a/bundles/SystemInfoBundle/LICENSE.md b/LICENSE.md similarity index 100% rename from bundles/SystemInfoBundle/LICENSE.md rename to LICENSE.md diff --git a/bundles/SystemInfoBundle/README.md b/README.md similarity index 100% rename from bundles/SystemInfoBundle/README.md rename to README.md diff --git a/bundles/SystemInfoBundle/SECURITY.md b/SECURITY.md similarity index 100% rename from bundles/SystemInfoBundle/SECURITY.md rename to SECURITY.md diff --git a/bundles/SystemInfoBundle/composer.json b/composer.json similarity index 100% rename from bundles/SystemInfoBundle/composer.json rename to composer.json diff --git a/bundles/SystemInfoBundle/config/pimcore/routing.yaml b/config/pimcore/routing.yaml similarity index 100% rename from bundles/SystemInfoBundle/config/pimcore/routing.yaml rename to config/pimcore/routing.yaml diff --git a/bundles/SystemInfoBundle/config/services.yaml b/config/services.yaml similarity index 100% rename from bundles/SystemInfoBundle/config/services.yaml rename to config/services.yaml diff --git a/bundles/SystemInfoBundle/gpl-3.0.txt b/gpl-3.0.txt similarity index 100% rename from bundles/SystemInfoBundle/gpl-3.0.txt rename to gpl-3.0.txt diff --git a/bundles/SystemInfoBundle/public/css/icons.css b/public/css/icons.css similarity index 100% rename from bundles/SystemInfoBundle/public/css/icons.css rename to public/css/icons.css diff --git a/bundles/SystemInfoBundle/public/js/startup.js b/public/js/startup.js similarity index 100% rename from bundles/SystemInfoBundle/public/js/startup.js rename to public/js/startup.js diff --git a/bundles/SystemInfoBundle/src/Controller/OpcacheController.php b/src/Controller/OpcacheController.php similarity index 100% rename from bundles/SystemInfoBundle/src/Controller/OpcacheController.php rename to src/Controller/OpcacheController.php diff --git a/bundles/SystemInfoBundle/src/Controller/SettingsController.php b/src/Controller/SettingsController.php similarity index 100% rename from bundles/SystemInfoBundle/src/Controller/SettingsController.php rename to src/Controller/SettingsController.php diff --git a/bundles/SystemInfoBundle/src/DependencyInjection/PimcoreSystemInfoExtension.php b/src/DependencyInjection/PimcoreSystemInfoExtension.php similarity index 100% rename from bundles/SystemInfoBundle/src/DependencyInjection/PimcoreSystemInfoExtension.php rename to src/DependencyInjection/PimcoreSystemInfoExtension.php diff --git a/bundles/SystemInfoBundle/src/PimcoreSystemInfoBundle.php b/src/PimcoreSystemInfoBundle.php similarity index 100% rename from bundles/SystemInfoBundle/src/PimcoreSystemInfoBundle.php rename to src/PimcoreSystemInfoBundle.php diff --git a/bundles/SystemInfoBundle/translations/admin.en.yaml b/translations/admin.en.yaml similarity index 100% rename from bundles/SystemInfoBundle/translations/admin.en.yaml rename to translations/admin.en.yaml