From dd244fee581b6e39079d9403af2013f3f62087f0 Mon Sep 17 00:00:00 2001 From: Adam Prager Date: Tue, 31 Jul 2018 19:10:32 +0200 Subject: [PATCH] Ease ext-bcmath version restriction padam87/money-bundle v0.1.2 requires ext-bcmath ^7.0 -> the requested PHP extension bcmath has the wrong version (7.2.8-1+ubuntu16.04.1+deb.sury.org+1) installed. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0213db5..b99a115 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "symfony-bundle", "require": { "php": "^7.0", - "ext-bcmath": "^7.0", + "ext-bcmath": "*", "symfony/framework-bundle": "^3.4|^4.0", "moneyphp/money": "^3.1", "doctrine/orm": "^2.5",