From 9ce40b4c24abbb0ef68cad76c7b0e00a1100beb5 Mon Sep 17 00:00:00 2001 From: Nikita Brytkov Date: Tue, 16 May 2017 11:18:22 +0300 Subject: [PATCH] Add bcmath dependency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index aa85f36..e309ce3 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ ], "require": { "php": ">=5.5.0", + "ext-bcmath": "*", "guzzlehttp/guzzle": "^6.2", "illuminate/http": "5.*", "illuminate/routing": "5.*",