File tree Expand file tree Collapse file tree 3 files changed +4
-33
lines changed Expand file tree Collapse file tree 3 files changed +4
-33
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 3.2 .0 - 2021-03-10
7+ ## 3.3 .0 - 2021-03-25
88### Added
99- Copyrights
1010- Declare strict types
Original file line number Diff line number Diff line change 44 "type" : " phpcs-sniffs" ,
55 "license" : " MIT" ,
66 "prefer-stable" : true ,
7- "minimum-stability" : " dev " ,
7+ "minimum-stability" : " stable " ,
88 "authors" : [
99 {
10- "name" : " Youwe" ,
10+ "name" : " Youwe B.V. " ,
11111212 }
1313 ],
1616 "phpmd/phpmd" : " ^2.0" ,
1717 "squizlabs/php_codesniffer" : " ~3.5.4"
1818 },
19- "require-dev" : {
20- "youwe/testing-suite" : " dev-master"
21- },
22- "repositories" : [
23- {
24- "type" : " vcs" ,
25- "url" : " https://github.com/YouweGit/coding-standard"
26- },
27- {
28- "type" : " vcs" ,
29- "url" : " https://github.com/YouweGit/testing-suite"
30- },
31- {
32- "type" : " vcs" ,
33- "url" : " https://github.com/YouweGit/coding-standard-phpstorm"
34- },
35- {
36- "type" : " vcs" ,
37- "url" : " https://github.com/YouweGit/composer-dependency-installer"
38- },
39- {
40- "type" : " vcs" ,
41- "url" : " https://github.com/YouweGit/composer-file-installer"
42- },
43- {
44- "type" : " vcs" ,
45- "url" : " https://github.com/YouweGit/file-mapping"
46- }
47- ],
4819 "autoload" : {
4920 "psr-4" : {
5021 "Youwe\\ CodingStandard\\ " : " src"
Original file line number Diff line number Diff line change 1616 MediaCT defined PHPMD rules - deprecated.
1717 Use Global defined PHPMD rules instead.
1818 </description >
19- <rule ref =" ../rulesets /phpmd.xml" />
19+ <rule ref =" ../Global /phpmd.xml" />
2020</ruleset >
You can’t perform that action at this time.
0 commit comments