Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 88acaf6

Browse files
Merge branch 'release/0.4.0'
2 parents dfc98ff + 08e3ddf commit 88acaf6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## Unreleased
88

9+
## 0.4.0 (2019-08-11)
10+
11+
### Changed
12+
13+
- Update packages
14+
915
## 0.3.0 (2018-09-10)
1016

1117
### Changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"squizlabs/php_codesniffer": "^3.3.1",
16-
"slevomat/coding-standard": "^4.7"
15+
"squizlabs/php_codesniffer": "^3.4",
16+
"slevomat/coding-standard": "^5.0"
1717
},
1818
"scripts": {
1919
"validate-composer": "@composer validate --no-check-all --strict"

0 commit comments

Comments
 (0)