Drop support for PHP 8.0
This commit is contained in:
parent
ae0f3fe197
commit
e9ae83d9f9
|
|
@ -58,7 +58,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
php-version:
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
|
||||
|
||||
## [5.0.0] - 2021-MM-DD
|
||||
## [5.0.0] - 2022-MM-DD
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
|
|||
|
||||
### Removed
|
||||
|
||||
* This component is no longer supported on PHP 7.3 and PHP 7.4
|
||||
* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0
|
||||
|
||||
## [4.0.4] - 2021-11-11
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
],
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.0.0"
|
||||
"php": "8.1.0"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=8.0",
|
||||
"php": ">=8.1",
|
||||
"ext-mbstring": "*",
|
||||
"sebastian/recursion-context": "^5.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue