0

When trying to install phinx executed the below command and it's giving the error as below

php composer.phar require robmorgan/phinx

Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
  Problem 1
    - The requested package robmorgan/phinx No version set (parsed as 1.0.0) is satisfiable by robmorgan/phinx[No version set (parsed as 1.0.0)] but these conflict with your requirements or minimum-stability.
Prashanth Sams
  • 19,677
  • 20
  • 102
  • 125
  • there is no robmorgan/phinx tagged version >= 1.0.0. So you have to add the version constraint, too, ie.: `php composer.phar require robmorgan/phinx:^0.9.1` If that does not work please provide your composer.json – Norman M Oct 12 '17 at 07:23
  • Thanks for the response. actual mistake I've made was suggested slash in phinx was not worked in windows. – Vinodh Kumar Oct 13 '17 at 17:06
  • It's resolved by using forward slash – Vinodh Kumar Oct 13 '17 at 17:07

0 Answers0