Skip to content

Commit 9311022

Browse files
authored
Drop PHP 7.1 support (#232)
1 parent bd5c32d commit 9311022

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
- composer analyse
2828

2929
- stage: Test
30-
php: '7.1.0'
30+
php: '7.2.0'
3131
env: COMPOSER_FLAGS="--prefer-lowest"
3232

33-
- php: '7.1'
34-
3533
- php: '7.2'
3634

3735
- php: '7.3'

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG for PHP CS Fixer: custom fixers
22

3+
## [Unreleased]
4+
- Drop PHP 7.1 support
5+
36
## v1.17.0 - *2019-12-29*
47
- Update PHP CS Fixer to v2.16
58
- Add DataProviderStaticFixer

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^7.2",
1414
"ext-tokenizer": "*",
1515
"friendsofphp/php-cs-fixer": "^2.16.1",
1616
"symfony/finder": "^3.0 || ^4.0 || ^5.0"

0 commit comments

Comments
 (0)