php-etl icon indicating copy to clipboard operation
php-etl copied to clipboard

Dependency conflic Laravel 8.29

Open lucianobargmann opened this issue 3 years ago • 1 comments

I am trying to install and this is the output:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - marquine/php-etl v2.3.0 requires illuminate/container ^5.0|^6.0 -> found illuminate/container[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require.
    - marquine/php-etl v2.3.1 requires illuminate/container ^5.0|^6.0|^7.0 -> found illuminate/container[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires marquine/php-etl ^2.3 -> satisfiable by marquine/php-etl[v2.3.0, v2.3.1].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Using -W switch:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - marquine/php-etl v2.3.0 requires illuminate/container ^5.0|^6.0 -> found illuminate/container[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require.
    - marquine/php-etl v2.3.1 requires illuminate/container ^5.0|^6.0|^7.0 -> found illuminate/container[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires marquine/php-etl ^2.3 -> satisfiable by marquine/php-etl[v2.3.0, v2.3.1].


Installation failed, reverting ./composer.json and ./composer.lock to their original content.

lucianobargmann avatar Feb 28 '21 23:02 lucianobargmann

Hi @lucianobargmann You can use our fork :) https://github.com/wizaplace/php-etl Changelog here

ecourtial avatar Mar 01 '21 14:03 ecourtial