From bdd3072f48420991023f3a55c228c379b257c923 Mon Sep 17 00:00:00 2001 From: jedrzejchalubek Date: Thu, 25 May 2017 15:27:51 +0200 Subject: [PATCH] Dump tonik/cli dependency version to v2.0.0-rc.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c47bd1e..521faa4 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ "tonik/gin": "2.0.0-rc.1" }, "require-dev": { - "tonik/cli": "2.0.0-beta.2" + "tonik/cli": "2.0.0-rc.1" } }