Skip to content

Commit

Permalink
Allow tracy 2.X.Y
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jan 24, 2021
1 parent 2d42676 commit 6368478
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 @@ -13,12 +13,12 @@
],
"require": {
"php": ">= 7.1",
"tracy/tracy": "~2.5.5"
"tracy/tracy": "^2.5.5"
},
"require-dev": {
"ext-json": "*",
"ninjify/qa": "^0.8.0",
"ninjify/nunjuck": "^0.2.0",
"ninjify/nunjuck": "^0.4.0",
"nette/di": "^2.4.14 || ^3.0.0",
"sentry/sentry": "^1.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/DI/TracyLoggingExtension.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test(function (): void {
$compiler->addExtension('logging', new TracyLoggingExtension());
$compiler->addExtension('tracy', new TracyExtension());
}, 1);
}, AssertionException::class, 'The logging directory (logDir) expects to be string, NULL given.');
}, AssertionException::class, 'The logging directory (logDir) expects to be string, %a% given.');
});

test(function (): void {
Expand Down

0 comments on commit 6368478

Please sign in to comment.