File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ See the README there, but briefly:
5555
5656 ```
5757 "require": {
58- "jcupitt/vips" : "1.0.2 "
58+ "jcupitt/vips" : "1.0.7 "
5959 }
6060 ```
6161
@@ -86,7 +86,7 @@ $ ./try1.php ~/pics/k2.jpg x.tif
8686```
8787
8888See ` examples/ ` . We have a [ complete set of formatted API
89- docs] ( https://libvips.github.io/php-vips/docs/classes/Jcupitt. Vips. Image.html ) .
89+ docs] ( https://libvips.github.io/php-vips/docs/classes/Jcupitt- Vips- Image.html ) .
9090
9191### Introduction to the API
9292
@@ -166,7 +166,7 @@ libvips properties as properties of the PHP `Vips\Image` class.
166166```
167167$ phpcs --standard=PSR2 src
168168$ composer install
169- $ vendor/bin/phpunit
169+ $ composer test
170170$ vendor/bin/phpdoc
171171```
172172
You can’t perform that action at this time.
0 commit comments