designsecurity / progpilot

A static analysis tool for security
MIT License
331 stars 61 forks source link

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

Closed r00t3r5 closed 1 year ago

r00t3r5 commented 3 years ago

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

Installation failed, deleting ./composer.json.

matmalone commented 2 years ago

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 commented 1 year ago

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

Eric

eric-therond commented 1 year ago

progpilot version (v1.0.2) should solve this.