From 0566d8a6575287651932c4edb01be8e2359c8845 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Mon, 4 May 2015 03:58:51 +0200 Subject: [PATCH] 3.1.18 --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index b257e63b..332c7c34 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,10 +4,10 @@ For installing the PHPUnit test by composer use the following: "require-dev": { - "smarty/smarty-phpunit": "3.1.17" + "smarty/smarty-phpunit": "3.1.18" } -Replace 3.1.17 with the installed Smarty version number. +Replace 3.1.19 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.