Skip to content

Commit 54c47c2

Browse files
committed
Relax the PHP version requirement to allow any version from 7.4 up.
1 parent bf66dc2 commit 54c47c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 4.0.1
9+
10+
### Changed
11+
- Relaxed the PHP version requirement to allow anything from 7.4 up.
12+
813
## 4.0.0
914

1015
### Added

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.4.7",
21+
"php": ">=7.4",
2222
"ext-mbstring": "*",
2323
"ext-zlib": "*",
2424
"ext-curl": "*",

0 commit comments

Comments
 (0)