update lock clucknut
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / build-and-push (push) Successful in 3m14s
Build, Push and Deploy / deploy-staging (push) Successful in 25s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 20:32:18 +07:00
parent 4554035227
commit dcaf267458
3359 changed files with 153185 additions and 205489 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cuyz/valinor",
"type": "library",
"description": "Library that helps to map any input into a strongly-typed value object structure.",
"description": "Dependency free PHP library that helps to map any input into a strongly-typed structure.",
"keywords": [
"object", "tree", "mapper", "mapping", "hydrator", "array", "conversion", "json", "yaml"
],
@@ -15,21 +15,21 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"composer-runtime-api": "^2.0"
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"infection/infection": "^0.31",
"phpunit/phpunit": "^11.5",
"infection/infection": "^0.32",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"friendsofphp/php-cs-fixer": "^3.4",
"friendsofphp/php-cs-fixer": "^3.91",
"marcocesarato/php-conventional-changelog": "^1.12",
"vimeo/psalm": "^6.0",
"mikey179/vfsstream": "^1.6.10",
"rector/rector": "^2.0",
"phpbench/phpbench": "^1.3"
"phpbench/phpbench": "^1.3",
"psr/http-message": "^2.0"
},
"autoload": {
"psr-4": {
@@ -47,12 +47,12 @@
"@putenv XDEBUG_MODE=off",
"phpunit",
"phpstan",
"php-cs-fixer check --diff",
"rector --dry-run",
"psalm --config=tests/StaticAnalysis/psalm-without-plugin.xml",
"psalm --config=tests/StaticAnalysis/psalm-with-plugin.xml",
"phpstan --configuration=tests/StaticAnalysis/phpstan-without-extension.neon.dist",
"phpstan --configuration=tests/StaticAnalysis/phpstan-with-extension.neon.dist",
"php-cs-fixer fix --dry-run",
"rector --dry-run",
"@check-todo"
],
"check-todo": [
@@ -60,7 +60,7 @@
],
"fix": [
"@putenv XDEBUG_MODE=off",
"php-cs-fixer fix",
"php-cs-fixer fix --diff",
"rector"
],
"test": [
@@ -68,7 +68,7 @@
"phpunit"
],
"mutation": [
"infection --threads=max --git-diff-lines --with-uncovered --min-msi=100"
"infection --threads=max --git-diff-lines --min-msi=100 --with-timeouts --with-uncovered --show-mutations"
],
"doc": [
"Composer\\Config::disableProcessTimeout",