Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

php-parser #25

Open
bridhbridh opened this issue Jun 7, 2018 · 3 comments
Open

php-parser #25

bridhbridh opened this issue Jun 7, 2018 · 3 comments

Comments

@bridhbridh
Copy link

there is a new version of php-parser, without this it's breaking composer install of laravel 5.4.3 & DMS

@bridhbridh
Copy link
Author

`vagrant@homestead:~/projects/ascott$ composer require dms-org/web.laravel
Using version ^0.8.0 for dms-org/web.laravel
./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 dms-org/web.laravel ^0.8.0 -> satisfiable by dms-org/web.laravel[0.8.0].
- Conclusion: remove nikic/php-parser v4.0.2
- Conclusion: don't install nikic/php-parser v4.0.2
- dms-org/web.laravel 0.8.0 requires dms-org/core ^0.8 -> satisfiable by dms-org/core[0.8.0, 0.8.1, 0.8.2, 0.8.3].
- dms-org/core 0.8.1 requires timetoogo/pinq ~3.4 -> satisfiable by timetoogo/pinq[3.4.0, 3.4.1].
- dms-org/core 0.8.2 requires timetoogo/pinq ~3.4 -> satisfiable by timetoogo/pinq[3.4.0, 3.4.1].
- dms-org/core 0.8.3 requires timetoogo/pinq ~3.4 -> satisfiable by timetoogo/pinq[3.4.0, 3.4.1].
- dms-org/core 0.8.0 requires timetoogo/pinq ~3.2 -> satisfiable by timetoogo/pinq[3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.3.0, 3.3.1, 3.4.0, 3.4.1].
- timetoogo/pinq 3.3.0 requires nikic/php-parser ~2.0.0 -> satisfiable by nikic/php-parser[v2.0.0, v2.0.1].
- timetoogo/pinq 3.3.1 requires nikic/php-parser ~2.1.0 -> satisfiable by nikic/php-parser[v2.1.0, v2.1.1].
- timetoogo/pinq 3.4.0 requires nikic/php-parser ~3.0.0 -> satisfiable by nikic/php-parser[v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6].
- timetoogo/pinq 3.4.1 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].
- timetoogo/pinq 3.2.0 requires nikic/php-parser ~1.2.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2].
- timetoogo/pinq 3.2.1 requires nikic/php-parser ~1.2.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2].
- timetoogo/pinq 3.2.2 requires nikic/php-parser ~1.2.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2].
- timetoogo/pinq 3.2.3 requires nikic/php-parser ~1.2.0 -> satisfiable by nikic/php-parser[v1.2.0, v1.2.1, v1.2.2].
- Can only install one of: nikic/php-parser[v1.2.1, v4.0.2].
- Can only install one of: nikic/php-parser[v1.2.2, v4.0.2].
- Can only install one of: nikic/php-parser[v2.0.0, v4.0.2].
- Can only install one of: nikic/php-parser[v2.0.1, v4.0.2].
- Can only install one of: nikic/php-parser[v2.1.0, v4.0.2].
- Can only install one of: nikic/php-parser[v2.1.1, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.0, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.1, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.2, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.3, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.4, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.5, v4.0.2].
- Can only install one of: nikic/php-parser[v3.0.6, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.0, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.1, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.2, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.3, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.4, v4.0.2].
- Can only install one of: nikic/php-parser[v3.1.5, v4.0.2].
- Can only install one of: nikic/php-parser[v1.2.0, v4.0.2].
- Installation request for nikic/php-parser (locked at v4.0.2) -> satisfiable by nikic/php-parser[v4.0.2].

`

@reinfi
Copy link

reinfi commented May 4, 2019

by any chance this could get updated to latest version?

@eesquibel
Copy link

This is also affecting anybody using pinq with Drupal 8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants