Skip to content

Commit 69724e7

Browse files
committed
[Build] Set max PHP version to 8.0
This version does not support PHP 8.1 because it introduces a breaking change. The next major version of this package will add support for PHP 8.1.
1 parent 3f9647c commit 69724e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

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+
613
## [1.0.0] - 2021-07-31
714

815
### Added

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.4|^8.0",
26+
"php": "^7.4|8.0.*",
2727
"ext-json": "*",
2828
"laravel-json-api/core": "^1.0.0",
2929
"laravel-json-api/eloquent": "^1.0.0",

0 commit comments

Comments
 (0)