File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ language: php
2
2
3
3
sudo : true
4
4
php :
5
- - 7.1
6
5
- 7.2
7
6
8
7
service :
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This changelog references the relevant changes done in 6.0 versions.
6
6
### 2.0.0-ALPHA1 (unreleased)
7
7
8
8
* 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 )]
9
10
* Dropped support for Symfony versions anterior to ` 4.4 ` [[ #648 ] ( https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/648 )]
10
11
* Fixed form submission/validation [[ #643 ] ( https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/643 )]
11
12
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.1 " ,
23
+ "php" : " ^7.2 " ,
24
24
"friendsofsymfony/oauth2-php" : " ~1.1" ,
25
25
"symfony/dependency-injection" : " ^4.4" ,
26
26
"symfony/framework-bundle" : " ^4.4" ,
You can’t perform that action at this time.
0 commit comments