nikic / PHP-Parser

A PHP parser written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php composer.phar problem

Trinity-SYT-SECURITY opened this issue · comments

I'm seeing this problem when I put php composer.phar require nikic/php-parser command, how can I solve it?

  • Root package 'nikic/php-parser' cannot require itself in its composer.json

You're probably doing that inside a cloned repository of https://github.com/nikic/PHP-Parser. Why?

Can you show the composer.json where this happens?