Skip to content

Commit 3225e2e

Browse files
committed
Change php requirement from ^7.2|^8 to >=7.2
1 parent 19a3a36 commit 3225e2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG-1.x.md

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

77
## [Unreleased]
8+
### Updated
9+
- Change `php` requirement from `^7.2|^8` to `>=7.2`
810

911
## [1.2.1] - 2020-09-08
1012
### Updated

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": "^7.2",
31+
"php": ">=7.2",
3232
"ext-json": "*"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)