From 5e20ede7133583936919e9a8edb1fc43c6f92fd5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 29 Aug 2020 16:10:46 +0200 Subject: [PATCH] update composer --- Theme/Backend/clients-profile.tpl.php | 4 +++- composer.json | 2 +- composer.lock | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Theme/Backend/clients-profile.tpl.php b/Theme/Backend/clients-profile.tpl.php index b5d6c28..430995e 100644 --- a/Theme/Backend/clients-profile.tpl.php +++ b/Theme/Backend/clients-profile.tpl.php @@ -12,7 +12,9 @@ */ declare(strict_types=1); - +/** + * @var \Modules\ClientManagement\Models\Client $client + */ $client = $this->getData('client'); /** diff --git a/composer.json b/composer.json index 3f1b664..37e231e 100755 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require-dev": { - "phpunit/phpunit": "^9.2", + "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.5", "phpmd/phpmd": "^2.6", "phpstan/phpstan": "^0.12.18", diff --git a/composer.lock b/composer.lock index b8b441c..63058db 100755 --- a/composer.lock +++ b/composer.lock @@ -1483,7 +1483,7 @@ "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.4" }, "type": "library", "extra": { @@ -2091,7 +2091,7 @@ }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.4" }, "type": "library", "extra": { @@ -2400,7 +2400,7 @@ "php": "^7.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.4" }, "type": "library", "extra": {