Skip to content

Commit c82acc4

Browse files
authored
do not lie about supported dependency versions (#88)
claiming to support jsonmapper ^5.0 obviously was not true two years ago, as that version was only releases a few days ago, and using it instantly breaks things, see #87 So lets stay on 4.x until we can deal with 5.x
1 parent f3458a7 commit c82acc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": "^8.1",
88
"ext-curl": "*",
99
"ext-json": "*",
10-
"netresearch/jsonmapper": "^3.0|^4.0|^5.0",
10+
"netresearch/jsonmapper": "^3.0|^4.0",
1111
"monolog/monolog": "^2.0|^3.0",
1212
"vlucas/phpdotenv": "^5.0|^6.0",
1313
"damienharper/adf-tools": "^1.0"

0 commit comments

Comments
 (0)