Skip to content

Commit d8c9388

Browse files
committed
Drop PHP <7.4 support
1 parent 295d69c commit d8c9388

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
* Nothing.
9+
### Removed
10+
11+
* Dropped PHP <7.4 support.
1012

1113
## [2.2.0] - 2022-09-08
1214

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "library",
44
"description": "A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.",
55
"require": {
6-
"php": "^7.3|^8.0",
6+
"php": "^7.4|^8.0",
77
"ext-json": "*",
88
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
99
"php-http/discovery": "^1.9",

0 commit comments

Comments
 (0)