From c10f98d2d087911e94a3661cb5e995515435044f Mon Sep 17 00:00:00 2001 From: Jachim Coudenys Date: Tue, 31 Oct 2017 14:15:55 +0100 Subject: [PATCH] Use the composer require command for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d73104..00ce17c 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ PHPExif serves as a wrapper around some native or CLI tools which access this EX ## Installation (composer) ```json -"miljar/php-exif": "~0.6.0" +composer require miljar/php-exif ```