From d5beaf47d9709f6acaa5f6a19cfb5cebd6912a35 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 4 May 2015 04:06:29 +0200 Subject: [PATCH] 3.1.20 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29e669e..5e279a0 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ For installing the PHPUnit test by composer use the following: "require-dev": { - "smarty/smarty-phpunit": "3.1.20" + "smarty/smarty-phpunit": "3.1.21" } -Replace 3.1.20 with the installed Smarty version number. +Replace 3.1.21 with the installed Smarty version number. Starting with Smarty version 3.1.22 the "require-dev" section will be added to the composer.json file of the Smarty distribution.