Skip to content

Commit

Permalink
Ease ext-bcmath version restriction
Browse files Browse the repository at this point in the history
 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.
  • Loading branch information
Padam87 authored Jul 31, 2018
1 parent cee8767 commit dd244fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dd244fe

Please sign in to comment.