Skip to content

Commit

Permalink
[sonoff-connector] Refactoring to new structure (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 13, 2023
1 parent 547e2a0 commit 8676fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"symplify/vendor-patches": "^11.2"
},
"require-dev": {
"brianium/paratest": "^7.1",
"brianium/paratest": "^7.3",
"contributte/translation": "^2.0",
"dg/bypass-finals": "^1.4",
"ipub/websockets": "^1.5",
"ipub/websockets-wamp": "^1.4",
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"orisai/coding-standard": "^3.2",
"pds/skeleton": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
Expand Down
1 change: 0 additions & 1 deletion src/DI/DevicesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public static function register(
string $extensionName = self::NAME,
): void
{
// @phpstan-ignore-next-line
$config->onCompile[] = static function (
BootstrapBoot\Configurator $config,
DI\Compiler $compiler,
Expand Down

0 comments on commit 8676fef

Please sign in to comment.