WhoisParser icon indicating copy to clipboard operation
WhoisParser copied to clipboard

composer install fails

Open clown200knax opened this issue 9 years ago • 5 comments

Hello, "Composer install" doesn't work on WhoisParser. I don't think it's a problem on my end because DomainParser and other projects worked well with "composer install".

Hope to hear from you guys.

clown200knax avatar May 16 '15 17:05 clown200knax

What says console? No permissions, no json file, smth else?

neTpyceB avatar May 21 '15 10:05 neTpyceB

Command: composer install

Loading composer repositories with package information Installing dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1 - The requested package symfony/yaml could not be found in any version, ther e may be a typo in the package name.

Potential causes:

  • A typo in the package name
  • The package is not available in a stable-enough version according to your min imum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion f or more details.

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

fritz4fun avatar May 21 '15 10:05 fritz4fun

Well, the problem is shown, is written. Maybe misspelled in your composer.json ?

neTpyceB avatar May 21 '15 11:05 neTpyceB

The composer.json is exactly the same as in this repository

I'm running everything on xampp and have successfully installed "composer" globally. "Composer install" worked on DomainParser but unfortunately not on on WhoisParser. Isn't symfony installed with composer automatically like it iis stated here: symfony.com/doc/current/book/installation.html#installing-composer-globally

fritz4fun avatar May 21 '15 12:05 fritz4fun

solution: composer require symfony/yaml

fritz4fun avatar May 21 '15 13:05 fritz4fun