Skip to content

Commit 428b84f

Browse files
committed
Added wildcard range 1.2.* will be equivalent to >=1.2.0 <1.3.0
1 parent 4264e7b commit 428b84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Validator
8383
'>=2.4.4' => '~7.10.0', // Greater than 7.10 isn't supported on cloud infrastructure.
8484
],
8585
ServiceInterface::NAME_OPENSEARCH => [
86-
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || ~1.2.1',
86+
'>=2.3.7-p3 <2.4.0 || >=2.4.3-p2 <2.4.6' => '~1.1.0 || 1.2.*',
8787
'>=2.4.6' => '^2',
8888
],
8989
ServiceInterface::NAME_RABBITMQ => [

0 commit comments

Comments
 (0)