Skip to content

Commit

Permalink
Fix for composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Jul 2, 2024
1 parent 6735310 commit a857ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"@ci:php:sniff",
"@ci:php:stan"
],
"ci:php:cs-fixer": "php-cs-fixer fix --config ./Build/.php-cs-fixer.php -v --dry-run --diff",
"ci:php:cs-fixer": "php-cs-fixer fix --config ./Build/php-cs-fixer/.php-cs-fixer.php -v --dry-run --diff",
"ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l",
"ci:php:sniff": "phpcs Classes Configuration Tests",
"ci:php:stan": "phpstan --no-progress",
Expand Down Expand Up @@ -188,7 +188,7 @@
"rm .eslintrc.json",
"rm .gitattributes",
"rm .gitignore",
"rm .php-cs-fixer.php",
"rm Build/php-cs-fixer/.php-cs-fixer.php",
"rm .prettierrc.js",
"rm Configuration/FunctionalTests.xml",
"rm Configuration/UnitTests.xml",
Expand Down

0 comments on commit a857ee5

Please sign in to comment.