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 ebb6687
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ tests/DoctrineTest/doctrine_tests/*
/tests/tmp
/tests/foo.sq3
/vendor/
/.phpcs-cache
/phpcs.xml
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 ebb6687

Please sign in to comment.