shopware / production

Shopware 6 production template
https://shopware.com
177 stars 151 forks source link

.env.dist still references swiftmailer #124

Closed AndreasA closed 2 years ago

AndreasA commented 2 years ago

PHP Version

7.4

Shopware Version

6.4

Expected behaviour

Not that important but in the https://github.com/shopware/production/blob/v6.4.6.1/.env.dist#L13 there are still references to swiftmailer bundle for the mailer URL.

you can probably remove the comments altogether though as you do not really support symfony flex anyway - especially for the mailer/framework config.

the same goes for symfony/framework-bundle.

I admit it is mostly a cosmetic fix.

Also: Is the dist file actually necessary? The setup command e.g. completely ignores it and I think the installation through the PHP interface could also ignore it (if it doesn't do so already).

Actual behaviour

see above.

How to reproduce

see above.

shyim commented 2 years ago

I have removed it