Skip to content

Commit ffc3e5e

Browse files
thenickberryclaude
andcommitted
Clarify image processing dependency in README
Lead with Intervention Image (the library in use), note imagick as its required underlying PHP extension rather than listing it as a first-class requirement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0726018 commit ffc3e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CANDIDv2 is an image database application for organizing, searching, and browsin
2222
- PHP 8.3+
2323
- MariaDB 11+
2424
- Caddy (or any web server) + PHP-FPM
25-
- PHP extensions: `imagick`, `pdo_mysql`, `exif`, `zip`
25+
- PHP extensions: `pdo_mysql`, `exif`, `zip`, `imagick` (required by Intervention Image)
2626

2727
## Quick Start (Docker)
2828

0 commit comments

Comments
 (0)