Skip to content

Commit

Permalink
bump minimum PHP version from 7.0 to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jan 5, 2023
1 parent 4b94306 commit 1b016d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `wp convert-to-blocks start` [WP-CLI command](https://github.com/10up/conver

## Requirements

* PHP 7.0+
* PHP 7.4+
* WordPress 5.4+
* Inner Blocks Transforms is only supported with the Gutenberg Plugin 10.9.0+

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.2"
"php": ">=7.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion convert-to-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Convert classic editor posts to blocks on the fly.
* Version: 1.1.0
* Requires at least: 5.4
* Requires PHP: 7.0
* Requires PHP: 7.4
* Author: 10up
* Author URI: https://10up.com
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: 10up, dsawardekar, tlovett1
Tags: gutenberg, block, block migration, gutenberg migration, gutenberg conversion, convert to blocks
Requires at least: 5.4
Tested up to: 6.1
Requires PHP: 7.0
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 1b016d4

Please sign in to comment.