dev-master
9999999-dev https://github.com/joomla-framework/consoleJoomla Console Package
GPL-2.0+ GPL-2.0-or-later
The Requires
The Development Requires
framework console joomla
Joomla Console Package
The Console package provides the infrastructure for building command line applications with the Joomla! Framework., (*2)
This package is introduced with Joomla! Framework 2.0, please see branch 2.0-dev., (*3)
Add "joomla/console": "~2.0@dev"
to the require block in your composer.json and then run composer install
., (*4)
{ "require": { "joomla/console": "~2.0@dev" } }
Alternatively, you can simply run the following from the command line:, (*5)
composer require joomla/console "~2.0@dev"
If you want to include the test sources and docs, use, (*6)
composer require --prefer-source joomla/console "~2.0@dev"
Joomla Console Package
GPL-2.0+ GPL-2.0-or-later
framework console joomla