hofff / contao-social-tags

GNU Lesser General Public License v3.0
2 stars 5 forks source link

Allow dbal version 3 #24

Closed rabauss closed 2 years ago

rabauss commented 2 years ago

... to fix compatiblity to contao 4.13 😉

rabauss commented 2 years ago

Okay I adjusted the deprecated dbal usages. By the way there are also some contao deprecations but therefor the dependencies need to be increased to contao ^4.9

dmolineus commented 2 years ago

Thanks for the contributions.

Okay I adjusted the deprecated dbal usages.

I added a comment above, the unfortunately have to keep the deprecated execute method of the query builder. It got deprcated in 3.0 only and has to be used for BC.

By the way there are also some contao deprecations but therefor the dependencies need to be increased to contao ^4.9

We're fine bumping the requirement to Contao ^4.9. Feel free to open another PR to address these deprecations.

dmolineus commented 2 years ago

Thanks @rabauss

dmolineus commented 2 years ago

Released as 1.1.3