phalcon - Composer is not installing on Linux Mint 18.1 -
i trying setup local environment 1 of projects based on phalcon php. facing problem , not know how resolve it. when run command php composer.phar install got following errors:
loading composer repositories package information updating dependencies (including require-dev) requirements not resolved installable set of packages.
problem 1
the requested package jms/serializer 1.3.x-dev exists jms/serializer[0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.4.2, 1.5.0, 1.5.0-rc1, 1.6.0, 1.6.0-rc1, 1.6.1, 2.0.x-dev, dev-first-typehint, dev-master, 1.6.x-dev, dev-std-class-and-cleanup] these rejected constraint.
problem 2
installation request authorizenet/authorizenet 1.9.0 -> satisfiable authorizenet/authorizenet[1.9.0].
authorizenet/authorizenet 1.9.0 requires jms/serializer serializer-master-dev 1.0 -> no matching package found.
potential causes: - typo in package name - package not available in stable-enough version according minimum-stability setting see https://getcomposer.org/doc/04-schema.md#minimum-stability more details.
read https://getcomposer.org/doc/articles/troubleshooting.md further common problems.
how can resolve issue?
Comments
Post a Comment