From 2fdfbca465d903de03aab8b59252478c3ef4bad8 Mon Sep 17 00:00:00 2001 From: ueaner Date: Tue, 27 Feb 2018 18:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3=20soliphp/framework?= =?UTF-8?q?=201.3.3=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8432915..cb0a72e 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,9 @@ "type": "project", "require": { "php": ">=7.0.0", - "soliphp/framework": "^1.3.2", + "soliphp/framework": "^1.3.3", "soliphp/session": "^1.0", + "soliphp/view": "^1.0", "soliphp/db": "^1.0", "monolog/monolog": "^1.23", "twig/twig": "^2.4"