Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

After try to install with composer get error "Your requirements could not be resolved to an installable set of packages." #33

Closed
r00t3r5 opened this issue Oct 1, 2021 · 3 comments

Comments

@r00t3r5
Copy link

r00t3r5 commented Oct 1, 2021

After i try to install with composer i get error this is full error from terminal.
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires designsecurity/progpilot ^0.8.0 -> satisfiable by designsecurity/progpilot[v0.8.0].
- designsecurity/progpilot v0.8.0 requires ircmaxell/php-cfg 1.0.x-dev -> found ircmaxell/php-cfg[v1.0.x-dev] but it does not match your minimum-stability.

Installation failed, deleting ./composer.json.

@matmalone
Copy link

Your composer init needs to specify a minimum-stability of dev in order to get php-cfg to install. Include this in your composer.json:

    "minimum-stability": "dev",

From there I was able to get it to update the dependencies without an issue.

@eric-therond
Copy link
Collaborator

if you have time to try with the latest progpilot version (v1.0.0)

Eric

@eric-therond
Copy link
Collaborator

progpilot version (v1.0.2) should solve this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants