diff --git a/Theme/Backend/audit-list.tpl.php b/Theme/Backend/audit-list.tpl.php
index a72818c..a67e426 100755
--- a/Theme/Backend/audit-list.tpl.php
+++ b/Theme/Backend/audit-list.tpl.php
@@ -141,7 +141,7 @@ echo $this->getData('nav')->render(); ?>
= $audit->getType(); ?>
| = $audit->getTrigger(); ?>
- | = $this->printHtml($audit->createdBy->login); ?>
+ | = $this->printHtml($audit->createdBy->login); ?>
| = $this->printHtml($audit->getRef()); ?>
| = $audit->createdAt->format('Y-m-d H:i:s'); ?>
diff --git a/composer.json b/composer.json
index 7ad134b..7cf5769 100755
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
"require-dev": {
"phpunit/phpunit": ">=9.4",
"friendsofphp/php-cs-fixer": ">=3.0",
- "squizlabs/php_codesniffer": ">=3.5",
+ "squizlabs/php_codesniffer": ">=3.6",
"phpmd/phpmd": ">=2.9",
"phpstan/phpstan": ">=0.12.58",
"phan/phan": ">=3.2.6"
|