Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aleswita committed Jan 26, 2024
1 parent 9488d09 commit 1921713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"nette/database": "^3.1.1",
"nette/robot-loader": "^3.4.0|~4.0.0",
"nette/tester": "^2.3.1",
"ninjify/nunjuck": "^0.3.0",
"ninjify/nunjuck": "^0.4.0",
"ninjify/qa": "^0.13",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"psr/log": "^1.1",
"psr/log": "^1.1|^2.0|^3.0",
"tracy/tracy": "^2.8"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests/TestAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(
$composerRaw = FileSystem::read(__DIR__ . '/../../composer.lock');

/** @var array{ packages: array<array{ name: string, version: string }> } $composerData */
$composerData = Json::decode($composerRaw, true);
$composerData = Json::decode($composerRaw, 1);

$netteUtilsVersion = null;

Expand Down

0 comments on commit 1921713

Please sign in to comment.