Skip to content

Commit

Permalink
Release 2.4.0 and set minimum PHP version requirement to [8.1](https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgeneralgoo committed Aug 3, 2024
1 parent 7d52e01 commit 7f21c71
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: setup-php
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'
extensions: mbstring

- name: Install Composer Dependencies
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @author mrgeneral
* @package MarkdownParse
* @version 2.3.0
* @version 2.4.0
* @link https://www.chengxiaobai.cn/
*/
class Plugin implements PluginInterface
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MarkdownParse 是一款基于 [league/commonmark](https://commonmark.thephpleagu
## 环境要求

* Typecho 1.2.0 or higher
* PHP 8.0 or higher
* PHP 8.1 or higher

## 安装

Expand Down Expand Up @@ -49,7 +49,7 @@ In addition to the functions mentioned in the CommonMark and GFM specifications
## Requirements

* Typecho 1.2.0 or higher
* PHP 8.0 or higher
* PHP 8.1 or higher

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "^8.0",
"php": "^8.1",
"league/commonmark": "^2.4",
"wnx/commonmark-mark-extension": "^1.2",
"simonvomeyser/commonmark-ext-lazy-image": "^2.0",
Expand Down
Loading

0 comments on commit 7f21c71

Please sign in to comment.