Add bcmath requirement
This commit is contained in:
parent
6972060981
commit
2901a65495
@ -13,6 +13,7 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.2",
|
"php": "^7.2",
|
||||||
|
"ext-bcmath": "*",
|
||||||
"akaunting/firewall": "1.2.*",
|
"akaunting/firewall": "1.2.*",
|
||||||
"akaunting/language": "1.0.*",
|
"akaunting/language": "1.0.*",
|
||||||
"akaunting/menu": "1.0.*",
|
"akaunting/menu": "1.0.*",
|
||||||
|
5
composer.lock
generated
5
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "f3cd099f0849563142edd289998d8bd9",
|
"content-hash": "6215fc14abaa7d8b9299f201ffef54aa",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/firewall",
|
"name": "akaunting/firewall",
|
||||||
@ -8990,7 +8990,8 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "^7.2"
|
"php": "^7.2",
|
||||||
|
"ext-bcmath": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user