thecatontheflat / atlassian-connect-bundle

Symfony Bundle for Atlassian Connect platform
MIT License
36 stars 19 forks source link

during installation on the latest symfony 6 the bundle fails. #78

Open ishu202 opened 1 year ago

ishu202 commented 1 year ago

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.