This commit is contained in:
Go Johansson 2022-12-16 21:16:28 +01:00
parent 8f7f88401b
commit 588debfaa0
2 changed files with 7 additions and 6 deletions

1
.node_version Normal file
View File

@ -0,0 +1 @@
v19.3.0

View File

@ -21,11 +21,11 @@
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "@stable",
"squizlabs/php_codesniffer": "@stable",
"phpmd/phpmd": "@stable",
"friendsofphp/php-cs-fixer": "@stable",
"phpstan/phpstan": "@stable",
"vimeo/psalm": "@stable"
"phpunit/phpunit": "^9.5.27",
"squizlabs/php_codesniffer": "^3.7.1",
"phpmd/phpmd": "^2.13.0",
"friendsofphp/php-cs-fixer": "^v2.19.3",
"phpstan/phpstan": "^1.9.3",
"vimeo/psalm": "^5.2.0"
}
}