Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit f3b2f9d

Browse files
committed
Release 3.4.0
1 parent c2de386 commit f3b2f9d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changes in Diff Sniffer Core component
22

3+
## [3.4.0] - 2019-03-01
4+
5+
### Changed
6+
7+
* Updated [PHP\_CodeSniffer](https://packagist.org/packages/squizlabs/php_codesniffer) to ^3.4.
8+
* Bumped minimum required PHP version to 7.2.
9+
10+
### Fixed
11+
12+
* Improved handling of the `exclude-pattern` configuration parameter (#4, #5).
13+
314
## [3.1.1] - 2017-12-04
415

516
### Fixed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Sergei Morozov
3+
Copyright (c) 2019 Sergei Morozov
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "3.1.x-dev"
35+
"dev-master": "3.5.x-dev"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)