- Issue created by @marcus_johansson
- 🇮🇳India prashant.c Dharamshala
On a 1.0.0 release it could be
~1.0
From 1.0.0 up to but not 1.1.0
On a 1.1.0 release it could be^1.1
From 1.1.0 to less than 2.0.0 - First commit to issue fork.
We have a breaking change happening in AI 1.1.x and want to force anyone updating the AI module to update the Milvus provider as well.
Setting it to "drupal/ai^1.0 <1.1" on a 1.0.0 release and "drupal/ai^>=1.1.0" for Milvus provider 1.1.0 release should make sure that this happens.
Set Milvus to "drupal/ai^1.0 <1.1" on a 1.0.0 release
Active
1.0
Code
On a 1.0.0 release it could be ~1.0
From 1.0.0 up to but not 1.1.0
On a 1.1.0 release it could be ^1.1
From 1.1.0 to less than 2.0.0