Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
build(PHP): bump PHP major version to min 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Jan 23, 2020
1 parent 77c7345 commit d5b1ff1
Show file tree
Hide file tree
Showing 3 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 @@ -25,7 +25,7 @@ Test Account Information:

- Nginx 1.14.2
- MySQL 8.0.17 **(At least)**
- PHP 7.3.1 (With other extension which your can see in `composer.json`)
- PHP 7.4.1 (With other extension which your can see in `composer.json`)
- Swoole 4.2.12
- Redis 5.0.3 Stable
- Bower 1.8.4 (A package manager for the web)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"version": "0.0.1",
"require": {
"php": ">=7.3.0",
"php": ">=7.4.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-gd": "*",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5b1ff1

Please sign in to comment.