Skip to content

Commit 126fed0

Browse files
fastnloudbart-van-amelsvoort
authored andcommitted
Changed PHP version constraint to >=7.4
1 parent 2a42e0a commit 126fed0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.1.1
4+
5+
* Changed PHP version constraint to >=7.4
6+
37
## 4.0.1
48

59
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": ">=7.4",
2020
"ext-json": "*",
2121
"guzzlehttp/psr7": "^2.0",
2222
"psr/http-client": "^1.0"

0 commit comments

Comments
 (0)