Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Jan 5, 2024
1 parent 1c0ff1b commit 0297e26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=8.1",
"ext-fileinfo": "*",
"cakephp/cakephp": "^5.0",
"mirko-pagliai/php-tools": "^1.9.1-RC2",
"mirko-pagliai/php-tools": "~1.9.2",
"symfony/process": "^6.0|^7.0"
},
"require-dev": {
Expand Down Expand Up @@ -45,12 +45,12 @@
"@test",
"@stan"
],
"cs-check": "phpcs --standard=phpcs.xml.dist",
"cs-fix": "phpcbf --standard=phpcs.xml.dist",
"cs-check": "phpcs --standard=phpcs.xml",
"cs-fix": "phpcbf --standard=phpcs.xml",
"test": "rm -f -r /tmp/cake* && phpunit && driver_test=sqlite phpunit && driver_test=postgres phpunit",
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=coverage",
"phpstan": "phpstan.phar analyse",
"psalm": "psalm.phar --php-version=8.0",
"phpstan": "phpstan analyse",
"psalm": "psalm --php-version=8.2",
"stan": [
"@phpstan",
"@psalm"
Expand Down

0 comments on commit 0297e26

Please sign in to comment.