Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit 7d3a282

Browse files
committed
drop support for PHP 7.1 as it is no longer supported
1 parent 6928d72 commit 7d3a282

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class User
5050

5151
Requirements
5252
------------
53-
Works with PHP 7.1 or higher.
53+
Works with PHP 7.2 or higher.
5454

5555
Submitting bugs and feature requests
5656
------------------------------------
@@ -65,6 +65,9 @@ Thanks [Vašek Purchart](http://www.vasekpurchart.cz/) for ideas how to test Sym
6565
Changelog
6666
----------
6767

68+
## 4.0.0 (2018-XX-XX)
69+
- [#6](../../pull/6) dropped support for PHP 7.1 as it is no longer supported
70+
6871
## 3.0.0 (2018-01-07)
6972
- [#3](https://github.com/mhujer/jms-serializer-uuid-bundle/pull/3) Added Symfony 4.0 support, dropped support for Symfony 2. Requires PHP 7.1.
7073

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.1",
21+
"php": "~7.2",
2222
"jms/serializer-bundle": "~1.0 || ~2.0",
2323
"mhujer/jms-serializer-uuid": "~2.0",
2424
"symfony/config": "~3.0 || ~4.0",

0 commit comments

Comments
 (0)