tooling: fix Makefile cs-fixer installation

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/823/head
Varun Patil 2023-09-12 10:56:33 -07:00
parent fbd2669562
commit 2e21251c73
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exiftool:
php-cs-fixer:
mkdir -p tools/php-cs-fixer
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer
composer require --dev --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer
php-lint:
tools/php-cs-fixer/vendor/bin/php-cs-fixer fix lib