summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-13 07:58:05 +0100
committerRemi Collet <remi@php.net>2026-03-13 07:58:05 +0100
commit1f9725232cb86cf80f3d3327ff865d79da3cbf67 (patch)
treea6d764ffb945195720ca9ac8c45ad8088fe9df55 /composer.json
parent34af6600ca1aa3959dbda3734d1a565fc07dc32b (diff)
drop pear/pecl dependencyHEADmaster
sources from github
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..78d2eb6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,19 @@
+{
+ "name": "imagick/imagick",
+ "type": "php-ext",
+ "license": "PHP-3.01",
+ "description": "The Imagick PHP extension",
+ "require": {
+ "php": ">= 5.6.0"
+ },
+ "php-ext": {
+ "extension-name": "imagick",
+ "configure-options": [
+ {
+ "name": "with-imagick",
+ "description": "Enables the imagick extension. DIR is the prefix to ImageMagick installation directory.",
+ "needs-value": true
+ }
+ ]
+ }
+}