From 94d8f8abaedfbcbd540a1a9a2ec0585425a80bb5 Mon Sep 17 00:00:00 2001 From: Christian Ruhstaller Date: Fri, 27 Jan 2017 11:26:18 +0100 Subject: [PATCH] standardize repo structure for automation use --- BugsnagPlugin.php => bugsnag/BugsnagPlugin.php | 0 config.php => bugsnag/config.php | 0 {services => bugsnag/services}/BugsnagService.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename BugsnagPlugin.php => bugsnag/BugsnagPlugin.php (100%) rename config.php => bugsnag/config.php (100%) rename {services => bugsnag/services}/BugsnagService.php (100%) diff --git a/BugsnagPlugin.php b/bugsnag/BugsnagPlugin.php similarity index 100% rename from BugsnagPlugin.php rename to bugsnag/BugsnagPlugin.php diff --git a/config.php b/bugsnag/config.php similarity index 100% rename from config.php rename to bugsnag/config.php diff --git a/services/BugsnagService.php b/bugsnag/services/BugsnagService.php similarity index 100% rename from services/BugsnagService.php rename to bugsnag/services/BugsnagService.php