Skip to content

Commit 94ef07a

Browse files
committed
Fix constraint for "behat/transliterator" by using semver operator
1 parent eef4b49 commit 94ef07a

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
@@ -41,7 +41,7 @@
4141
},
4242
"require": {
4343
"php": "^7.2 || ^8.0",
44-
"behat/transliterator": "~1.2",
44+
"behat/transliterator": "^1.2",
4545
"doctrine/annotations": "^1.13 || ^2.0",
4646
"doctrine/collections": "^1.2 || ^2.0",
4747
"doctrine/common": "^2.13 || ^3.0",

0 commit comments

Comments
 (0)