Skip to content

Commit

Permalink
PHP 7.1 end of life (w7corp#1752)
Browse files Browse the repository at this point in the history
7.1 is no longer supported. Users of this release should upgrade as soon as possible, as they may be exposed to unpatched security vulnerabilities.
Ref: https://www.php.net/supported-versions.php
  • Loading branch information
nauxliu authored and overtrue committed Dec 3, 2019
1 parent 08e9f42 commit 492ea7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
fail-fast: false
matrix:
php_version:
- 7.1
- 7.2
- 7.3
- 7.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Requirement

1. PHP >= 7.1
1. PHP >= 7.2
2. **[Composer](https://getcomposer.org/)**
3. openssl 拓展
4. fileinfo 拓展(素材管理模块需要用到)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-fileinfo": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
Expand Down

0 comments on commit 492ea7d

Please sign in to comment.