Skip to content

Commit 3343cf2

Browse files
Changed vendor name to Youwe
- Copyrights - Declare strict types - Updated squizlabs/php_codesniffer to resolve phpunit error. - Changed MediaCT rule names to Global.
1 parent c3881c0 commit 3343cf2

File tree

3 files changed

+4
-33
lines changed

3 files changed

+4
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

composer.json

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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.",
1111
"email": "[email protected]"
1212
}
1313
],
@@ -16,35 +16,6 @@
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"

src/MediaCT/phpmd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
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>

0 commit comments

Comments
 (0)