Skip to content

Commit 700777e

Browse files
committed
fixed version contraint
1 parent 6721dd1 commit 700777e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"codeception/codeception": ">=4.1",
27-
"symfony/process": ">=5.1"
26+
"codeception/codeception": "^5.0",
27+
"symfony/process": "^6 || ^7"
2828
}
2929
}

0 commit comments

Comments
 (0)