Skip to content

Commit ce8b8ff

Browse files
authored
Merge pull request #123 from pelanis/ONBRD-1048-php-version-changes-in-some-places
Part of the travis includes removal
2 parents dd04c60 + 73a7eda commit ce8b8ff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ env:
88

99
jobs:
1010
include:
11-
- php: 7.2
12-
- php: 7.3
1311
- php: 7.4
1412
env: RELEASE="true"
1513

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)