oveleon / contao-cookiebar

Cookie bar for the Contao Open Source CMS
GNU Affero General Public License v3.0
58 stars 25 forks source link

Add direct dependencies to composer.json #217

Closed zoglo closed 3 months ago

zoglo commented 3 months ago

Description

To prevent issues like #213 , direct dependencies should always be within the composer.json. This has happened in the past using patchwork/utf8 and having contao require it.

Examples mentioned by @fritzmg

Would need a depcheck similar to the one being used in contao to investigate all of them

zoglo commented 3 months ago