#ubuntu #nginx #php-parser
#ubuntu #nginx #php-parser
Вопрос:
Я использую Ubuntu 14 и Nginx. Я получаю эту ошибку при попытке установить PHP-Parser.
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
- Installation request for h4cc/phpqatools 1.1.0 -> satisfiable by h4cc/phpqatools[1.1.0].
- Installation request for theseer/phpdox 0.5.*@dev -> satisfiable by theseer/phpdox[0.5.x-dev].
- don't install nikic/php-parser 1.0.x-dev|install nikic/php-parser dev-master
- theseer/phpdox 0.5.x-dev requires nikic/php-parser >=1.0.0 -> satisfiable by nikic/php-parser[dev-master, 1.0.x-dev].
- Conclusion: don't install nikic/php-parser dev-master
Комментарии:
1. Я бы попробовал удалить
conooser.lock
, обычно это помогает