codefog / contao-instagram

Contao extension that displays Instagram feed on your website
MIT License
11 stars 12 forks source link

doctrine/cache requirement #41

Closed pagestyles closed 4 weeks ago

pagestyles commented 1 year ago

Hi Kamil,

could you please check if its possible to update this requirement:

        "doctrine/cache": "^1.9",

it competes with the settings of metamodels which I need in a project:

Problem 1
    - codefog/contao-instagram[2.3.0, ..., 2.3.5] require doctrine/cache ^1.9 -> found doctrine/cache[1.9.0, ..., 1.13.0] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires codefog/contao-instagram ^2.3 -> satisfiable by codefog/contao-instagram[2.3.0, ..., 2.3.5].
    - metamodels/core dev-feature/2.3.0 requires doctrine/cache ^2.1 -> found doctrine/cache[2.1.0, 2.1.1, 2.2.0] but it conflicts with your root composer.json require (^1.9).

thanks!

qzminski commented 1 year ago

Please give it a try with the dev-develop@dev version. It has no dependencies.