File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 include :
11- - php : 7.2
12- - php : 7.3
1311 - php : 7.4
1412 env : RELEASE="true"
1513
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## 11.10.1
8+ ### Removed
9+ - Removed PHP ` 7.2 ` and ` 7.3 ` from Travis includes
10+ ### Changed
11+ - Changed Requirements section in README.md
12+
713## 11.10.0
814### Changed
915- Updated PHP version requirement from ` ^7.2 ` to ` >=7.4 `
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Currently this utility can:
1111* Generate ` Symfony Api Bundle `
1212
1313## Requirements
14- - ` PHP 7.2 `
14+ - ` PHP >=7.4 `
1515- ` Composer <= 2.2.9 ` , higher versions not yet supported, work in progress
1616
1717## Installation
You can’t perform that action at this time.
0 commit comments