Skip to content

Commit 1c3341a

Browse files
committed
[PluginLogger] Prepare for 2.x:
- Removed GitHub workflow; - Removed static analysis configuration files; - Moved all classes to root folder;
1 parent cf644c7 commit 1c3341a

29 files changed

+26
-238
lines changed

.github/workflows/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.php-cs-fixer.dist.php

Lines changed: 0 additions & 30 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

src/Configuration/LoggerPluginConfigurationInterface.php renamed to Configuration/LoggerPluginConfigurationInterface.php

File renamed without changes.

src/Configuration/LoggerProviderTypeConfiguration.php renamed to Configuration/LoggerProviderTypeConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Micro\Plugin\Logger\Configuration;
1515

16-
use Micro\Framework\Kernel\Configuration\PluginRoutingKeyConfiguration;
16+
use Micro\Framework\BootConfiguration\Configuration\PluginRoutingKeyConfiguration;
1717

1818
/**
1919
* @author Stanislau Komar <head.trackingsoft@gmail.com>

src/Configuration/LoggerProviderTypeConfigurationInterface.php renamed to Configuration/LoggerProviderTypeConfigurationInterface.php

File renamed without changes.

0 commit comments

Comments
 (0)