laminas/laminas-cli
Command-line tooling for Laminas applications. Provides a framework-agnostic CLI entry point and command infrastructure to run, discover, and organize project commands, with integration hooks for Laminas components and workflows.
Do you receive the following error when attempting to install laminas/laminas-cli in your application?
don't install ocramius/package-versions 1.9.0|don't install composer/package-versions-deprecated 1.10.99
If so, you will also need to require composer/package-versions-deprecated when
installing laminas/laminas-cli:
$ composer require composer/package-versions-deprecated laminas/laminas-cli
composer/package-versions-deprecated is a drop-in replacement for ocramius/package-versions that works across a broader number of PHP versions. It is marked "deprecated" as Composer v2 will incorporate the functionality it provides natively.
How can I help you explore Laravel packages today?