Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Remove phpcs-git-pre-commit dependency/pre commit linting (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jastraat authored Mar 6, 2023
1 parent 510f739 commit 0f9431d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}
],
"require-dev": {
"bugatino/phpcs-git-pre-commit": "dev-master",
"phpunit/phpunit": ">=7.5 <8.5 || >8.5.14 <10",
"squizlabs/php_codesniffer": "^3.4"
},
Expand All @@ -22,12 +21,6 @@
"scripts": {
"phpcbf": "./vendor/bin/phpcbf",
"phpcs": "./vendor/bin/phpcs",
"post-install-cmd": [
"sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
],
"post-update-cmd": [
"sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
],
"rector": "./vendor/bin/rector process",
"rector-dry-run": "./vendor/bin/rector process --dry-run",
"test": "./vendor/bin/phpunit --testsuite all"
Expand Down

0 comments on commit 0f9431d

Please sign in to comment.