We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2dc5f commit 05272e3Copy full SHA for 05272e3
README.md
@@ -105,7 +105,7 @@ tries to make a nice interface for programmers. It uses `__call()` and
105
`__get()` to make all libvips operations appear as methods, and all
106
libvips properties as properties of the PHP `Vips\Image` class.
107
108
-### Install
+### Test and install
109
110
```
111
$ phpcs src
@@ -114,14 +114,3 @@ $ vendor/bin/phpunit
114
$ vendor/bin/phpdoc
115
116
117
-### imagick
118
-
119
-```
120
-$ pecl install imagick
121
-$ php -a
122
-Interactive mode enabled
123
-php > dl('imagick.' . PHP_SHLIB_SUFFIX);
124
-php > $im = new Imagick();
125
126
127
0 commit comments