We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9647c commit 69724e7Copy full SHA for 69724e7
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
+## Unreleased
7
+
8
+### Changed
9
10
+- The maximum PHP version is now 8.0. PHP 8.1 is not supported because it introduces a breaking change. The next major
11
+ version of this package will add support for PHP 8.1.
12
13
## [1.0.0] - 2021-07-31
14
15
### Added
composer.json
@@ -23,7 +23,7 @@
23
}
24
],
25
"require": {
26
- "php": "^7.4|^8.0",
+ "php": "^7.4|8.0.*",
27
"ext-json": "*",
28
"laravel-json-api/core": "^1.0.0",
29
"laravel-json-api/eloquent": "^1.0.0",
0 commit comments