Skip to content

Commit

Permalink
- fix: composer.json update fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Sep 20, 2024
1 parent 3b3b3f7 commit fad5ede
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 @@ -30,7 +30,7 @@
"cs": "./vendor/bin/php-cs-fixer fix --dry-run --diff --config codestyle.php",
"csf": "./vendor/bin/php-cs-fixer fix --diff --config codestyle.php",
"test": "./vendor/bin/phpunit tests --colors=always",
"post-install-cmd": [
"post-package-install": [
"php -r 'chmod( __DIR__ . '/src/scripts/version.sh', 0777);'",
"php -r 'chmod( __DIR__ . '/src/scripts/check.sh', 0777);'"
]
Expand Down

0 comments on commit fad5ede

Please sign in to comment.