joomla / console
Joomla Console Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 66 481
Dependents: 6
Suggesters: 5
Security: 0
Stars: 3
Watchers: 8
Forks: 4
Open Issues: 0
Type:joomla-package
Requires
- php: ^7.2.5
- joomla/application: ^2.0
- joomla/event: ^2.0
- joomla/string: ^2.0
- symfony/console: ^3.4|^4.4|^5.0
Requires (Dev)
- joomla/coding-standards: ^2.0@alpha
- joomla/test: ^2.0
- phpunit/phpunit: ^8.5|^9.0
- psr/container: ^1.0
Suggests
- psr/container-implementation: To use the ContainerLoader
This package is auto-updated.
Last update: 2021-01-13 12:29:57 UTC
README
The Console package provides the infrastructure for building command line applications with the Joomla! Framework.
Installation via Composer
Add "joomla/console": "~2.0@dev"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/console": "~2.0@dev" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/console "~2.0@dev"
If you want to include the test sources and docs, use
composer require --prefer-source joomla/console "~2.0@dev"