Skip to content

Commit ced769e

Browse files
authored
fix: requirement FroshTools was set too low (#129)
1 parent fa6cc79 commit ced769e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frosh/mail-platform-archive",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"description": "Mail Archive",
55
"type": "shopware-platform-plugin",
66
"license": "MIT",
@@ -44,7 +44,10 @@
4444
"zbateson/mail-mime-parser": "^3.0"
4545
},
4646
"require-dev": {
47-
"frosh/tools": ">2.0.0"
47+
"frosh/tools": ">2.1.3"
48+
},
49+
"conflict": {
50+
"frosh/tools": "<2.1.3"
4851
},
4952
"config": {
5053
"allow-plugins": {

0 commit comments

Comments
 (0)