From f18dca9b44b49feeab1f1712dfc1cf938f58e7e6 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Thu, 22 Feb 2018 13:31:03 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a500652..07e8447 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev ```json { "require-dev": { - "inpsyde/php-coding-standards": "^0.7" + "inpsyde/php-coding-standards": "^0.9" } } ```