You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm using phpdox for some of my projects. In the last one i'm trying to add it, i'm using symfony 4.1. problem is i have a deps issue. here's the output of my composer command...
composer require --dev theseer/phpdox
Using version ^0.11.2 for theseer/phpdox
./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
- Installation request for theseer/phpdox ^0.11.2 -> satisfiable by theseer/phpdox[0.11.2].
- Conclusion: don't install nikic/php-parser v4.0.3
- theseer/phpdox 0.11.2 requires nikic/php-parser ^3.1 -> satisfiable by nikic/php-parser[v3.1.0, v3.1.1, v3.1.2, v3.1.3, v3.1.4, v3.1.5].
- Can only install one of: nikic/php-parser[v3.1.0, v4.0.3].
- Can only install one of: nikic/php-parser[v3.1.1, v4.0.3].
- Can only install one of: nikic/php-parser[v3.1.2, v4.0.3].
- Can only install one of: nikic/php-parser[v3.1.3, v4.0.3].
- Can only install one of: nikic/php-parser[v3.1.4, v4.0.3].
- Can only install one of: nikic/php-parser[v3.1.5, v4.0.3].
- Installation request for nikic/php-parser (locked at v4.0.3) -> satisfiable by nikic/php-parser[v4.0.3].
Hello, i'm using phpdox for some of my projects. In the last one i'm trying to add it, i'm using symfony 4.1. problem is i have a deps issue. here's the output of my composer command...
This php-parser requirement comes from the symfony/maker-bundle package which we need too.
https://github.com/symfony/maker-bundle/blob/v1.7.0/composer.json#L17
So, the question. would it be possible to add nikic/php-parser 4 also in the composer?
i can make a pr if you want.
thanks.
The text was updated successfully, but these errors were encountered: