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 bd5c32d commit 9311022Copy full SHA for 9311022
.travis.yml
@@ -27,11 +27,9 @@ jobs:
27
- composer analyse
28
29
- stage: Test
30
- php: '7.1.0'
+ php: '7.2.0'
31
env: COMPOSER_FLAGS="--prefer-lowest"
32
33
- - php: '7.1'
34
-
35
- php: '7.2'
36
37
- php: '7.3'
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG for PHP CS Fixer: custom fixers
2
3
+## [Unreleased]
4
+- Drop PHP 7.1 support
5
+
6
## v1.17.0 - *2019-12-29*
7
- Update PHP CS Fixer to v2.16
8
- Add DataProviderStaticFixer
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.1",
+ "php": "^7.2",
14
"ext-tokenizer": "*",
15
"friendsofphp/php-cs-fixer": "^2.16.1",
16
"symfony/finder": "^3.0 || ^4.0 || ^5.0"
0 commit comments