Skip to content

Commit 87cd1ff

Browse files
committed
dep: set require min php version to 8.1
1 parent b090f4f commit 87cd1ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# php-pkg-template
1+
# CLI ext
22

33
[![License](https://img.shields.io/github/license/toolkit/cliext.svg?style=flat-square)](LICENSE)
44
[![Php Version](https://img.shields.io/packagist/php-v/toolkit/cliext?maxAge=2592000)](https://packagist.org/packages/toolkit/cliext)
55
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/toolkit/cliext)](https://github.com/toolkit/cliext)
6-
[![Actions Status](https://github.com/toolkit/cliext/workflows/Unit-Tests/badge.svg)](https://github.com/toolkit/cliext/actions)
6+
[![Unit-Tests](https://github.com/php-toolkit/cliext/actions/workflows/php.yml/badge.svg)](https://github.com/php-toolkit/cliext/actions)
77

88
Cli ext library of PHP
99

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">8.0.0",
18+
"php": ">8.1",
1919
"ext-mbstring": "*",
2020
"toolkit/stdlib":"~2.0"
2121
},

0 commit comments

Comments
 (0)