Skip to content

Commit debac0c

Browse files
authored
Merge pull request #217 from DigitalTimK/scrutinizer
Downgrad Tracy to v2.9 (and keep scrutinizer on php 8.1)
2 parents 5b97c82 + 374bd68 commit debac0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ coding_style:
2828
size: 1
2929
spaces:
3030
around_operators:
31-
concatenation: false
31+
concatenation: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpmetrics/phpmetrics": "^v2.8.2",
4242
"wapmorgan/php-deprecation-detector": "^2.0.33",
4343
"phpstan/phpstan": "^1.10",
44-
"tracy/tracy": "^2.10",
44+
"tracy/tracy": "2.9",
4545
"vlucas/phpdotenv": "^5.6"
4646
},
4747
"scripts": {

0 commit comments

Comments
 (0)