We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1594c4 commit 5f613a1Copy full SHA for 5f613a1
CHANGELOG.md
@@ -3,6 +3,13 @@ CHANGELOG for PHP CS Fixer
3
4
This file contains changelogs for stable releases only.
5
6
+Changelog for v2.16.6
7
+---------------------
8
+
9
+experimental release
10
11
+* Require PHP 7.0
12
13
Changelog for v2.16.5
14
---------------------
15
src/Console/Application.php
@@ -34,7 +34,7 @@
34
*/
35
final class Application extends BaseApplication
36
{
37
- const VERSION = '2.16.5';
+ const VERSION = '2.16.6';
38
const VERSION_CODENAME = 'Yellow Bird';
39
40
/**
0 commit comments