Closed havutcuoglu closed 3 years ago
The composer.json file has as require the"contao/core-bundle": "~3.2",
composer.json
"contao/core-bundle": "~3.2",
Please change the require to "contao/core-bundle": "~3.2 || ~4.0", for Contao 4.4 LTS
"contao/core-bundle": "~3.2 || ~4.0",
The Caroufredsel from the https://github.com/mindbird/contao_dk_caroufredsel works fine with Contao 4.4 LTS.
Only problem here is the issue https://github.com/mindbird/contao_dk_caroufredsel/issues/7. If I fix the autoload file, I can use the repository without any problems.
Thanks a lot
Please provide a PR with the necessary changes.
You will get it ASAP.
I was able to install the repository in C 4.9.13
The
composer.json
file has as require the"contao/core-bundle": "~3.2",
Please change the require to
"contao/core-bundle": "~3.2 || ~4.0",
for Contao 4.4 LTSThe Caroufredsel from the https://github.com/mindbird/contao_dk_caroufredsel works fine with Contao 4.4 LTS.
Only problem here is the issue https://github.com/mindbird/contao_dk_caroufredsel/issues/7. If I fix the autoload file, I can use the repository without any problems.
Thanks a lot