I am testing this library. For dependencies like `symfony/console` tis library want to change the version format. ```diff - "symfony/console": "^v6.4.4" + "symfony/console": "^6.4.4" ``` Does an option exist to disable this behavior?