We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683110b commit ae1f867Copy full SHA for ae1f867
1 file changed
src/Versionable.php
@@ -318,8 +318,7 @@ public function getVersionStrategy(): VersionStrategy
318
return $this->versionStrategy instanceof VersionStrategy ? $this->versionStrategy : VersionStrategy::from($this->versionStrategy);
319
}
320
321
- // TODO: set default strategy to SNAPSHOT at 6.x
322
- return VersionStrategy::DIFF;
+ return VersionStrategy::SNAPSHOT;
323
324
325
/**
0 commit comments