Skip to content

Commit 91dd6e1

Browse files
committed
fix: composer php 8.2
1 parent e5fcea2 commit 91dd6e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The ALTCHA PHP Library is a lightweight, zero-dependency library designed for cr
66

77
This library is compatible with:
88

9-
- PHP 8.1+
9+
- PHP 8.2+ (use version v0.x.x for older PHP version)
1010
- All major platforms (Linux, Windows, macOS)
1111

1212
## Example

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=8.1",
17+
"php": ">=8.2",
1818
"ext-json": "*"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)