We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530e5e0 commit 89b559bCopy full SHA for 89b559b
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec
4
5
## [Unreleased]
6
7
+## [1.4.2] - 2021-05-30
8
+
9
+### Added
10
11
+- Support for PHP 8.
12
13
## [1.4.1] - 2021-03-05
14
15
### Fixed
composer.json
@@ -3,7 +3,7 @@
3
"description": "A reusable way of adding block support to a WordPress plugin.",
"type": "library",
"require": {
- "php": "^7.1"
+ "php": "^7.1|^8.0"
},
"license": "MIT",
"authors": [
0 commit comments