mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-15 16:28:40 +00:00
update composer
This commit is contained in:
parent
422550ad1a
commit
5e20ede713
|
|
@ -12,7 +12,9 @@
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var \Modules\ClientManagement\Models\Client $client
|
||||||
|
*/
|
||||||
$client = $this->getData('client');
|
$client = $this->getData('client');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.2",
|
"phpunit/phpunit": "^9.4",
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"phpmd/phpmd": "^2.6",
|
"phpmd/phpmd": "^2.6",
|
||||||
"phpstan/phpstan": "^0.12.18",
|
"phpstan/phpstan": "^0.12.18",
|
||||||
|
|
|
||||||
6
composer.lock
generated
6
composer.lock
generated
|
|
@ -1483,7 +1483,7 @@
|
||||||
"php": "^7.3 || ^8.0"
|
"php": "^7.3 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.2"
|
"phpunit/phpunit": "^9.4"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
@ -2091,7 +2091,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"phpunit/phpunit": "^9.2"
|
"phpunit/phpunit": "^9.4"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
@ -2400,7 +2400,7 @@
|
||||||
"php": "^7.3 || ^8.0"
|
"php": "^7.3 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.2"
|
"phpunit/phpunit": "^9.4"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user