Skip to content

Commit 99dd10b

Browse files
committed
EWPP-1908: Adapt composer dependencies.
1 parent 0e4ec96 commit 99dd10b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
},
2121
"require-dev": {
2222
"internations/http-mock": "dev-php74#cd52a62136c98b1b66eca6edbd564a3a91f7e79c",
23+
"lstrojny/hmmmath": "^0.8",
2324
"mockery/mockery": "^1.5",
2425
"openeuropa/code-review": "^2.0",
2526
"phpspec/phpspec": "^7.0",
2627
"phpunit/phpunit": "^8.0"
2728
},
2829
"_readme": [
2930
"We need to lock internations/http-mock on dev branch with a stable commit since the component doesn't support php7.4 yet.",
30-
"We need to set symfony/dom-crawler as minimum 4.4.12 due to potential errors on higher php versions."
31+
"We need to set symfony/dom-crawler as minimum 4.4.12 due to potential errors on higher php versions.",
32+
"We need to add dependency of lstrojny/hmmmath to guarantee correct compatiblity with lower versions."
3133
],
3234
"suggest": {
3335
"monolog/monolog": "Log Poetry requests and responses via Monolog",

0 commit comments

Comments
 (0)