Skip to content

Commit

Permalink
Fix composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 1, 2024
1 parent 12c2df2 commit a812fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cs-fix": "phpcbf --standard=vendor/cakephp/cakephp-codesniffer/CakePHP --ignore=comparisons src/ tests/",
"test": "phpunit",
"stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^1.0.0 && mv composer.backup composer.json",
"stan-setup": "phpstan analyze"
"stan": "phpstan analyze"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit a812fc6

Please sign in to comment.