We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4521b38 commit 0d38495Copy full SHA for 0d38495
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.4.0
4
+* Rename custom rules namespace from `CodingStandard` to `InpsydeCodingStandard`
5
+
6
## 0.3.0
7
* Usage of PSR 1/2 as base
8
* Test for PHP 7+
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-master": "0.3.x-dev"
+ "dev-master": "0.4.x-dev"
40
}
41
42
0 commit comments