Skip to content

Commit 8aad8c9

Browse files
authored
Update README.md
Updated the PHP 8.2+ requirement
1 parent f9a0319 commit 8aad8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A pure-PHP vector database implementing **HNSW** (Hierarchical Navigable Small W
44

55
## Requirements
66

7-
- PHP 8.1+
7+
- PHP 8.2+
88
- No external PHP extensions required for core functionality
99
- `ext-pcntl` (optional) — enables asynchronous document writes for lower insert latency
1010

@@ -408,4 +408,4 @@ composer install
408408

409409
## Copyright
410410

411-
(C) 2026 by [Enrico Zimuel](https://www.zimuel.it)
411+
(C) 2026 by [Enrico Zimuel](https://www.zimuel.it)

0 commit comments

Comments
 (0)