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
Seeing @banago has been unresponsive for more than a year, I have created a fork with rough changes to bring PHPloy into the PHP 8 world.
I'd like to keep PHPloy working, so I'll fix what blocks my workflow, and integrate pull requests that move the codebase forward. Help needed, not only welcome 😅
In PackageDiscoveryTrait.php line 332:
Could not find a version of package dreadnaut/phploy matching your minimum-
stability (stable). Require it with an explicit version constraint allowing
its desired stability.
I have yet to cut a "stable" release, so Composer is warning you that the package is still in development, and if you want an development/unstable version you should be more specific. You can do so by requesting the dev version on the master branch:
composer global require dreadnaut/phploy:dev-master
Because the package is unstable, you might bump into bugs I have not found and fixed yet. Please open any new issues on the fork's repository 🙇 I don't want to intrude on @banago's space.
Seeing @banago has been unresponsive for more than a year, I have created a fork with rough changes to bring PHPloy into the PHP 8 world.
I'd like to keep PHPloy working, so I'll fix what blocks my workflow, and integrate pull requests that move the codebase forward. Help needed, not only welcome 😅
https://github.com/dreadnaut/PHPloy
Nore: this is not an "hostile" fork, and I'll be more than happy fold it into the original repository if development were to resume here.
The text was updated successfully, but these errors were encountered: