Skip to content

Commit 0d5b2cb

Browse files
committed
update index.md from master
1 parent fe8bdab commit 0d5b2cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8888
See `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

0 commit comments

Comments
 (0)