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

jonnyw/php-phantomjs v4.6.1 requires symfony/config ~2.3|~3.0 -> no matching package found.

Open akrick opened this issue 3 years ago • 2 comments

`composer require jaeger/querylist-phantomjs Using version ^4.0 for jaeger/querylist-phantomjs ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Restricting packages listed in "symfony/symfony" to "5.1.*" Your requirements could not be resolved to an installable set of packages.

Problem 1 - jaeger/querylist-phantomjs 4.0.0 requires jonnyw/php-phantomjs 4.* -> satisfiable by jonnyw/php-phantomjs[v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.0, v4.3.1, v4.3.2, v4.4.0, v4.5.0, v4.5.1, v4.6.0, v4.6.1]. - jaeger/querylist-phantomjs 4.0.1 requires jonnyw/php-phantomjs 4.* -> satisfiable by jonnyw/php-phantomjs[v4.0.0, v4.1.0, v4.2.0, v4.2.1, v4.3.0, v4.3.1, v4.3.2, v4.4.0, v4.5.0, v4.5.1, v4.6.0, v4.6.1]. - jonnyw/php-phantomjs v4.6.1 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.6.0 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.5.1 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.5.0 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.4.0 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.3.2 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.3.1 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.3.0 requires symfony/config ~2.3|~3.0 -> no matching package found. - jonnyw/php-phantomjs v4.2.1 requires symfony/config ~2.3 -> no matching package found. - jonnyw/php-phantomjs v4.2.0 requires symfony/config ~2.3 -> no matching package found. - jonnyw/php-phantomjs v4.1.0 requires symfony/config ~2.3 -> no matching package found. - jonnyw/php-phantomjs v4.0.0 requires symfony/config ~2.3 -> no matching package found. - Installation request for jaeger/querylist-phantomjs ^4.0 -> satisfiable by jaeger/querylist-phantomjs[4.0.0, 4.0.1].

Potential causes:

Read https://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

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

akrick avatar Oct 26 '20 07:10 akrick

BTW, i use the package in Symfony v4.20.0, it doesn't seem to fit the requirements. looking for your reply. thanks a lot!

akrick avatar Oct 26 '20 07:10 akrick

try this : composer require neokyuubi/php-phantomjs:dev-master

neokyuubi avatar Apr 18 '22 03:04 neokyuubi