-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
composer fails because of salsify dependency #38
Comments
Same here. @vearutop any news on this? |
Could you explain the context when this issue is happening? If I run |
Hey there @vearutop thank you for the reply. The main problem is that
so basically you cannot use Updating the dependencies removes the issue. |
composer require swaggest/json-cli
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^1.11 for swaggest/json-cli
./composer.json has been updated
Running composer update swaggest/json-cli
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- salsify/json-streaming-parser v7.0 requires php ^5.4 | ^7.0 -> your php version (8.1.11) does not satisfy that requirement.
- swaggest/json-cli v1.11.0 requires salsify/json-streaming-parser ^7.0 -> satisfiable by salsify/json-streaming-parser[v7.0].
- Root composer.json requires swaggest/json-cli ^1.11 -> satisfiable by swaggest/json-cli[v1.11.0].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require swaggest/json-cli:*" to figure out if any version is installable, or "composer require swaggest/json-cli:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
peter:~/jq$
The text was updated successfully, but these errors were encountered: