netsuitephp/netsuite-php

composer command cannot complete

liuandyu opened this issue · 1 comments

I have following error message when try to install it with composer

composer require "ryanwinchester/netsuite-php:2017.1.*"

./composer.json has been updated
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
- Can only install one of: ryanwinchester/netsuite-php[v2017.1.0, dev-master].
- Can only install one of: ryanwinchester/netsuite-php[v2017.1.1, dev-master].
- Installation request for ryanwinchester/netsuite-php dev-master -> satisfiable by ryanwinchester/netsuite-php[dev-master].
- Installation request for ryanwinchester/netsuite-php 2017.1.* -> satisfiable by ryanwinchester/netsuite-php[v2017.1.0, v2017.1.1].

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

Never mind. I run the command in the clone repository. The error said I cannot install netsuite-php in this repository again.