From d22cadc2258c2b0e82504abab0645c99778f86c0 Mon Sep 17 00:00:00 2001 From: Inhere Date: Thu, 9 Dec 2021 20:39:55 +0800 Subject: [PATCH] update readme and composer.json --- README.en.md | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 9e01074..e68014f 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ # Kite [![License](https://img.shields.io/packagist/l/inhere/console.svg?style=flat-square)](LICENSE) -[![Php Version](https://img.shields.io/badge/php-%3E=7.4.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/console) +[![Php Version](https://img.shields.io/badge/php-%3E=8.0.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/console) [![zh-CN readme](https://img.shields.io/badge/中文-Readme-brightgreen.svg?maxAge=2592000)](README.md) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/inhere/kite)](https://github.com/inhere/kite) [![Actions Status](https://github.com/inhere/kite/workflows/Unit-Tests/badge.svg)](https://github.com/inhere/kite/actions) diff --git a/README.md b/README.md index a646430..3296cd6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Kite [![License](https://img.shields.io/packagist/l/inhere/console.svg?style=flat-square)](LICENSE) -[![Php Version](https://img.shields.io/badge/php-%3E=7.4.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/console) +[![Php Version](https://img.shields.io/badge/php-%3E=8.0.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/console) [![English](https://img.shields.io/badge/English-Readme-brightgreen.svg?maxAge=2592000)](README.en.md) [![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/inhere/kite)](https://github.com/inhere/kite) [![Actions Status](https://github.com/inhere/kite/workflows/Unit-Tests/badge.svg)](https://github.com/inhere/kite/actions) diff --git a/composer.json b/composer.json index 58617da..99c631b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.0.1", "ext-json": "*", "ext-mbstring": "*", "inhere/console": "dev-master",