terminal42 / contao-inserttags

This is a Contao Open Source CMS extension which allows you to define your own insert tags in the back end.
https://www.terminal42.ch
MIT License
10 stars 7 forks source link

Contao 4 adjustment in composer.json #13

Closed Defcon0 closed 7 years ago

Defcon0 commented 7 years ago

Hello,

I just forked your module in order to adjust the composer.json for contao 4. It seems the module works in Contao 4 so far. So could you please adjust your composer.json with the following requirements:

"php": "~5.4 || ~7.0",
"contao/core-bundle": "^3.5.1 || ~4.1",
"contao-community-alliance/composer-plugin": "~2.4 || ~3.0",

Thanks in advance!

aschempp commented 7 years ago

Would you be able to create a pull request including the necessary adjustments for the Contao 4.2/4.4 backend?

Defcon0 commented 7 years ago

I just did a pull request:

https://github.com/terminal42/contao-inserttags/pull/14