atlassian-connect-bundle
atlassian-connect-bundle copied to clipboard
during installation on the latest symfony 6 the bundle fails.
just try composer require step and it will fail.
I think the reason is because cache:clear runs before the config files are copied.
I added the config files manually and it worked as expected.
something wrong with the compiler pass I believe.
will try to submit a PR for it.