Update requirements
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-02-07 10:32:53 +00:00
parent d392cb3c2d
commit 603c002148
5 changed files with 1588 additions and 498 deletions

View File

@ -4,7 +4,7 @@
"homepage": "https://jcktrue.dk",
"version": "0.1.1",
"require": {
"php": "^8.1",
"php": "^8.4",
"ext-date": "*",
"ext-SPL": "*",
"ext-json": "*",
@ -24,18 +24,23 @@
},
"require-dev": {
"phpunit/phpunit": "^10.3.5",
"phpmetrics/phpmetrics": "^2.8.2",
"phpmetrics/phpmetrics": "^3.0-dev",
"rector/rector": "^1.0",
"vimeo/psalm": "^5.23",
"vimeo/psalm": "dev-master",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.10",
"squizlabs/php_codesniffer": "^3.9"
},
"scripts": {
"test": "vendor/bin/phpunit tests --display-warnings",
"test-full": "vendor/bin/phpunit -c phpunit.full.xml",
"all": [
"@test",
"@analyze",
"@metrics",
"@docs"
],
"metrics": "vendor/bin/phpmetrics --report-html=output/metrics --junit=output/test.xml src/",
"docs": "phpDocumentor --setting=graphs.enabled=true",
"docs": "phpDocumentor",
"analyze": [
"@analyze-yaml",
"@analyze-phpmd",