We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3679947 commit 33b3003Copy full SHA for 33b3003
.gitignore
@@ -4,3 +4,4 @@ tests/DoctrineTest/doctrine_tests/*
4
/tests/tmp
5
/tests/foo.sq3
6
/vendor/
7
+/.phpcs-cache
composer.json
@@ -39,5 +39,13 @@
39
"branch-alias": {
40
"dev-master": "1.4-dev"
41
}
42
+ },
43
+ "require-dev": {
44
+ "doctrine/coding-standard": "^12.0"
45
46
+ "config": {
47
+ "allow-plugins": {
48
+ "dealerdirect/phpcodesniffer-composer-installer": true
49
+ }
50
51
0 commit comments