We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295d69c commit d8c9388Copy full SHA for d8c9388
CHANGELOG.md
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
-* Nothing.
+### Removed
10
+
11
+* Dropped PHP <7.4 support.
12
13
## [2.2.0] - 2022-09-08
14
composer.json
@@ -3,7 +3,7 @@
3
"type": "library",
4
"description": "A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.",
5
"require": {
- "php": "^7.3|^8.0",
+ "php": "^7.4|^8.0",
"ext-json": "*",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"php-http/discovery": "^1.9",
0 commit comments