joomla / symfony-event-dispatcher-bridge
Joomla/Symfony Event Dispatcher Bridge
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:joomla-package
Requires
- php: ~7.0
- joomla/event: ~2.0
- symfony/event-dispatcher: ~3.4|~4.0
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- phpunit/phpunit: ~6.3
This package is auto-updated.
Last update: 2021-04-26 11:58:51 UTC
README
The Joomla/Symfony Event Dispatcher Bridge package bridges the joomla/event
and symfony/event-dispatcher
packages, allowing the Joomla API to be used within the Symfony API.
Installation via Composer
Add "joomla/symfony-event-dispatcher-bridge": "~2.0@dev"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/symfony-event-dispatcher-bridge": "~2.0@dev" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/symfony-event-dispatcher-bridge "~2.0@dev"