Skip to content

Commit 33b3003

Browse files
committed
added php cs configuration
1 parent 3679947 commit 33b3003

File tree

3 files changed

+265
-0
lines changed

3 files changed

+265
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tests/DoctrineTest/doctrine_tests/*
44
/tests/tmp
55
/tests/foo.sq3
66
/vendor/
7+
/.phpcs-cache

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,13 @@
3939
"branch-alias": {
4040
"dev-master": "1.4-dev"
4141
}
42+
},
43+
"require-dev": {
44+
"doctrine/coding-standard": "^12.0"
45+
},
46+
"config": {
47+
"allow-plugins": {
48+
"dealerdirect/phpcodesniffer-composer-installer": true
49+
}
4250
}
4351
}

0 commit comments

Comments
 (0)