File tree 3 files changed +4
-33
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## 3.2 .0 - 2021-03-10
7
+ ## 3.3 .0 - 2021-03-25
8
8
### Added
9
9
- Copyrights
10
10
- Declare strict types
Original file line number Diff line number Diff line change 4
4
"type" : " phpcs-sniffs" ,
5
5
"license" : " MIT" ,
6
6
"prefer-stable" : true ,
7
- "minimum-stability" : " dev " ,
7
+ "minimum-stability" : " stable " ,
8
8
"authors" : [
9
9
{
10
- "name" : " Youwe" ,
10
+ "name" : " Youwe B.V. " ,
11
11
12
12
}
13
13
],
16
16
"phpmd/phpmd" : " ^2.0" ,
17
17
"squizlabs/php_codesniffer" : " ~3.5.4"
18
18
},
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
- ],
48
19
"autoload" : {
49
20
"psr-4" : {
50
21
"Youwe\\ CodingStandard\\ " : " src"
Original file line number Diff line number Diff line change 16
16
MediaCT defined PHPMD rules - deprecated.
17
17
Use Global defined PHPMD rules instead.
18
18
</description >
19
- <rule ref =" ../rulesets /phpmd.xml" />
19
+ <rule ref =" ../Global /phpmd.xml" />
20
20
</ruleset >
You can’t perform that action at this time.
0 commit comments