Skip to content

Commit 5718550

Browse files
authored
Drop PHP 7.1 support (#651)
* Drop PHP 7.1 support * Add changelog
1 parent 7f8a2bc commit 5718550

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
@@ -2,7 +2,6 @@ language: php
22

33
sudo: true
44
php:
5-
- 7.1
65
- 7.2
76

87
service:

CHANGELOG-2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This changelog references the relevant changes done in 6.0 versions.
66
### 2.0.0-ALPHA1 (unreleased)
77

88
* Added `NL` translations [[#631](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/631)]
9+
* Dropped support for PHP 7.1 [[#651](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/651)]
910
* Dropped support for Symfony versions anterior to `4.4` [[#648](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/648)]
1011
* Fixed form submission/validation [[#643](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/643)]
1112

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.1",
23+
"php": "^7.2",
2424
"friendsofsymfony/oauth2-php": "~1.1",
2525
"symfony/dependency-injection": "^4.4",
2626
"symfony/framework-bundle": "^4.4",

0 commit comments

Comments
 (0)