phpcomposer-phparticle

crscheid/php-article-extractor issues while componsoe install


I run this command:

COMPOSER_MEMORY_LIMIT=-1 composer require crscheid/php-article-extractor -vvv

Resolving dependencies through SAT

Dependency resolution completed in 0.044 seconds
Reading /root/.composer/cache/repo/https---repo.packagist.org/provider-scotteh$php-goose.json from cache
Reading /root/.composer/cache/repo/https---repo.packagist.org/provider-scotteh$php-goose.json from cache
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - crscheid/php-article-extractor 2.5.1 requires scotteh/php-goose dev-master -> satisfiable by scotteh/php-goose[dev-master] but these conflict with your requirements or minimum-stability.
    - crscheid/php-article-extractor 2.5 requires scotteh/php-goose dev-master -> satisfiable by scotteh/php-goose[dev-master] but these conflict with your requirements or minimum-stability.
    - Installation request for crscheid/php-article-extractor ^2.5 -> satisfiable by crscheid/php-article-extractor[2.5, 2.5.1].


Installation failed, reverting ./composer.json to its original content.

But this package won't be installed because it requires bigger composer version, my version is

Composer version 1.10.24 2021-12-09 20:06:33

can i still install it on this version, any help?


Solution

  • Solution:

    Step 1:

    COMPOSER_MEMORY_LIMIT=-1 composer require scotteh/php-goose dev-master
    

    Step 2:

    COMPOSER_MEMORY_LIMIT=-1 composer require crscheid/php-article-extractor