Skip to content

Commit e31a5b7

Browse files
committed
dropped support for PHP 7.1 as it is no longer supported
1 parent 2bc1471 commit e31a5b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Changelog
5757
5858
### 1.3 (2018-XX-XX)
5959
- Symfony 4.2 compatibility
60+
- dropped support for PHP 7.1 as it is no longer supported
6061
6162
### 1.2 (2018-11-16)
6263
- PHP 7.3 compatibility

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "~7.1",
20+
"php": "~7.2",
2121
"symfony/config": "^4.2",
2222
"symfony/dependency-injection": "^4.2",
2323
"symfony/event-dispatcher": "^4.2",

0 commit comments

Comments
 (0)