File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1- util /
2- mybuild
3- mytest
4- myrun
1+ /composer.lock
52/vendor /
Original file line number Diff line number Diff line change 33 "description" : " A PHPCS sniff to detect problems with variables." ,
44 "type" : " phpcodesniffer-standard" ,
55 "license" : " BSD" ,
6- "require" : {
7- "php" : " >=5.4.0" ,
8- "squizlabs/php_codesniffer" : " ^3.0.2"
9- },
106 "authors" : [
117 {
128 "name" : " Payton Swick" ,
139 "email" : " payton@foolord.com"
1410 }
1511 ],
16- "require" : {}
12+ "support" : {
13+ "issues" : " https://github.com/sirbrillig/phpcs-variable-analysis/issues" ,
14+ "wiki" : " https://github.com/sirbrillig/phpcs-variable-analysis/wiki" ,
15+ "source" : " https://github.com/sirbrillig/phpcs-variable-analysis"
16+ },
17+ "require" : {
18+ "php" : " >=5.4.0" ,
19+ "squizlabs/php_codesniffer" : " ^3.0.2" ,
20+ "roave/security-advisories" : " dev-master"
21+ }
1722}
You can’t perform that action at this time.
0 commit comments