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 908959c commit 74f4c27
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 @@ -54,10 +54,10 @@
"symplify/vendor-patches": "^11.2"
},
"require-dev": {
"brianium/paratest": "^7.1",
"brianium/paratest": "^7.3",
"contributte/translation": "^2.0",
"dg/bypass-finals": "^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/TriggersExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 74f4c27

Please sign in to comment.