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

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Mar 2, 2019
1 parent c2de386 commit f3b2f9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes in Diff Sniffer Core component

## [3.4.0] - 2019-03-01

### Changed

* Updated [PHP\_CodeSniffer](https://packagist.org/packages/squizlabs/php_codesniffer) to ^3.4.
* Bumped minimum required PHP version to 7.2.

### Fixed

* Improved handling of the `exclude-pattern` configuration parameter (#4, #5).

## [3.1.1] - 2017-12-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Sergei Morozov
Copyright (c) 2019 Sergei Morozov

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.5.x-dev"
}
}
}

0 comments on commit f3b2f9d

Please sign in to comment.