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 ff63f6c commit ebb6687Copy full SHA for ebb6687
.gitignore
@@ -4,3 +4,5 @@ tests/DoctrineTest/doctrine_tests/*
4
/tests/tmp
5
/tests/foo.sq3
6
/vendor/
7
+/.phpcs-cache
8
+/phpcs.xml
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