From 55e2f6db08f2fb140f9075d13e30abd2b9a0c0a2 Mon Sep 17 00:00:00 2001 From: CinPer Date: Fri, 23 Oct 2020 11:39:58 +0000 Subject: [PATCH] Update rejoice/framework to 0.0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f7de63..0deec5d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Rejoice building USSD applications", "type": "project", "require": { - "rejoice/framework": "^0.0.4", + "rejoice/framework": "^0.0.5", "symfony/console": "5.1" }, "require-dev": {