bcmath in actions config and composer requirements
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"cakephp/cakephp": "^5.0.1"
|
||||
"cakephp/cakephp": "^5.0.1",
|
||||
"ext-bcmath": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.1",
|
||||
|
||||
Reference in New Issue
Block a user