Skip to content

Commit

Permalink
added php cs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 17, 2024
1 parent ff63f6c commit 2a9ce1a
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tests/DoctrineTest/doctrine_tests/*
/tests/tmp
/tests/foo.sq3
/vendor/
/.phpcs-cache
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,13 @@
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"require-dev": {
"doctrine/coding-standard": "^12.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 2a9ce1a

Please sign in to comment.